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

This commit is contained in:
Henry
2012-09-23 22:11:38 +01:00
parent 661c26288d
commit 7e0d4565b7
43 changed files with 124 additions and 104 deletions

View File

@ -6,6 +6,7 @@ cd ${0%/*} || exit 1 # run from this directory
cleanCase
rm -rf VTK
rm -rf 0
rm -rf constant/polyMesh/sets constant/polyMesh/faces
rm -rf constant/polyMesh/faces
rm -rf constant/polyMesh/points

View File

@ -5,11 +5,13 @@ cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
rm -rf 0
cp -r 0.org 0
runApplication blockMesh
runApplication changeDictionary
runApplication topoSet
runApplication PDRMesh
runApplication PDRMesh -overwrite
# Run
runApplication `getApplication`

View File

@ -44,6 +44,7 @@ FoamFile
baffleCyclic_half0
{
type cyclic;
inGroups 1(cyclic);
nFaces 0;
startFace 24810;
matchTolerance 0.0001;
@ -52,6 +53,7 @@ FoamFile
baffleCyclic_half1
{
type cyclic;
inGroups 1(cyclic);
nFaces 0;
startFace 24810;
matchTolerance 0.0001;

View File

@ -38,6 +38,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 45000;
startFace 45284;
}