INT: Additional integration updates/clean-up

This commit is contained in:
Andrew Heather
2018-05-14 13:21:22 +01:00
parent 2d238139b3
commit dcad66f7d3
32 changed files with 186 additions and 144 deletions

View File

@ -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;
}
// ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application pimpleDyMFoam;
application pimpleFoam;
startFrom latestTime;