Skip to content
Snippets Groups Projects
Commit 7e0d4565 authored by Henry's avatar Henry
Browse files

Thermodynamics: Updated combustion solvers to use EEqn and support h/e or ha/ea

parent 661c2628
No related merge requests found
...@@ -5,11 +5,13 @@ cd ${0%/*} || exit 1 # run from this directory ...@@ -5,11 +5,13 @@ cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions # Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
rm -rf 0
cp -r 0.org 0
runApplication blockMesh runApplication blockMesh
runApplication changeDictionary runApplication changeDictionary
runApplication topoSet runApplication topoSet
runApplication PDRMesh runApplication PDRMesh -overwrite
# Run # Run
runApplication `getApplication` runApplication `getApplication`
......
...@@ -44,6 +44,7 @@ FoamFile ...@@ -44,6 +44,7 @@ FoamFile
baffleCyclic_half0 baffleCyclic_half0
{ {
type cyclic; type cyclic;
inGroups 1(cyclic);
nFaces 0; nFaces 0;
startFace 24810; startFace 24810;
matchTolerance 0.0001; matchTolerance 0.0001;
...@@ -52,6 +53,7 @@ FoamFile ...@@ -52,6 +53,7 @@ FoamFile
baffleCyclic_half1 baffleCyclic_half1
{ {
type cyclic; type cyclic;
inGroups 1(cyclic);
nFaces 0; nFaces 0;
startFace 24810; startFace 24810;
matchTolerance 0.0001; matchTolerance 0.0001;
......
...@@ -38,6 +38,7 @@ FoamFile ...@@ -38,6 +38,7 @@ FoamFile
frontAndBack frontAndBack
{ {
type empty; type empty;
inGroups 1(empty);
nFaces 45000; nFaces 45000;
startFace 45284; startFace 45284;
} }
......
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