mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Correcting T.particles outlet BC for fluidsedBed
This commit is contained in:
@ -27,7 +27,10 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
type inletOutlet;
|
||||
phi phi.particles;
|
||||
inletValue uniform 600;
|
||||
value uniform 600;
|
||||
}
|
||||
|
||||
walls
|
||||
|
||||
Reference in New Issue
Block a user