Skip to content
Snippets Groups Projects
Commit e90cfe33 authored by Henry's avatar Henry
Browse files

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

parent afa716a5
Branches
Tags
No related merge requests found
Showing
with 12 additions and 0 deletions
...@@ -29,6 +29,7 @@ boundaryField ...@@ -29,6 +29,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phiwater;
inletValue uniform 0.1; inletValue uniform 0.1;
value uniform 0.1; value uniform 0.1;
} }
......
...@@ -29,6 +29,7 @@ boundaryField ...@@ -29,6 +29,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phiwater;
inletValue uniform 1e-8; inletValue uniform 1e-8;
value uniform 1e-8; value uniform 1e-8;
} }
......
...@@ -31,6 +31,7 @@ boundaryField ...@@ -31,6 +31,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 10.0; inletValue uniform 10.0;
value uniform 10.0; value uniform 10.0;
} }
......
...@@ -31,6 +31,7 @@ boundaryField ...@@ -31,6 +31,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 1.0; inletValue uniform 1.0;
value uniform 1.0; value uniform 1.0;
} }
......
...@@ -30,6 +30,7 @@ boundaryField ...@@ -30,6 +30,7 @@ boundaryField
top top
{ {
type inletOutlet; type inletOutlet;
phi phi1;
inletValue uniform 1.0e-8; inletValue uniform 1.0e-8;
} }
......
...@@ -29,6 +29,7 @@ boundaryField ...@@ -29,6 +29,7 @@ boundaryField
top top
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 10.0; inletValue uniform 10.0;
value uniform 10.0; value uniform 10.0;
} }
......
...@@ -29,6 +29,7 @@ boundaryField ...@@ -29,6 +29,7 @@ boundaryField
top top
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 1.0; inletValue uniform 1.0;
value uniform 1.0; value uniform 1.0;
} }
......
...@@ -27,6 +27,7 @@ boundaryField ...@@ -27,6 +27,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 10.0; inletValue uniform 10.0;
value uniform 10.0; value uniform 10.0;
} }
......
...@@ -27,6 +27,7 @@ boundaryField ...@@ -27,6 +27,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 1.0; inletValue uniform 1.0;
value uniform 1.0; value uniform 1.0;
} }
......
...@@ -29,6 +29,7 @@ boundaryField ...@@ -29,6 +29,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phi1;
inletValue uniform 1.0e-7; inletValue uniform 1.0e-7;
value uniform 1.0e-7; value uniform 1.0e-7;
} }
......
...@@ -29,6 +29,7 @@ boundaryField ...@@ -29,6 +29,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 0.1; inletValue uniform 0.1;
value uniform 0.1; value uniform 0.1;
} }
......
...@@ -29,6 +29,7 @@ boundaryField ...@@ -29,6 +29,7 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type inletOutlet;
phi phi2;
inletValue uniform 1e-8; inletValue uniform 1e-8;
value uniform 1e-8; value uniform 1e-8;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment