solidChemistryModel: Reorganised input of thermo-physical data for the gases

This commit is contained in:
Henry
2012-10-08 16:13:50 +01:00
parent c014c7cd95
commit 06d573d69a
5 changed files with 41 additions and 42 deletions

View File

@ -23,15 +23,6 @@ chemistryType
chemistry on;
gasThermoType
{
transport sutherland;
thermo janaf;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
initialChemicalTimeStep 1e-07;
odeCoeffs
@ -40,34 +31,6 @@ odeCoeffs
eps 0.05;
}
species
(
gas
);
gas
{
specie
{
nMoles 1;
molWeight 18.0153;
}
thermodynamics
{
Tlow 200;
Thigh 5000;
Tcommon 1000;
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.20100e-10 -6.39162e-15 -29899.2 6.86282 );
lowCpCoeffs ( 3.38684 0.00347498 -6.35470e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
}
transport
{
As 1.67212e-06;
Ts 170.672;
}
}
reactions
(
irreversibleSolidArrheniusReaction

View File

@ -25,11 +25,25 @@ thermoType
energy sensibleEnthalpy;
}
gasThermoType
{
transport sutherland;
thermo janaf;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}
solidComponents
(
v char
);
gaseousSpecies
(
gas
);
vCoeffs
{
specie
@ -74,5 +88,27 @@ charCoeffs
}
};
gasCoeffs
{
specie
{
nMoles 1;
molWeight 18.0153;
}
thermodynamics
{
Tlow 200;
Thigh 5000;
Tcommon 1000;
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.20100e-10 -6.39162e-15 -29899.2 6.86282 );
lowCpCoeffs ( 3.38684 0.00347498 -6.35470e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
}
transport
{
As 1.67212e-06;
Ts 170.672;
}
}
// ************************************************************************* //