mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
rhoChemistryModel ODEChemistryModel<icoPoly8ThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver noChemistrySolver;
|
||||
}
|
||||
|
||||
chemistry on; // off;
|
||||
|
||||
chemistrySolver noChemistrySolver;
|
||||
|
||||
chemCalcFreq 1;
|
||||
|
||||
initialChemicalTimeStep 1e-8; // NOT USED
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type heRhoReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport polynomial;
|
||||
thermo hPolynomial;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState icoPolynomial;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
rhoChemistryModel ODEChemistryModel<icoPoly8ThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver noChemistrySolver;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver noChemistrySolver;
|
||||
|
||||
initialChemicalTimeStep 1e-07; // NOT USED
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type heRhoReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport polynomial;
|
||||
thermo hPolynomial;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState icoPolynomial;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
sequentialCoeffs
|
||||
|
||||
@ -38,12 +38,14 @@ FoamFile
|
||||
symmetry
|
||||
{
|
||||
type symmetryPlane;
|
||||
inGroups 1(symmetryPlane);
|
||||
nFaces 100;
|
||||
startFace 5045;
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
inGroups 1(empty);
|
||||
nFaces 5000;
|
||||
startFace 5145;
|
||||
}
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver noChemistrySolver;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver noChemistrySolver;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
@ -25,7 +34,6 @@ foamChemistryThermoFile "$FOAM_CASE/constant/foam.dat";
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
liquids
|
||||
{
|
||||
H2O
|
||||
@ -34,7 +42,6 @@ liquids
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
solids
|
||||
{
|
||||
// none
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver noChemistrySolver;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver noChemistrySolver;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ FoamFile
|
||||
sampleRegion wallFilmRegion;
|
||||
samplePatch region0_to_wallFilmRegion_cubeFaces;
|
||||
offsetMode nonuniform;
|
||||
offsets nonuniform List<vector>
|
||||
offsets nonuniform List<vector>
|
||||
6144
|
||||
(
|
||||
(-0 -0 -0)
|
||||
@ -6191,7 +6191,7 @@ FoamFile
|
||||
sampleRegion wallFilmRegion;
|
||||
samplePatch region0_to_wallFilmRegion_floorFaces;
|
||||
offsetMode nonuniform;
|
||||
offsets nonuniform List<vector>
|
||||
offsets nonuniform List<vector>
|
||||
6400
|
||||
(
|
||||
(8.67361738e-19 -1.734723476e-18 -0)
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
@ -25,7 +34,6 @@ foamChemistryThermoFile "$FOAM_CASE/constant/foam.dat";
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
liquids
|
||||
{
|
||||
H2O
|
||||
@ -34,7 +42,6 @@ liquids
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
solids
|
||||
{
|
||||
// none
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver noChemistrySolver;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver noChemistrySolver;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ FoamFile
|
||||
sampleRegion wallFilmRegion;
|
||||
samplePatch region0_to_wallFilmRegion_wallFilmFaces;
|
||||
offsetMode nonuniform;
|
||||
offsets
|
||||
offsets nonuniform List<vector>
|
||||
43200
|
||||
(
|
||||
(-6.938893904e-18 -0 -0)
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
@ -25,7 +34,6 @@ foamChemistryThermoFile "$FOAM_CASE/constant/foam.dat";
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
liquids
|
||||
{
|
||||
H2O
|
||||
@ -34,7 +42,6 @@ liquids
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
solids
|
||||
{
|
||||
// none
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver noChemistrySolver;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver noChemistrySolver;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
|
||||
|
||||
@ -23,11 +23,220 @@ FoamFile
|
||||
nFaces 1400;
|
||||
startFace 11200;
|
||||
}
|
||||
filmWalls
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
{
|
||||
type wall;
|
||||
type mappedWall;
|
||||
nFaces 200;
|
||||
startFace 12600;
|
||||
sampleMode nearestPatchFace;
|
||||
sampleRegion wallFilmRegion;
|
||||
samplePatch region0_to_wallFilmRegion_wallFilmFaces;
|
||||
offsetMode nonuniform;
|
||||
offsets nonuniform List<vector>
|
||||
200
|
||||
(
|
||||
(4.33680869e-19 4.33680869e-19 -0)
|
||||
(-8.67361738e-19 -8.67361738e-19 -0)
|
||||
(-4.33680869e-19 -0 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(4.33680869e-19 -0 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(8.67361738e-19 4.33680869e-19 -0)
|
||||
(-8.67361738e-19 -8.67361738e-19 -0)
|
||||
(-0 1.734723476e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(8.67361738e-19 1.387778781e-17 -0)
|
||||
(-8.67361738e-19 -0 -0)
|
||||
(-8.67361738e-19 -6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-8.67361738e-19 -0 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(-1.734723476e-18 -1.734723476e-18 -0)
|
||||
(-1.734723476e-18 1.734723476e-18 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-1.734723476e-18 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.734723476e-18 -0 -0)
|
||||
(-1.734723476e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-3.469446952e-18 -8.67361738e-19 -0)
|
||||
(-3.469446952e-18 -1.734723476e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(3.469446952e-18 6.938893904e-18 -0)
|
||||
(3.469446952e-18 -6.938893904e-18 -0)
|
||||
(3.469446952e-18 6.938893904e-18 -0)
|
||||
(-3.469446952e-18 -8.67361738e-19 -0)
|
||||
(-3.469446952e-18 -1.734723476e-18 -0)
|
||||
(-3.469446952e-18 3.469446952e-18 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-3.469446952e-18 6.938893904e-18 -0)
|
||||
(-3.469446952e-18 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -3.469446952e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-1.040834086e-17 -0 -0)
|
||||
(-1.040834086e-17 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(6.938893904e-18 -3.469446952e-18 -0)
|
||||
(6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(1.387778781e-17 6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(6.938893904e-18 -8.67361738e-19 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-2.081668171e-17 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -8.67361738e-19 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 1.387778781e-17 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-4.163336342e-17 -3.469446952e-18 -0)
|
||||
(-4.163336342e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -8.67361738e-19 -0)
|
||||
(1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(1.387778781e-17 6.938893904e-18 -0)
|
||||
(1.387778781e-17 6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-4.163336342e-17 -3.469446952e-18 -0)
|
||||
(-4.163336342e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-2.775557562e-17 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
)
|
||||
;
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
@ -25,7 +34,6 @@ foamChemistryThermoFile "$FOAM_CASE/constant/foam.dat";
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
liquids
|
||||
{
|
||||
H2O
|
||||
@ -34,7 +42,6 @@ liquids
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
solids
|
||||
{
|
||||
// none
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
rhoChemistryModel ODEChemistryModel<icoPoly8ThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
sequentialCoeffs
|
||||
|
||||
@ -15,7 +15,17 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type heRhoReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport polynomial;
|
||||
thermo hPolynomial;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState icoPolynomial;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
rhoChemistryModel ODEChemistryModel<icoPoly8ThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
sequentialCoeffs
|
||||
|
||||
@ -15,7 +15,17 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type heRhoReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport polynomial;
|
||||
thermo hPolynomial;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState icoPolynomial;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
rhoChemistryModel ODEChemistryModel<icoPoly8ThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
sequentialCoeffs
|
||||
|
||||
@ -15,7 +15,17 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type heRhoReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport polynomial;
|
||||
thermo hPolynomial;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState icoPolynomial;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
odeCoeffs
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
||||
|
||||
@ -23,7 +32,6 @@ CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
liquids
|
||||
{
|
||||
C7H16
|
||||
|
||||
Reference in New Issue
Block a user