GIT: Initial commit after latest foundation merge

This commit is contained in:
andy
2016-04-25 11:40:48 +01:00
4003 changed files with 74634 additions and 37783 deletions

View File

@ -42,8 +42,7 @@ boundaryField
defaultFaces
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}

View File

@ -40,8 +40,7 @@ boundaryField
}
defaultFaces
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}

View File

@ -7,4 +7,4 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase
rm -rf 0
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -23,13 +23,11 @@ boundaryField
{
bottomWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
topWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
sides1_half0
{

View File

@ -14,9 +14,9 @@ runApplication blockMesh
#- Run parallel
runApplication decomposePar -cellDist
runParallel $application 4
runParallel $application
runApplication reconstructPar
runApplication postChannel
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -37,8 +37,7 @@ boundaryField
}
hole
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
frontAndBack
{

View File

@ -6,4 +6,4 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -23,4 +23,4 @@ runApplication topoSet
runApplication createPatch -overwrite
runApplication $application
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -33,14 +33,12 @@ boundaryField
upperWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
frontAndBack

View File

@ -23,8 +23,6 @@ ddtSchemes
gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
grad(U) Gauss linear;
}
divSchemes
@ -41,19 +39,12 @@ divSchemes
laplacianSchemes
{
default none;
laplacian(nuEff,U) Gauss linear corrected;
laplacian(rAUf,p) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DREff,R) Gauss linear corrected;
laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;
default Gauss linear corrected;
}
interpolationSchemes
{
default linear;
interpolate(U) linear;
}
snGradSchemes