reactingParcelFoam, coalChemistryFoam: Added LTS support

Replaces LTSReactingParcelFoam and LTSCoalChemistryFoam

    Select LTS via the ddtScheme:

        ddtSchemes
        {
            default         localEuler rDeltaT;
        }
This commit is contained in:
Henry Weller
2015-06-28 11:01:04 +01:00
parent bc840e8528
commit 6043a0f3a8
70 changed files with 109 additions and 387 deletions

View File

@ -1,6 +0,0 @@
- This case uses blockMesh and extrudeMesh to create a channel geometry.
- See Allmesh script to generate geometry.
- The case is set up to run with interFoam.
- For running with LTSInterFoam, an alternative set of main files from
system directory (controlDict, etc) are included in LTSInterFoam
subdirectory to replace the existing files set up for interFoam.