BUG: iglooWithFridges: missing constraint type setup

This commit is contained in:
mattijs
2012-09-24 12:49:13 +01:00
parent e1b6dfa6eb
commit 2132e8b1e2
9 changed files with 27 additions and 0 deletions

View File

@ -20,6 +20,9 @@ internalField uniform 265;
boundaryField boundaryField
{ {
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
ground ground
{ {
type fixedValue; type fixedValue;

View File

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

View File

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

View File

@ -21,6 +21,9 @@ internalField uniform 0.01;
boundaryField boundaryField
{ {
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
ground ground
{ {
type epsilonWallFunction; type epsilonWallFunction;

View File

@ -21,6 +21,9 @@ internalField uniform 0.1;
boundaryField boundaryField
{ {
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
ground ground
{ {
type kqRWallFunction; type kqRWallFunction;

View File

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

View File

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

View File

@ -20,6 +20,9 @@ internalField uniform 0;
boundaryField boundaryField
{ {
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
ground ground
{ {
type calculated; type calculated;

View File

@ -20,6 +20,9 @@ internalField uniform 0;
boundaryField boundaryField
{ {
//- Set patchGroups for constraint patches
#include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
ground ground
{ {
type fixedFluxPressure; type fixedFluxPressure;