mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user