tutorials/multiphase/.*woPhaseEulerFoam/: Change outlet p_rgh BC to prghPressure

This commit is contained in:
Henry Weller
2015-06-29 19:36:57 +01:00
parent 1f158f8f52
commit 6f53722dab
17 changed files with 66 additions and 51 deletions

View File

@ -22,18 +22,19 @@ boundaryField
{
inlet
{
type fixedFluxPressure;
value $internalField;
type fixedFluxPressure;
value $internalField;
}
outlet
{
type fixedValue;
value $internalField;
type prghPressure;
p $internalField;
value $internalField;
}
walls
{
type fixedFluxPressure;
value $internalField;
type fixedFluxPressure;
value $internalField;
}
}