Skip to content
Snippets Groups Projects
Commit 6043a0f3 authored by Henry Weller's avatar Henry Weller
Browse files

reactingParcelFoam, coalChemistryFoam: Added LTS support

Replaces LTSReactingParcelFoam and LTSCoalChemistryFoam

    Select LTS via the ddtScheme:

        ddtSchemes
        {
            default         localEuler rDeltaT;
        }
parent bc840e85
No related merge requests found
Showing
with 1 addition and 7 deletions
......@@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application LTSReactingParcelFoam;
application reactingParcelFoam;
startFrom latestTime;
......
- 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.
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment