tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D: add gravity in direction of drift
This commit is contained in:
parent
cf26b7db6b
commit
eb4ed526cc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ FoamFile
|
|||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -2 0 0 0 0];
|
||||
value (0 0 0);
|
||||
value (0 -9.81 0);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue