Files
OpenFOAM-12/etc/codeTemplates/dynamicCode/psiThermo
2021-04-16 12:24:00 +01:00

91 lines
1.6 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 fluidThermo;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type
(
hePsiThermo
);
baseType
(
hePsiThermo psiThermo
);
energy
(
sensibleEnthalpy
absoluteEnthalpy
sensibleInternalEnergy
absoluteInternalEnergy
);
mixture
(
pureMixture
);
transport
(
const
logPolynomial
polynomial
sutherland
tabulated
WLF
);
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/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
#};
codeLibs
#{
LIB_LIBS = \
-ltransportModels \
-lspecie \
-lthermophysicalProperties \
-lfluidThermophysicalModels \
-lfiniteVolume
#};
// ************************************************************************* //