Merge commit 'OpenCFD/master' into olesenm

This commit is contained in:
Mark Olesen
2009-02-25 10:50:26 +01:00
309 changed files with 3211 additions and 899 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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