tutorials: Updated totalPressure to prghTotalPressure for p_rgh atmospheric boundaries
This commit is contained in:
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
dimensions [1 -1 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 100000;
|
||||
internalField uniform 1e5;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
@ -24,9 +24,10 @@ boundaryField
|
||||
|
||||
top
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 $internalField;
|
||||
}
|
||||
|
||||
region0_to_wallFilm_walls
|
||||
{
|
||||
type fixedFluxPressure;
|
||||
|
||||
@ -27,11 +27,13 @@ boundaryField
|
||||
type fixedFluxPressure;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
bottom
|
||||
{
|
||||
type fixedFluxPressure;
|
||||
|
||||
Reference in New Issue
Block a user