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

@ -23,18 +23,15 @@ boundaryField
{
leftWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
rightWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
atmosphere
{

View File

@ -8,4 +8,4 @@ cleanCase
\rm -rf 0
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -14,4 +14,4 @@ runApplication blockMesh
runApplication setFields
runApplication $application
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -23,18 +23,15 @@ boundaryField
{
leftWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
rightWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
lowerWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
atmosphere
{

View File

@ -8,4 +8,4 @@ cleanCase
\rm -rf 0
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -12,7 +12,7 @@ cp -r 0.org 0
runApplication blockMesh
runApplication setFields
runApplication decomposePar
runParallel $application 4
runParallel $application
runApplication reconstructPar
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -23,13 +23,11 @@ boundaryField
{
rotor
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
stator
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
front
{

View File

@ -23,13 +23,11 @@ boundaryField
{
rotor
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
stator
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
front
{

View File

@ -7,4 +7,4 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase
rm 0/alphas > /dev/null 2>&1
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -9,4 +9,4 @@ application=`getApplication`
runApplication ./makeMesh
runApplication $application
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------