From eb4ed526cc4ec78275fc99fd312092c5f4becb1c Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 28 Jan 2015 16:37:36 +0000 Subject: [PATCH] tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D: add gravity in direction of drift --- tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/g b/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/g index d182180d9..037e3b47f 100644 --- a/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/g +++ b/tutorials/multiphase/driftFluxFoam/ras/mixerVessel2D/constant/g @@ -16,6 +16,6 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -2 0 0 0 0]; -value (0 0 0); +value (0 -9.81 0); // ************************************************************************* //