mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates
This commit is contained in:
@ -25,22 +25,27 @@ foamChemistryFile "$FOAM_CASE/chemkin/foam.inp";
|
|||||||
|
|
||||||
inertSpecie N2;
|
inertSpecie N2;
|
||||||
|
|
||||||
liquidComponents
|
liquids
|
||||||
(
|
{
|
||||||
H2O
|
liquidComponents
|
||||||
);
|
(
|
||||||
|
H2O
|
||||||
|
);
|
||||||
|
|
||||||
H2O H2O defaultCoeffs;
|
H2O H2O defaultCoeffs;
|
||||||
|
}
|
||||||
|
|
||||||
solidComponents
|
solids
|
||||||
(
|
{
|
||||||
C
|
solidComponents
|
||||||
ash
|
(
|
||||||
);
|
C
|
||||||
|
ash
|
||||||
|
);
|
||||||
|
|
||||||
C C defaultCoeffs;
|
C C defaultCoeffs;
|
||||||
|
ash ash defaultCoeffs;
|
||||||
ash ash defaultCoeffs;
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -23,18 +23,25 @@ foamChemistryFile "$FOAM_CASE/constant/reactions";
|
|||||||
|
|
||||||
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
|
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
|
||||||
|
|
||||||
liquidComponents
|
liquids
|
||||||
(
|
{
|
||||||
H2O
|
liquidComponents
|
||||||
);
|
(
|
||||||
H2O H2O defaultCoeffs;
|
H2O
|
||||||
|
);
|
||||||
|
|
||||||
|
H2O H2O defaultCoeffs;
|
||||||
|
}
|
||||||
|
|
||||||
|
solids
|
||||||
|
{
|
||||||
|
solidComponents
|
||||||
|
(
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
solidComponents
|
|
||||||
(
|
|
||||||
);
|
|
||||||
|
|
||||||
inertSpecie N2;
|
inertSpecie N2;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -15,7 +15,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
libs ("libcompressibleTurbulenceModel.so" "libcompressibleRASModels.so" "libradiation.so");
|
libs ("libOpenFOAM.so" "libcompressibleTurbulenceModel.so" "libcompressibleRASModels.so" "libradiation.so");
|
||||||
|
|
||||||
application porousExplicitSourceReactingParcelFoam;
|
application porousExplicitSourceReactingParcelFoam;
|
||||||
|
|
||||||
|
|||||||
@ -23,18 +23,24 @@ foamChemistryFile "$FOAM_CASE/constant/reactions";
|
|||||||
|
|
||||||
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
|
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
|
||||||
|
|
||||||
liquidComponents
|
inertSpecie air;
|
||||||
(
|
|
||||||
H2O
|
|
||||||
);
|
|
||||||
|
|
||||||
H2O H2O defaultCoeffs;
|
liquids
|
||||||
|
{
|
||||||
|
liquidComponents
|
||||||
|
(
|
||||||
|
H2O
|
||||||
|
);
|
||||||
|
|
||||||
solidComponents
|
H2O H2O defaultCoeffs;
|
||||||
(
|
}
|
||||||
);
|
|
||||||
|
|
||||||
inertSpecie air;
|
solids
|
||||||
|
{
|
||||||
|
solidComponents
|
||||||
|
(
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -23,18 +23,24 @@ foamChemistryFile "$FOAM_CASE/constant/reactions";
|
|||||||
|
|
||||||
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
|
foamChemistryThermoFile "$FOAM_CASE/constant/thermo.incompressiblePoly";
|
||||||
|
|
||||||
liquidComponents
|
inertSpecie air;
|
||||||
(
|
|
||||||
H2O
|
|
||||||
);
|
|
||||||
|
|
||||||
H2O H2O defaultCoeffs;
|
liquids
|
||||||
|
{
|
||||||
|
liquidComponents
|
||||||
|
(
|
||||||
|
H2O
|
||||||
|
);
|
||||||
|
|
||||||
solidComponents
|
H2O H2O defaultCoeffs;
|
||||||
(
|
}
|
||||||
);
|
|
||||||
|
|
||||||
inertSpecie air;
|
solids
|
||||||
|
{
|
||||||
|
solidComponents
|
||||||
|
(
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -23,17 +23,23 @@ foamChemistryFile "$FOAM_CASE/chemkin/foam.inp";
|
|||||||
|
|
||||||
foamChemistryThermoFile "$FOAM_CASE/chemkin/foam.dat";
|
foamChemistryThermoFile "$FOAM_CASE/chemkin/foam.dat";
|
||||||
|
|
||||||
liquidComponents
|
|
||||||
(
|
|
||||||
H2O
|
|
||||||
);
|
|
||||||
|
|
||||||
solidComponents
|
|
||||||
();
|
|
||||||
|
|
||||||
inertSpecie N2;
|
inertSpecie N2;
|
||||||
|
|
||||||
H2O H2O defaultCoeffs;
|
liquids
|
||||||
|
{
|
||||||
|
liquidComponents
|
||||||
|
(
|
||||||
|
H2O
|
||||||
|
);
|
||||||
|
|
||||||
|
H2O H2O defaultCoeffs;
|
||||||
|
}
|
||||||
|
|
||||||
|
solids
|
||||||
|
{
|
||||||
|
solidComponents
|
||||||
|
();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user