tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D: add gravity in direction of drift

This commit is contained in:
Henry
2015-01-28 16:37:36 +00:00
parent cf26b7db6b
commit eb4ed526cc

View File

@ -16,6 +16,6 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (0 0 0);
value (0 -9.81 0);
// ************************************************************************* //