Skip to content
Snippets Groups Projects
Commit 2132e8b1 authored by mattijs's avatar mattijs
Browse files

BUG: iglooWithFridges: missing constraint type setup

parent e1b6dfa6
Branches
Tags
No related merge requests found
Showing
with 27 additions and 0 deletions
...@@ -20,6 +20,9 @@ internalField uniform 265; ...@@ -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;
......
...@@ -20,6 +20,9 @@ internalField uniform (0 0 0); ...@@ -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;
......
...@@ -21,6 +21,9 @@ internalField uniform 0; ...@@ -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;
......
...@@ -21,6 +21,9 @@ internalField uniform 0.01; ...@@ -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;
......
...@@ -21,6 +21,9 @@ internalField uniform 0.1; ...@@ -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;
......
...@@ -21,6 +21,9 @@ internalField uniform 0; ...@@ -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;
......
...@@ -21,6 +21,9 @@ internalField uniform 0; ...@@ -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;
......
...@@ -20,6 +20,9 @@ internalField uniform 0; ...@@ -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;
......
...@@ -20,6 +20,9 @@ internalField uniform 0; ...@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment