tutorials: Updated totalPressure to prghTotalPressure for p_rgh atmospheric boundaries

This commit is contained in:
Henry Weller
2022-07-05 07:57:51 +01:00
parent 75bbfd0294
commit 1fd1042a62
2 changed files with 6 additions and 3 deletions

View File

@ -27,11 +27,13 @@ boundaryField
type fixedFluxPressure;
value uniform 0;
}
top
{
type totalPressure;
type prghTotalPressure;
p0 uniform 0;
}
bottom
{
type fixedFluxPressure;