mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: General clean up
This commit is contained in:
@ -24,7 +24,7 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
|
||||
@ -24,7 +24,7 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
runApplication blockMesh
|
||||
restore0Dir
|
||||
|
||||
# copy 0 folder to 1.36
|
||||
cp -r 0 1.36
|
||||
cp system/setAlphaFieldDict.liquid system/setAlphaFieldDict
|
||||
runApplication setAlphaField
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
runApplication blockMesh
|
||||
restore0Dir
|
||||
|
||||
@ -31,7 +31,7 @@ divSchemes
|
||||
div(rhoPhi,U) Gauss vanLeerV;
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
div(rhoCpPhi,T) Gauss vanLeer;
|
||||
|
||||
|
||||
div((interpolate(cp)*rhoPhi),T) Gauss linear;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user