tutorials/.../DTCHull: Changed the atmospheric boundary condition to prghEntrainmentPressure

This has removed all the noise/checkerboarding from the vicinity of the
atmospheric boundary.
This commit is contained in:
Will Bainbridge
2020-04-09 08:30:58 +01:00
parent b9c7428619
commit 413429e214
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ boundaryField
atmosphere
{
type totalPressure;
type prghEntrainmentPressure;
p0 uniform 0;
}

View File

@ -37,7 +37,7 @@ boundaryField
atmosphere
{
type totalPressure;
type prghEntrainmentPressure;
p0 uniform 0;
}

View File

@ -37,7 +37,7 @@ boundaryField
atmosphere
{
type totalPressure;
type prghEntrainmentPressure;
p0 uniform 0;
}