tutorials: Updated totalPressure to prghTotalPressure for p_rgh atmospheric boundaries
This commit is contained in:
@ -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