ENH: Tutorial updates

This commit is contained in:
andy
2010-09-07 13:59:31 +01:00
parent 052b0157ef
commit 475ac59f67
6 changed files with 80 additions and 50 deletions

View File

@ -23,18 +23,24 @@ foamChemistryFile "$FOAM_CASE/constant/reactions";
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
liquidComponents
(
H2O
);
inertSpecie air;
H2O H2O defaultCoeffs;
liquids
{
liquidComponents
(
H2O
);
solidComponents
(
);
H2O H2O defaultCoeffs;
}
inertSpecie air;
solids
{
solidComponents
(
);
}
// ************************************************************************* //