Skip to content
Snippets Groups Projects
Commit 35f0c0ab authored by graham's avatar graham
Browse files

Changing BC types on walls to calculated instead of zeroGradient for

fields:

    iDof  internalE  linearKE  momentum  q  rhoM  rhoN

because the boundary values are required to record surface data.
parent 0870e224
Branches
Tags
No related merge requests found
Showing
with 24 additions and 12 deletions
......@@ -32,7 +32,8 @@ boundaryField
walls
{
type zeroGradient;
type calculated;
value uniform 0;
}
}
......
......@@ -32,7 +32,8 @@ boundaryField
walls
{
type zeroGradient;
type calculated;
value uniform 0;
}
}
......
......@@ -32,7 +32,8 @@ boundaryField
walls
{
type zeroGradient;
type calculated;
value uniform 0;
}
}
......
......@@ -32,7 +32,8 @@ boundaryField
walls
{
type zeroGradient;
type calculated;
value uniform (0 0 0);
}
}
......
......@@ -32,7 +32,8 @@ boundaryField
walls
{
type zeroGradient;
type calculated;
value uniform 0;
}
}
......
......@@ -32,7 +32,8 @@ boundaryField
walls
{
type zeroGradient;
type calculated;
value uniform 0;
}
}
......
......@@ -27,7 +27,8 @@ boundaryField
obstacle
{
type zeroGradient;
type calculated;
value uniform 0;
}
periodic
......
......@@ -27,7 +27,8 @@ boundaryField
obstacle
{
type zeroGradient;
type calculated;
value uniform 0;
}
periodic
......
......@@ -27,7 +27,8 @@ boundaryField
obstacle
{
type zeroGradient;
type calculated;
value uniform 0;
}
periodic
......
......@@ -27,7 +27,8 @@ boundaryField
obstacle
{
type zeroGradient;
type calculated;
value uniform (0 0 0);
}
periodic
......
......@@ -27,7 +27,8 @@ boundaryField
obstacle
{
type zeroGradient;
type calculated;
value uniform 0;
}
periodic
......
......@@ -27,7 +27,8 @@ boundaryField
obstacle
{
type zeroGradient;
type calculated;
value uniform 0;
}
periodic
......
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