mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
multiphase solvers: added support for the multiphaseFixedFluxPressure BC
This commit is contained in:
@ -22,20 +22,20 @@ boundaryField
|
||||
{
|
||||
bottom
|
||||
{
|
||||
type buoyantPressure;
|
||||
value uniform 0;
|
||||
type multiphaseFixedFluxPressure;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
walls
|
||||
{
|
||||
type buoyantPressure;
|
||||
value uniform 0;
|
||||
type multiphaseFixedFluxPressure;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
frontBack
|
||||
|
||||
Reference in New Issue
Block a user