reactingFoam: Added run-time selectable LTS support replacing LTSReactingFoam

Select LTS via the ddtScheme:

    ddtSchemes
    {
        default         localEuler rDeltaT;
    }
This commit is contained in:
Henry Weller
2015-06-27 22:35:49 +01:00
parent 0acc57e105
commit a11cf24741
28 changed files with 25 additions and 158 deletions

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application LTSReactingFoam;
application reactingFoam;
startFrom startTime;