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:
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heheuReactionThermo;
|
||||
mixture inhomogeneousMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo janafThermo;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy absoluteEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heheuReactionThermo;
|
||||
mixture homogeneousMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo janafThermo;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy absoluteEnthalpy;
|
||||
|
||||
@ -15,14 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
initialChemicalTimeStep 1e-10;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
odeCoeffs
|
||||
{
|
||||
solver SIBS;
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
@ -15,14 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
initialChemicalTimeStep 1e-10;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
odeCoeffs
|
||||
{
|
||||
solver SIBS;
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
@ -15,14 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
initialChemicalTimeStep 1e-10;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
odeCoeffs
|
||||
{
|
||||
solver SIBS;
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
@ -15,14 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
initialChemicalTimeStep 1e-10;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
odeCoeffs
|
||||
{
|
||||
solver SIBS;
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heheuReactionThermo;
|
||||
mixture inhomogeneousMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo janafThermo;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy absoluteEnthalpy;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<reactingSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<reactingSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
solidComponents
|
||||
(
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
@ -16,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<singleStepReactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture singleStepReactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<singleStepReactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture singleStepReactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
@ -15,14 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver noChemistrySolver;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
turbulentReaction off;
|
||||
|
||||
chemistrySolver noChemistrySolver;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<singleStepReactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture singleStepReactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
@ -15,12 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
chemistryType
|
||||
{
|
||||
chemistryModel ODEChemistryModel;
|
||||
chemistrySolver ode;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
sequentialCoeffs
|
||||
|
||||
@ -15,7 +15,16 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
|
||||
thermoType
|
||||
{
|
||||
type hePsiReactionThermo;
|
||||
mixture reactingMixture;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo hConstThermo;
|
||||
transport sutherland;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo janafThermo;
|
||||
transport sutherland;
|
||||
thermo janaf;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo hConstThermo;
|
||||
transport sutherland;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo hConstThermo;
|
||||
transport sutherland;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo hConstThermo;
|
||||
transport sutherland;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo hConstThermo;
|
||||
transport sutherland;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo hConstThermo;
|
||||
transport sutherland;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport sutherlandTransport;
|
||||
thermo hConstThermo;
|
||||
transport sutherland;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleInternalEnergy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -110,7 +110,7 @@ dictionaryReplacement
|
||||
|
||||
|
||||
// Solid thermo
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
|
||||
mixture
|
||||
|
||||
@ -15,14 +15,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// thermoType hePsiThermo<pureMixture<constTransport<hConstThermo<perfectGas<specie>>,sensibleEnthalpy>>>;
|
||||
// thermoType hePsiThermo<pureMixture<const<hConst<perfectGas<specie>>,sensibleEnthalpy>>>;
|
||||
|
||||
thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
energy sensibleEnthalpy;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type hePsiThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -18,8 +18,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState rhoConst;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType heSolidThermo<pureSolidMixture<constIsoSolidTransport<constSolidRad<hConstThermo<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
thermoType heSolidThermo<pureSolidMixture<constIso<const<hConst<rhoConst<specie>>,sensibleEnthalpy>>>>;
|
||||
|
||||
mixture
|
||||
{
|
||||
|
||||
@ -19,8 +19,8 @@ thermoType
|
||||
{
|
||||
type heRhoThermo;
|
||||
mixture pureMixture;
|
||||
transport constTransport;
|
||||
thermo hConstThermo;
|
||||
transport const;
|
||||
thermo hConst;
|
||||
equationOfState perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
|
||||
@ -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