XiFluid, PDRFoam: Updated so that coefficients can be specified without dimensions
All associated combustion tutorials have been simplified using this functionality.
This commit is contained in:
@ -18,21 +18,21 @@ laminarFlameSpeedCorrelation Gulders;
|
||||
|
||||
fuel IsoOctane;
|
||||
|
||||
Su Su [0 1 -1 0 0 0 0] 0;
|
||||
Su 0;
|
||||
|
||||
SuModel unstrained;
|
||||
|
||||
equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 1;
|
||||
equivalenceRatio 1;
|
||||
|
||||
sigmaExt sigmaExt [0 0 -1 0 0 0 0] 100000;
|
||||
sigmaExt 100000;
|
||||
|
||||
XiModel transport;
|
||||
|
||||
XiCoef XiCoef [0 0 0 0 0 0 0] 0.62;
|
||||
XiCoef 0.62;
|
||||
|
||||
XiShapeCoef XiShapeCoef [0 0 0 0 0 0 0] 1;
|
||||
XiShapeCoef 1;
|
||||
|
||||
uPrimeCoef uPrimeCoef [0 0 0 0 0 0 0] 1;
|
||||
uPrimeCoef 1;
|
||||
|
||||
GuldersCoeffs
|
||||
{
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
// energy absoluteInternalEnergy;
|
||||
}
|
||||
|
||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.0336;
|
||||
stoichiometricAirFuelMassRatio 15.0336;
|
||||
|
||||
fuel
|
||||
{
|
||||
|
||||
@ -16,21 +16,21 @@ FoamFile
|
||||
|
||||
#include "combustionPropertiesInclude"
|
||||
|
||||
Su Su [0 1 -1 0 0 0 0] 0.434;
|
||||
Su 0.434;
|
||||
|
||||
SuModel unstrained;
|
||||
|
||||
equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 1;
|
||||
equivalenceRatio 1;
|
||||
|
||||
sigmaExt sigmaExt [0 0 -1 0 0 0 0] 100000;
|
||||
sigmaExt 100000;
|
||||
|
||||
XiModel transport;
|
||||
|
||||
XiCoef XiCoef [0 0 0 0 0 0 0] 0.62;
|
||||
XiCoef 0.62;
|
||||
|
||||
XiShapeCoef XiShapeCoef [0 0 0 0 0 0 0] 1;
|
||||
XiShapeCoef 1;
|
||||
|
||||
uPrimeCoef uPrimeCoef [0 0 0 0 0 0 0] 1;
|
||||
uPrimeCoef 1;
|
||||
|
||||
GuldersCoeffs
|
||||
{
|
||||
|
||||
@ -25,7 +25,7 @@ thermoType
|
||||
energy absoluteEnthalpy;
|
||||
}
|
||||
|
||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.675;
|
||||
stoichiometricAirFuelMassRatio 15.675;
|
||||
|
||||
reactants
|
||||
{
|
||||
|
||||
@ -25,7 +25,7 @@ thermoType
|
||||
energy absoluteEnthalpy;
|
||||
}
|
||||
|
||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 34.074;
|
||||
stoichiometricAirFuelMassRatio 34.074;
|
||||
|
||||
reactants
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user