From 19305850c7a1c071c9950d7e2064f6db5c696733 Mon Sep 17 00:00:00 2001 From: Thomas Lichtenegger Date: Tue, 27 Apr 2021 11:25:58 +0200 Subject: [PATCH] Fixed missing declaration. --- .../secondaryPhaseInducedBuoyancy.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lagrangian/cfdemParticle/subModels/otherForceModel/secondaryPhaseInducedBuoyancy/secondaryPhaseInducedBuoyancy.H b/src/lagrangian/cfdemParticle/subModels/otherForceModel/secondaryPhaseInducedBuoyancy/secondaryPhaseInducedBuoyancy.H index 1bf6ccd6..098b12b5 100644 --- a/src/lagrangian/cfdemParticle/subModels/otherForceModel/secondaryPhaseInducedBuoyancy/secondaryPhaseInducedBuoyancy.H +++ b/src/lagrangian/cfdemParticle/subModels/otherForceModel/secondaryPhaseInducedBuoyancy/secondaryPhaseInducedBuoyancy.H @@ -53,7 +53,9 @@ protected: // density dispersed phase - density continuous phase dimensionedScalar diffRho_; - const dimensionedVector g_; + word gravityFieldName_; + + const uniformDimensionedVectorField& g_; // ref to gravity public: