mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Initial state after latest Foundation merge
This commit is contained in:
@ -36,8 +36,6 @@ boundaryField
|
||||
type totalTemperature;
|
||||
value uniform 297;
|
||||
T0 uniform 297;
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
@ -30,8 +30,6 @@ boundaryField
|
||||
{
|
||||
type waveTransmissive;
|
||||
field p;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi thermo:psi;
|
||||
fieldInf 101325;
|
||||
gamma 1.4;
|
||||
@ -44,8 +42,6 @@ boundaryField
|
||||
type totalPressure;
|
||||
value uniform 101325;
|
||||
p0 uniform 101325;
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
@ -1241,8 +1241,6 @@ boundaryField
|
||||
freestream
|
||||
{
|
||||
type totalTemperature;
|
||||
U U;
|
||||
phi phi;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
T0 uniform 297;
|
||||
|
||||
@ -1233,8 +1233,6 @@ boundaryField
|
||||
{
|
||||
type waveTransmissive;
|
||||
field p;
|
||||
phi phi;
|
||||
rho rho;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
fieldInf 101325;
|
||||
@ -1272,8 +1270,6 @@ boundaryField
|
||||
freestream
|
||||
{
|
||||
type totalPressure;
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi thermo:psi;
|
||||
gamma 1.4;
|
||||
|
||||
@ -11,10 +11,13 @@ FoamFile
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object sampleDict;
|
||||
object sample;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
|
||||
interpolationScheme cellPointFace;
|
||||
|
||||
writeFormat raw;
|
||||
@ -4,16 +4,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
#moveTimeMeshToConstant()
|
||||
#{
|
||||
# DT=`foamInfoExec -times | tail -1`
|
||||
# if [ "$DT" != 0 ]
|
||||
# then
|
||||
# mv ${DT}/polyMesh/* constant/polyMesh
|
||||
# rm -rf ${DT}
|
||||
# fi
|
||||
#}
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
runApplication datToFoam grid256.dat
|
||||
@ -21,7 +11,6 @@ runApplication datToFoam grid256.dat
|
||||
CONST="constant"
|
||||
cat $CONST/pointsHeader $CONST/points.tmp > $CONST/polyMesh/points
|
||||
runApplication collapseEdges -overwrite
|
||||
#moveTimeMeshToConstant
|
||||
|
||||
echo "Changing patch type to wedge type in boundary file"
|
||||
mv $CONST/polyMesh/boundary $CONST/polyMesh/boundary.bak
|
||||
|
||||
@ -25,7 +25,7 @@ USAGE
|
||||
unset timeOpt
|
||||
|
||||
# parse options
|
||||
while [ "$#" -gt 0]
|
||||
while [ "$#" -gt 0 ]
|
||||
do
|
||||
case "$1" in
|
||||
-h | -help)
|
||||
|
||||
@ -11,10 +11,13 @@ FoamFile
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object sampleDict;
|
||||
object sample;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
|
||||
interpolationScheme cellPointFace;
|
||||
|
||||
setFormat raw;
|
||||
@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
# Remove 0.org/ copy
|
||||
# Remove 0 directory - recreated from 0.orig
|
||||
\rm -rf 0
|
||||
|
||||
cleanCase
|
||||
|
||||
@ -11,10 +11,13 @@ FoamFile
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object sampleDict;
|
||||
object sample;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
type sets;
|
||||
libs ("libsampling.so");
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
setFormat raw;
|
||||
Reference in New Issue
Block a user