mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
INT: Additional integration updates/clean-up
This commit is contained in:
@ -15,11 +15,11 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
combustionModel eddyDissipationDiffusionModel<psiThermoCombustion,gasHThermoPhysics>;
|
||||
combustionModel EDM;
|
||||
|
||||
active on;
|
||||
|
||||
eddyDissipationDiffusionModelCoeffs
|
||||
EDMCoeffs
|
||||
{
|
||||
semiImplicit false;
|
||||
CEDC 4;
|
||||
@ -28,8 +28,8 @@ eddyDissipationDiffusionModelCoeffs
|
||||
|
||||
infinitelyFastChemistryCoeffs
|
||||
{
|
||||
semiImplicit no;
|
||||
C 5.0;
|
||||
semiImplicit no;
|
||||
C 5.0;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application pimpleDyMFoam;
|
||||
application pimpleFoam;
|
||||
|
||||
startFrom latestTime;
|
||||
|
||||
Reference in New Issue
Block a user