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.
This commit is contained in:
graham
2009-11-11 15:41:27 +00:00
parent 0870e22400
commit 35f0c0ab8d
12 changed files with 24 additions and 12 deletions

View File

@ -32,7 +32,8 @@ boundaryField
walls walls
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
} }

View File

@ -32,7 +32,8 @@ boundaryField
walls walls
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
} }

View File

@ -32,7 +32,8 @@ boundaryField
walls walls
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
} }

View File

@ -32,7 +32,8 @@ boundaryField
walls walls
{ {
type zeroGradient; type calculated;
value uniform (0 0 0);
} }
} }

View File

@ -32,7 +32,8 @@ boundaryField
walls walls
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
} }

View File

@ -32,7 +32,8 @@ boundaryField
walls walls
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
} }

View File

@ -27,7 +27,8 @@ boundaryField
obstacle obstacle
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
periodic periodic

View File

@ -27,7 +27,8 @@ boundaryField
obstacle obstacle
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
periodic periodic

View File

@ -27,7 +27,8 @@ boundaryField
obstacle obstacle
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
periodic periodic

View File

@ -27,7 +27,8 @@ boundaryField
obstacle obstacle
{ {
type zeroGradient; type calculated;
value uniform (0 0 0);
} }
periodic periodic

View File

@ -27,7 +27,8 @@ boundaryField
obstacle obstacle
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
periodic periodic

View File

@ -27,7 +27,8 @@ boundaryField
obstacle obstacle
{ {
type zeroGradient; type calculated;
value uniform 0;
} }
periodic periodic