59 lines
1.5 KiB
C++
59 lines
1.5 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 12
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
species
|
|
(
|
|
air
|
|
H2O
|
|
);
|
|
|
|
air
|
|
{
|
|
specie
|
|
{
|
|
nMoles 1;
|
|
molWeight 28.9596;
|
|
}
|
|
thermodynamics
|
|
{
|
|
Tlow 200;
|
|
Thigh 3000;
|
|
Tcommon 1000;
|
|
highCpCoeffs ( 3.05809 0.00133634 -4.73394e-07 7.38653e-11 -3.34205e-15 -972.89 6.09034 );
|
|
lowCpCoeffs ( 3.393 0.000544363 -1.24622e-06 2.65579e-09 -1.35538e-12 -1029.28 4.43259 );
|
|
}
|
|
transport
|
|
{
|
|
As 1.67212e-06;
|
|
Ts 170.672;
|
|
}
|
|
}
|
|
|
|
H2O
|
|
{
|
|
specie
|
|
{
|
|
molWeight 18.0153;
|
|
}
|
|
thermodynamics
|
|
{
|
|
Tlow 200;
|
|
Thigh 5000;
|
|
Tcommon 1000;
|
|
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
|
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
|
}
|
|
transport
|
|
{
|
|
As 1.67212e-06;
|
|
Ts 170.672;
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|