Files
OpenFOAM-12/etc/codeTemplates/dynamicCode/psiuReactionThermo

88 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object psiuReactionThermo;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type
(
heheuPsiThermo
);
baseType
(
heheuPsiThermo psiuReactionThermo
);
energy
(
absoluteEnthalpy
absoluteInternalEnergy
);
mixture
(
egrMixture
homogeneousMixture
inhomogeneousMixture
veryInhomogeneousMixture
);
transport
(
const
logPolynomial
polynomial
sutherland
);
thermo
(
eConst
ePolynomial
ePower
eTabulated
hConst
hPolynomial
hPower
hTabulated
janaf
);
equationOfState
(
PengRobinsonGas
perfectGas
);
codeOptions
#{
EXE_INC = \
-I$(LIB_SRC)/transportModels/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
#};
codeLibs
#{
LIB_LIBS = \
-lfluidThermophysicalModels \
-lspecie \
-lfiniteVolume
#};
// ************************************************************************* //