Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry Weller
2023-12-19 16:27:47 +00:00
5 changed files with 6 additions and 5 deletions

View File

@ -26,7 +26,7 @@ boundaryField
atmosphere
{
type totalPressure;
type entrainmentPressure;
p0 uniform 0;
value uniform 0;
}

View File

@ -28,7 +28,7 @@ boundaryField
outlet
{
type totalPressure;
type entrainmentPressure;
p0 uniform $pOut;
value uniform $pOut;
}

View File

@ -26,7 +26,7 @@ boundaryField
outlet
{
type totalPressure;
type entrainmentPressure;
p0 uniform 0;
value uniform 0;
}

View File

@ -26,7 +26,7 @@ boundaryField
outlet
{
type totalPressure;
type entrainmentPressure;
p0 uniform 0;
value uniform 0;
}

View File

@ -23,7 +23,8 @@ boundaryField
{
outlet
{
type fixedValue;
type entrainmentPressure;
p0 $internalField;
value $internalField;
}