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,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
#------------------------------------------------------------------------------