tutorials/multiphase: Set phi to appropriate phase-flux for inletOutlet conditions

This commit is contained in:
Henry
2013-03-25 22:07:26 +00:00
parent afa716a5c5
commit e90cfe33c2
12 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,7 @@ boundaryField
outlet
{
type inletOutlet;
phi phi2;
inletValue uniform 10.0;
value uniform 10.0;
}

View File

@ -27,6 +27,7 @@ boundaryField
outlet
{
type inletOutlet;
phi phi2;
inletValue uniform 1.0;
value uniform 1.0;
}