ENH: Updated tutorial thermo files

This commit is contained in:
andy
2011-05-27 17:33:41 +01:00
parent a49872ac2e
commit 57f6a904ec
50 changed files with 1596 additions and 708 deletions

View File

@ -19,12 +19,21 @@ thermoType hPsiThermo<pureMixture<sutherlandTransport<specieThermo<hConstTh
mixture
{
nMoles 1;
molWeight 28.9;
Cp 1007;
Hf 0;
As 1.4792e-06;
Ts 116;
specie
{
nMoles 1;
molWeight 28.9;
}
thermodynamics
{
Cp 1007;
Hf 0;
}
transport
{
As 1.4792e-06;
Ts 116;
}
}

View File

@ -19,12 +19,21 @@ thermoType hPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<
mixture
{
nMoles 1;
molWeight 28.9;
Cp 1007;
Hf 0;
mu 1.84e-05;
Pr 0.7;
specie
{
nMoles 1;
molWeight 28.9;
}
thermodynamics
{
Cp 1007;
Hf 0;
}
transport
{
mu 1.84e-05;
Pr 0.7;
}
}