tutorials: Improved Cp coefficients for air
Resolves bug report https://bugs.openfoam.org/view.php?id=3981
This commit is contained in:
@ -63,10 +63,10 @@ air
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 3500;
|
||||
Thigh 3000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.57304 -7.24383e-04 1.67022e-06 -1.26501e-10 -4.20580e-13 -1047.41 3.12431 );
|
||||
lowCpCoeffs ( 3.09589 1.22835e-03 -4.14267e-07 6.56910e-11 -3.87021e-15 -983.191 5.34161 );
|
||||
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
|
||||
{
|
||||
|
||||
@ -10,7 +10,7 @@ FoamFile
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object AIR.gas;
|
||||
object air.gas;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -25,7 +25,7 @@ thermoType
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
defaultSpecie AIR;
|
||||
defaultSpecie air;
|
||||
|
||||
#include "thermo.gas"
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ species
|
||||
CO2
|
||||
H2
|
||||
H2O
|
||||
AIR
|
||||
air
|
||||
);
|
||||
|
||||
CO
|
||||
@ -91,7 +91,7 @@ H2O
|
||||
}
|
||||
}
|
||||
|
||||
AIR
|
||||
air
|
||||
{
|
||||
specie
|
||||
{
|
||||
@ -100,10 +100,10 @@ AIR
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 3500;
|
||||
Thigh 3000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.57304 -7.24383e-04 1.67022e-06 -1.26501e-10 -4.20580e-13 -1047.41 3.12431 );
|
||||
lowCpCoeffs ( 3.09589 1.22835e-03 -4.14267e-07 6.56910e-11 -3.87021e-15 -983.191 5.34161 );
|
||||
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
|
||||
{
|
||||
|
||||
@ -134,7 +134,7 @@ TiO2
|
||||
|
||||
TiO2_s
|
||||
{
|
||||
$TiO2
|
||||
$TiO2;
|
||||
}
|
||||
|
||||
Cl2
|
||||
|
||||
Reference in New Issue
Block a user