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

@ -13,4 +13,4 @@ foamCleanTutorials cases
echo "--------"
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -38,7 +38,7 @@ cd ${0%/*} || exit 1 # Run from this directory
logReport()
{
caseName=`dirname $1 | sed s/"\(.*\)\.\/"/""/g`
app=`echo $1 | sed s/"\(.*\)\."/""/g`
app=`echo $1 | sed s/"\(.*\)log\."/""/g`
appAndCase="Application $app - case $caseName"
fatalError=`grep "FOAM FATAL" $1`
@ -93,4 +93,4 @@ done
find . -name "log.*" -exec cat {} \; >> logs
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -3,7 +3,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -238,4 +238,4 @@ do
echo "" >> $SOLVERS_FILE
done
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -7,4 +7,4 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase
rm -f 0/enstrophy
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -12,4 +12,4 @@ runApplication boxTurb
runApplication $application
runApplication enstrophy
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,4 +8,4 @@ cleanCase
rm -rf EnSight Ensight Fieldview > /dev/null 2>&1
rm -f constant/polyMesh/boundary > /dev/null 2>&1
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -24,4 +24,4 @@ runApplication foamToEnsight
runApplication foamToEnsightParts
runApplication foamToVTK
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,4 +8,4 @@ rm -rf 0 > /dev/null 2>&1
cleanCase
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -11,4 +11,4 @@ runApplication blockMesh
runApplication $application -withFunctionObjects -writePhi -writep
runApplication streamFunction
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -33,14 +33,12 @@ boundaryField
upperWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
frontAndBack

View File

@ -8,4 +8,4 @@ rm -rf 0 > /dev/null 2>&1
cleanCase
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -11,4 +11,4 @@ runApplication blockMesh
runApplication $application -writePhi -writep
runApplication streamFunction
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -12262,14 +12262,12 @@ boundaryField
upperWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
frontAndBack

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
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------

View File

@ -28,14 +28,12 @@ boundaryField
farFieldMoving
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
fixedWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
left
@ -46,8 +44,7 @@ boundaryField
farField
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
back

View File

@ -40,8 +40,7 @@ boundaryField
freestreamInlet
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
wedge1 {type wedge;}

View File

@ -1261,8 +1261,7 @@ boundaryField
}
freestreamInlet
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
freestream
{

View File

@ -8,4 +8,4 @@ cleanCase
cleanSamples
rm -rf constant/polyMesh/boundary
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -31,4 +31,4 @@ rm $CONST/polyMesh/boundary.bak
runApplication `getApplication`
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -20,7 +20,7 @@ USAGE
exit 1
}
# -----------------------------------------------------------------------------
#------------------------------------------------------------------------------
unset timeOpt
@ -53,4 +53,4 @@ do
cat ${d}/cone25_${FS} ${d}/cone55_${FS} ${d}/base_${FS} > ${d}/biconic_${FS}
done
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,4 +9,4 @@ cp -r 0.org 0
cleanCase
cleanSamples
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,4 +8,4 @@ runApplication blockMesh
runApplication setFields
runApplication `getApplication`
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,4 +9,4 @@ rm -rf constant/extendedFeatureEdgeMesh > /dev/null 2>&1
cleanCase
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -21,4 +21,4 @@ cp -r 0.org 0
runApplication $(getApplication)
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -37,14 +37,12 @@ boundaryField
upperWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
frontAndBack

View File

@ -22,18 +22,15 @@ boundaryField
{
front
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
back
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
walls
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
porosityWall
{

Some files were not shown because too many files have changed in this diff Show More