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

tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed: Updated to use interstitial inlet

parent 3f476d40
Branches
Tags
No related merge requests found
......@@ -22,16 +22,12 @@ boundaryField
{
inlet
{
type fixedValue;
value $internalField;
type zeroGradient;
}
outlet
{
type inletOutlet;
phi phi.particles;
inletValue $internalField;
value $internalField;
type zeroGradient;
}
walls
......
......@@ -22,8 +22,10 @@ boundaryField
{
inlet
{
type fixedValue;
value uniform (0 0.25 0);
type interstitialInletVelocity;
inletVelocity uniform (0 0.25 0);
alpha alpha.air;
value $internalField;
}
outlet
......
......@@ -22,8 +22,7 @@ boundaryField
{
inlet
{
type fixedValue;
value uniform 0;
type zeroGradient;
}
outlet
......
......@@ -87,7 +87,7 @@ solvers
PIMPLE
{
nOuterCorrectors 1;
nCorrectors 3;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
}
......
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