Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -26,7 +26,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type entrainmentPressure;
|
||||
p0 uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type totalPressure;
|
||||
type entrainmentPressure;
|
||||
p0 uniform $pOut;
|
||||
value uniform $pOut;
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type totalPressure;
|
||||
type entrainmentPressure;
|
||||
p0 uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type totalPressure;
|
||||
type entrainmentPressure;
|
||||
p0 uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
@ -23,7 +23,8 @@ boundaryField
|
||||
{
|
||||
outlet
|
||||
{
|
||||
type fixedValue;
|
||||
type entrainmentPressure;
|
||||
p0 $internalField;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user