Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2009-02-18 18:17:14 +00:00
230 changed files with 48 additions and 48 deletions

View File

@ -3,7 +3,7 @@
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory # Get application name from directory
application=${PWD##*/} application="XiFoam"
setControlDict () { setControlDict () {
controlDict="system/controlDict" controlDict="system/controlDict"
@ -20,6 +20,7 @@ setControlDict () {
# Clone case # Clone case
cloneCase moriyoshiHomogeneous moriyoshiHomogeneousPart2 cloneCase moriyoshiHomogeneous moriyoshiHomogeneousPart2
# Modify and execute # Modify and execute
cd moriyoshiHomogeneousPart2 cd moriyoshiHomogeneousPart2
cp -r ../moriyoshiHomogeneous/0.005 . cp -r ../moriyoshiHomogeneous/0.005 .

View File

@ -3,7 +3,7 @@
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory # Get application name from directory
application="buoyantFoam" application="buoyantPisoFoam"
compileApplication setHotRoom compileApplication setHotRoom
runApplication blockMesh runApplication blockMesh

View File

@ -3,8 +3,7 @@
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application directory # Get application directory
parentDir=`dirname $PWD` application="channelFoam"
application=`basename $parentDir`
runApplication blockMesh runApplication blockMesh
runApplication $application runApplication $application

View File

@ -3,7 +3,7 @@
# Source tutorial run functions # Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
application="lesCavitatingFoam" application="cavitatingFoam"
refineMeshByCellSet() refineMeshByCellSet()
{ {

View File

@ -3,7 +3,7 @@
# Source tutorial run functions # Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
application="rasCavitatingFoam" application="cavitatingFoam"
refineMeshByCellSet() refineMeshByCellSet()
{ {

View File

@ -3,7 +3,7 @@
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory # Get application name from directory
application="compressibleLesInterFoam" application="compressibleInterFoam"
runApplication blockMesh runApplication blockMesh
cp 0/alpha1.org 0/alpha1 cp 0/alpha1.org 0/alpha1

View File

@ -3,7 +3,7 @@
. $WM_PROJECT_DIR/bin/tools/RunFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory # Get application name from directory
application="compressibleLesInterFoam" application="compressibleInterFoam"
runApplication blockMesh runApplication blockMesh
cp 0/alpha1.org 0/alpha1 cp 0/alpha1.org 0/alpha1

View File

@ -20,23 +20,23 @@ internalField uniform 0;
boundaryField boundaryField
{ {
walls walls
{ {
type zeroGradient; type zeroGradient;
} }
obstacle obstacle
{ {
type zeroGradient; type zeroGradient;
} }
atmosphere atmosphere
{ {
type totalPressure; type totalPressure;
p0 uniform 0; p0 uniform 0;
U U; U U;
phi phi; phi phi;
rho none; rho rho;
psi none; psi none;
gamma 1; gamma 1;
value uniform 0; value uniform 0;

View File

@ -20,23 +20,23 @@ internalField uniform 0;
boundaryField boundaryField
{ {
walls walls
{ {
type zeroGradient; type zeroGradient;
} }
obstacle obstacle
{ {
type zeroGradient; type zeroGradient;
} }
atmosphere atmosphere
{ {
type totalPressure; type totalPressure;
p0 uniform 0; p0 uniform 0;
U U; U U;
phi phi; phi phi;
rho none; rho rho;
psi none; psi none;
gamma 1; gamma 1;
value uniform 0; value uniform 0;

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