ENH: propeller: updated setup

This commit is contained in:
mattijs
2014-01-24 14:39:21 +00:00
parent 072ee4ff2f
commit 0cb2eaa6cb
14 changed files with 85 additions and 292 deletions

View File

@ -21,6 +21,9 @@ internalField uniform (0 0 0);
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type uniformFixedValue;

View File

@ -21,6 +21,9 @@ internalField uniform 1;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type fixedValue;
@ -33,17 +36,10 @@ boundaryField
inletValue $internalField;
}
outerCylinder
wall
{
type zeroGradient;
value $internalField;
}
"propeller.*"
{
type zeroGradient;
value $internalField;
}
}
// ************************************************************************* //

View File

@ -21,6 +21,9 @@ internalField uniform 0.0495;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type fixedValue;
@ -34,13 +37,7 @@ boundaryField
value $internalField;
}
outerCylinder
{
type epsilonWallFunction;
value $internalField;
}
"propeller.*"
wall
{
type epsilonWallFunction;
value $internalField;

View File

@ -21,6 +21,9 @@ internalField uniform 0.06;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type fixedValue;
@ -34,13 +37,7 @@ boundaryField
value $internalField;
}
outerCylinder
{
type kqRWallFunction;
value $internalField;
}
"propeller.*"
wall
{
type kqRWallFunction;
value $internalField;

View File

@ -21,6 +21,9 @@ internalField uniform 0;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type calculated;
@ -33,13 +36,7 @@ boundaryField
value uniform 0;
}
outerCylinder
{
type nutkWallFunction;
value uniform 0;
}
"propeller.*"
wall
{
type nutkWallFunction;
value uniform 0;

View File

@ -21,6 +21,9 @@ internalField uniform 1e5;
boundaryField
{
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
inlet
{
type fixedFluxPressure;
@ -32,12 +35,7 @@ boundaryField
value $internalField;
}
outerCylinder
{
type fixedFluxPressure;
}
"propeller.*"
wall
{
type fixedFluxPressure;
}