ENH: tutorial thermo input updates

This commit is contained in:
andy
2010-10-11 17:42:47 +01:00
parent 7acdd65d83
commit 806dfc707f
17 changed files with 235 additions and 173 deletions

View File

@ -17,7 +17,15 @@ FoamFile
thermoType hPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
mixture air 1 28.9 1000 0 1.8e-05 0.7;
mixture
{
nMoles 1;
molWeight 28.9;
Cp 1000;
Hf 0;
Mu 1.8e-05;
Pr 0.7;
}
// ************************************************************************* //

View File

@ -17,7 +17,15 @@ FoamFile
thermoType hPsiThermo<pureMixture<sutherlandTransport<specieThermo<hConstThermo<perfectGas>>>>>;
mixture air 1 28.9 1007 0 1.4792e-06 116;
mixture
{
nMoles 1;
molWeight 28.9;
Cp 1007;
Hf 0;
As 1.4792e-06;
Ts 116;
}
// ************************************************************************* //

View File

@ -17,7 +17,15 @@ FoamFile
thermoType hPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
mixture air 1 28.9 1007 0 1.84e-05 0.7;
mixture
{
nMoles 1;
molWeight 28.9;
Cp 1007;
Hf 0;
Mu 1.84e-05;
Pr 0.7;
}
// ************************************************************************* //