mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure
This commit is contained in:
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
bottom
|
||||
{
|
||||
type multiphaseFixedFluxPressure;
|
||||
type fixedFluxPressure;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
@ -34,7 +34,7 @@ boundaryField
|
||||
|
||||
walls
|
||||
{
|
||||
type multiphaseFixedFluxPressure;
|
||||
type fixedFluxPressure;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user