ENH: execFlowFunctionObjects - instantiate fvOptions if present
This commit is contained in:
parent
138e6d3dfe
commit
2f449a0da8
2 changed files with 10 additions and 1 deletions
|
|
@ -3,7 +3,10 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/turbulenceModels \
|
||||
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/fvOptions/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/sampling/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lincompressibleTransportModels \
|
||||
|
|
@ -14,4 +17,7 @@ EXE_LIBS = \
|
|||
-lcompressibleRASModels \
|
||||
-lcompressibleLESModels \
|
||||
-lfiniteVolume \
|
||||
-lfvOptions \
|
||||
-lmeshTools \
|
||||
-lsampling \
|
||||
-lgenericPatchFields
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ Description
|
|||
#include "surfaceFields.H"
|
||||
#include "pointFields.H"
|
||||
#include "ReadFields.H"
|
||||
#include "fvIOoptionList.H"
|
||||
|
||||
#include "incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
|
||||
|
||||
|
|
@ -167,6 +168,8 @@ void calc
|
|||
mesh
|
||||
);
|
||||
|
||||
#include "createFvOptions.H"
|
||||
|
||||
if (phi.dimensions() == dimVolume/dimTime)
|
||||
{
|
||||
IOobject RASPropertiesHeader
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue