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

@ -22,33 +22,27 @@ boundaryField
{
sectionAEnd
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
sectionCEnd
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
front
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
back
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
top
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
bottom
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
}

View File

@ -8,4 +8,4 @@ rm -rf constant/polyMesh/sets
rm -rf processor[0-9]
cleanCase
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -11,9 +11,9 @@ runApplication blockMesh
runApplication decomposePar
runParallel mdInitialise 4
runParallel $application 4
runParallel mdInitialise
runParallel $application
runApplication reconstructPar
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------