mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tidied up tutorial input files for fireFoam
This commit is contained in:
@ -18,8 +18,8 @@ FoamFile
|
||||
|
||||
thermoType hsPsiMixtureThermo<singleStepReactingMixture<gasThermoPhysics>>;
|
||||
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
fuel C3H8;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
@ -29,17 +29,4 @@ foamChemistryFile "$FOAM_CASE/constant/reactions";
|
||||
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas";
|
||||
|
||||
|
||||
liquids
|
||||
{
|
||||
liquidComponents
|
||||
();
|
||||
|
||||
H2O H2O defaultCoeffs;
|
||||
}
|
||||
|
||||
|
||||
solids
|
||||
{
|
||||
solidComponents
|
||||
();
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -18,6 +18,7 @@ FoamFile
|
||||
thermoType hsPsiMixtureThermo<singleStepReactingMixture<gasThermoPhysics>>;
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
fuel CH4;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
@ -26,12 +27,5 @@ foamChemistryFile "$FOAM_CASE/constant/reactions";
|
||||
|
||||
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas";
|
||||
|
||||
liquids
|
||||
{
|
||||
liquidComponents
|
||||
();
|
||||
|
||||
H2O H2O defaultCoeffs;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -18,6 +18,7 @@ FoamFile
|
||||
thermoType hsPsiMixtureThermo<singleStepReactingMixture<gasThermoPhysics>>;
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
fuel CH4;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
@ -26,12 +27,5 @@ foamChemistryFile "$FOAM_CASE/constant/reactions";
|
||||
|
||||
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas";
|
||||
|
||||
liquids
|
||||
{
|
||||
liquidComponents
|
||||
();
|
||||
|
||||
H2O H2O defaultCoeffs;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user