|
[Sponsors] |
functionObject scalarTransport searches File s |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 4, 2017, 04:01 |
functionObject scalarTransport searches File s
|
#1 |
Member
Join Date: Oct 2011
Posts: 56
Rep Power: 15 |
Hi,
i use a functionobject for my solver to calculate the residence Time. So in my controlDict there is this Code: Code:
functions { residence_time { type scalarTransport; functionObjectLibs ("libsolverFunctionObjects.so"); writeControl outputTime; writeInterval 200; active true; autoSchemes true; nCorr 0; resetOnStartUp false; //DT 1e-5; fvOptions { IncrementTime { type scalarSemiImplicitSource; active true; cellZone Layers; scalarSemiImplicitSourceCoeffs { volumeMode specific;//absolute; selectionMode all;//cellZone; injectionRateSuSp { residence_time (1 0); } } } } } } Code:
Starting time loop Selecting finite volume options model type scalarSemiImplicitSource Source: IncrementTime - selecting all cells - selected 257742 cell(s) with volume 1.3825e-05 --> FOAM FATAL IO ERROR: cannot find file file: 0/s at line 0. From function regIOobject::readStream() in file db/regIOobject/regIOobjectRead.C at line 237. (My work is based on this thread: Mean Age of Air if that helps). |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
polynomial BC | srv537 | OpenFOAM Pre-Processing | 4 | December 3, 2016 10:07 |
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 | keepfit | ParaView | 60 | September 18, 2013 04:23 |
"parabolicVelocity" in OpenFoam 2.1.0 ? | sawyer86 | OpenFOAM Running, Solving & CFD | 21 | February 7, 2012 12:44 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
ParaView Compilation | jakaranda | OpenFOAM Installation | 3 | October 27, 2008 12:46 |