mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
general update
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Get application name from directory
|
||||
application=`basename $PWD`
|
||||
application="rasInterFoam"
|
||||
|
||||
setDamBreakFine ()
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Get application name from directory
|
||||
application=`basename $PWD`
|
||||
application="interFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication setFields
|
||||
|
||||
@ -27,7 +27,6 @@ FoamFile
|
||||
leftWall
|
||||
{
|
||||
type wall;
|
||||
physicalType wallFunctions;
|
||||
nFaces 50;
|
||||
startFace 4432;
|
||||
}
|
||||
@ -35,7 +34,6 @@ leftWall
|
||||
rightWall
|
||||
{
|
||||
type wall;
|
||||
physicalType wallFunctions;
|
||||
nFaces 50;
|
||||
startFace 4482;
|
||||
}
|
||||
@ -43,7 +41,6 @@ rightWall
|
||||
lowerWall
|
||||
{
|
||||
type wall;
|
||||
physicalType wallFunctions;
|
||||
nFaces 62;
|
||||
startFace 4532;
|
||||
}
|
||||
@ -51,7 +48,6 @@ lowerWall
|
||||
atmosphere
|
||||
{
|
||||
type patch;
|
||||
physicalType atmosphere;
|
||||
nFaces 46;
|
||||
startFace 4594;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user