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

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

View File

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

View File

@ -12,4 +12,4 @@ runApplication $application
runApplication foamCalc components U
runApplication sample
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
@ -32,6 +38,12 @@ solvers
relTol 0;
}
pBFinal
{
$pB;
relTol 0;
}
"(U|B)"
{
solver smoothSolver;