|
|
dc0523643f
|
fluxRequired: Added setFluxRequired function to fvSchemes class
Added calls to setFluxRequired for p, p_rgh etc. in all solvers which
avoids the need to add fluxRequired entries in fvSchemes dictionaries.
|
2015-07-15 21:57:16 +01:00 |
|
|
|
8729455377
|
LTS: Formalize the naming of the rDeltaT and rSubDeltaT fields
Now the specification of the LTS time scheme is simply:
ddtSchemes
{
default localEuler;
}
|
2015-06-28 21:41:40 +01:00 |
|
|
|
6043a0f3a8
|
reactingParcelFoam, coalChemistryFoam: Added LTS support
Replaces LTSReactingParcelFoam and LTSCoalChemistryFoam
Select LTS via the ddtScheme:
ddtSchemes
{
default localEuler rDeltaT;
}
|
2015-06-28 11:01:04 +01:00 |
|