58 lines
1.5 KiB
C++
58 lines
1.5 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v2106 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object thermophysicalProperties.oil;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
thermoType
|
|
{
|
|
type heRhoThermo;
|
|
mixture pureMixture;
|
|
transport const;
|
|
thermo hConst;
|
|
equationOfState icoTabulated;
|
|
specie specie;
|
|
energy sensibleEnthalpy;
|
|
}
|
|
|
|
mixture
|
|
{
|
|
specie
|
|
{
|
|
nMoles 1;
|
|
molWeight 300.9;
|
|
}
|
|
equationOfState
|
|
{
|
|
rho
|
|
(
|
|
(200 1010)
|
|
(350 1000)
|
|
(400 980)
|
|
);
|
|
}
|
|
thermodynamics
|
|
{
|
|
Cp 1670;
|
|
Hf 0.0;
|
|
}
|
|
transport
|
|
{
|
|
mu 0.079;
|
|
Pr 0.8;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|