Merge branch 'feature/recurrenceLib' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/recurrence_chemistry

This commit is contained in:
Thomas Lichtenegger
2021-04-27 11:27:25 +02:00

View File

@ -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: