Skip to content

Commit

Permalink
changed alpha outlet bc to zeroGradient
Browse files Browse the repository at this point in the history
  • Loading branch information
stepassoni committed Apr 21, 2022
1 parent 15c758a commit aabfdba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bubbleColumnDegass/0/alpha.air.orig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ boundaryField
}
outlet
{
type inletOutlet;
type zeroGradient;//inletOutlet;
phi phi.air;
inletValue uniform 0;
value uniform 0;
Expand Down
2 changes: 1 addition & 1 deletion bubbleColumnDegass/0/alpha.water.orig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ boundaryField
}
outlet
{
type inletOutlet;
type zeroGradient;//inletOutlet;
phi phi.water;
inletValue uniform 1;
value uniform 1;
Expand Down
6 changes: 3 additions & 3 deletions bubbleColumnDegass/input
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ nz 4;
// Solver settings

dt 0.005;
endT 60;
writeInt 5;
endT 30;
writeInt 1;

URF_p 0.3;
URF_all 0.5;
Expand All @@ -34,7 +34,7 @@ RASmodel kOmegaSSTSato; // mixtureKEpsilon; // kOmegaSSTSato

Uinlet uniform (0 0.01 0);
massFlowIn 2.37e-5;
inizioMedia 30;
inizioMedia 15;

// Force models

Expand Down

0 comments on commit aabfdba

Please sign in to comment.