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

@ -34,14 +34,12 @@ boundaryField
bottomWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
endWall
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
top

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

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

View File

@ -64,74 +64,62 @@ boundaryField
WALL8
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL61
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL62
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL63
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL64
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL65
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL66
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL67
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL68
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL69
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL7
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
WALL70
{
type fixedValue;
value uniform (0 0 0);
type noSlip;
}
OUTL15

View File

@ -6,4 +6,4 @@ cd ${0%/*} || exit 1 # Run from this directory
rm -rf *[1-9]*
rm -f log.* 2>/dev/null
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------

View File

@ -8,4 +8,4 @@ application=`getApplication`
runApplication $application
# ----------------------------------------------------------------- end-of-file
#------------------------------------------------------------------------------