GIT: Initial commit after latest foundation merge

This commit is contained in:
andy
2016-04-25 11:40:48 +01:00
4003 changed files with 74634 additions and 37783 deletions

View File

@ -29,13 +29,11 @@ boundaryField
}
ground
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
blockedFaces
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
baffleWall
{

View File

@ -13,4 +13,4 @@ rm -rf constant/polyMesh/points
rm -rf constant/polyMesh/owner
rm -rf constant/polyMesh/neighbour
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -16,4 +16,4 @@ runApplication PDRMesh -overwrite
# Run
runApplication `getApplication`
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -21,4 +21,4 @@ do
removeCase $caseName
done
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -51,4 +51,4 @@ cloneCase moriyoshiHomogeneous moriyoshiHomogeneousHydrogen
runApplication `getApplication`
)
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,5 +8,5 @@ cleanCase
\rm -rf 0 chemFoam.out validation/OF_vs_CHEMKINII.eps validation/chemkinII
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
# ----------------------------------------------------------------- end-of-file
(cd validation && ./Allrun $*)
#------------------------------------------------------------------------------

View File

@ -9,6 +9,6 @@ grep '^ Time (sec)' ../chemkin/senk.out | awk '{print $4 " " $8 }' \
./createGraph
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -21,5 +21,5 @@ gnuplot<<EOF
"chemkinII" with lines title "Chemkin II" lt -1
EOF
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,5 +8,5 @@ cleanCase
\rm -rf 0 chemFoam.out validation/OF_vs_CHEMKINII.eps validation/chemkinII
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
# ----------------------------------------------------------------- end-of-file
(cd validation && ./Allrun $*)
#------------------------------------------------------------------------------

View File

@ -9,6 +9,6 @@ grep '^ Time (sec)' ../chemkin/senk.out | awk '{print $4 " " $8 }' \
./createGraph
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -21,5 +21,5 @@ gnuplot<<EOF
"chemkinII" with lines title "Chemkin II" lt -1
EOF
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,5 +8,5 @@ cleanCase
\rm -rf 0 chemFoam.out validation/OF_vs_CHEMKINII.eps validation/chemkinII
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
# ----------------------------------------------------------------- end-of-file
(cd validation && ./Allrun $*)
#------------------------------------------------------------------------------

View File

@ -9,6 +9,6 @@ grep '^ Time (sec)' ../chemkin/senk.out | awk '{print $4 " " $8 }' \
./createGraph
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -21,5 +21,5 @@ gnuplot<<EOF
"chemkinII" with lines title "Chemkin II" lt -1
EOF
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,5 +8,5 @@ cleanCase
\rm -rf 0 chemFoam.out validation/OF_vs_CHEMKINII.eps validation/chemkinII
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
# ----------------------------------------------------------------- end-of-file
(cd validation && ./Allrun $*)
#------------------------------------------------------------------------------

View File

@ -9,6 +9,6 @@ grep '^ Time (sec)' ../chemkin/senk.out | awk '{print $4 " " $8 }' \
./createGraph
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -21,5 +21,5 @@ gnuplot<<EOF
"chemkinII" with lines title "Chemkin II" lt -1
EOF
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -29,14 +29,12 @@ boundaryField
liner
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
cylinderHead
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}

View File

@ -12,4 +12,4 @@ rm -f constant/polyMesh/boundary > /dev/null 2>&1
mv temp180 ./-180
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -11,4 +11,4 @@ runApplication kivaToFoam -file otape17
runApplication $application
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -28,8 +28,7 @@ boundaryField
region0_to_filmRegion_coupledWall // Patch to pyrolysis
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
outlet
@ -39,8 +38,7 @@ boundaryField
"side.*"
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
inlet

View File

@ -11,4 +11,4 @@ rm -rf constant/pyrolysisRegion/polyMesh
rm -rf system/pyrolysisRegion/filmRegion
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -38,4 +38,4 @@ runApplication `getApplication`
paraFoam -touchAll
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -22,26 +22,31 @@ boundaryField
top
{
type calculated;
value $internalField;
}
ground
{
type calculated;
value $internalField;
}
sides
{
type calculated;
value $internalField;
}
burner
{
type calculated;
value $internalField;
}
"(region0_to.*)"
{
type calculated;
value $internalField;
}
}

View File

@ -10,4 +10,4 @@ rm -rf constant/panelRegion/polyMesh
rm -f 0/polyMesh/cellMap
rm -f constant/polyMesh/boundary
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,32 +9,35 @@ application=`getApplication`
runApplication blockMesh
runApplication topoSet -dict system/cRefine.topoSetDict
runApplication -s cRefine \
topoSet -dict system/cRefine.topoSetDict
runApplication refineMesh -overwrite -dict system/refineMeshDict
rm log.topoSet
runApplication topoSet -dict system/f.topoSetDict
runApplication -s f \
topoSet -dict system/f.topoSetDict
# create the pyrolysis region.
runApplication extrudeToRegionMesh -overwrite
rm log.topoSet
runApplication topoSet -dict system/fBurner.topoSetDict
runApplication -s fBurner \
topoSet -dict system/fBurner.topoSetDict
runApplication createPatch -overwrite
# Decompose mesh, constant/boundaryRadiationProperties and fields
decomposePar -force -constant > log.decomposePar 2>&1
runApplication -s master \
decomposePar -force
decomposePar -region panelRegion > log.decomposeParPanelRegion 2>&1
runApplication -s panelRegion \
decomposePar -region panelRegion
decomposePar -fields > log.decomposePar 2>&1
runApplication -s fields \
decomposePar -fields
runParallel `getApplication` 6
runParallel `getApplication`
paraFoam -touch
paraFoam -touch -region panelRegion
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -31,8 +31,7 @@ boundaryField
base
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
inlet

View File

@ -24,6 +24,7 @@ boundaryField
".*"
{
type calculated;
value $internalField;
}
frontAndBack

View File

@ -12,4 +12,4 @@ runApplication createPatch -overwrite
# Run
runApplication `getApplication`
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -30,8 +30,7 @@ boundaryField
base
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
inlet

View File

@ -12,6 +12,6 @@ runApplication createPatch -overwrite
runApplication decomposePar -force -constant
# Run
runParallel $application 4
runParallel $application
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------