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,16 +22,18 @@ boundaryField
{
inlet
{
type zeroGradient;
type multiphaseFixedFluxPressure;
value $internalField;
}
outlet
{
type fixedValue;
value uniform 1e5;
value $internalField;
}
walls
{
type zeroGradient;
type multiphaseFixedFluxPressure;
value $internalField;
}
}