mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
general update
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Get application name from directory
|
||||
application=`basename $PWD`
|
||||
application="dnsFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication boxTurb
|
||||
|
||||
@ -20,7 +20,6 @@ FoamFile
|
||||
patch0
|
||||
{
|
||||
type cyclic;
|
||||
physicalType cyclic;
|
||||
nFaces 512;
|
||||
startFace 11520;
|
||||
featureCos 0.9;
|
||||
@ -28,7 +27,6 @@ FoamFile
|
||||
patch1
|
||||
{
|
||||
type cyclic;
|
||||
physicalType cyclic;
|
||||
nFaces 512;
|
||||
startFace 12032;
|
||||
featureCos 0.9;
|
||||
@ -36,7 +34,6 @@ FoamFile
|
||||
patch2
|
||||
{
|
||||
type cyclic;
|
||||
physicalType cyclic;
|
||||
nFaces 512;
|
||||
startFace 12544;
|
||||
featureCos 0.9;
|
||||
|
||||
Reference in New Issue
Block a user