multiphase solvers: added support for the multiphaseFixedFluxPressure BC

This commit is contained in:
Henry
2012-02-24 10:11:06 +00:00
parent 7df00f96fc
commit f5f6c87204
12 changed files with 363 additions and 20 deletions

View File

@ -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