ENH: Lagrangian models - added headers to enable derived libraries to compile

This commit is contained in:
Andrew Heather
2016-11-29 09:10:37 +00:00
committed by Mark Olesen
parent c97b1f21e1
commit 24a6c4810d
2 changed files with 4 additions and 2 deletions

View File

@ -44,6 +44,7 @@ SourceFiles
#include "CollisionRecordList.H"
#include "labelFieldIOField.H"
#include "vectorFieldIOField.H"
#include "demandDrivenEntry.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -43,6 +43,7 @@ SourceFiles
#include "dictionary.H"
#include "forceSuSp.H"
#include "fvMesh.H"
#include "runTimeSelectionTables.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -64,7 +65,7 @@ class ParticleForce
//- Reference to the mesh database
const fvMesh& mesh_;
//- Force coefficients dictaionary
//- Force coefficients dictionary
const dictionary coeffs_;
@ -138,7 +139,7 @@ public:
//- Return const access to the cloud owner
inline const CloudType& owner() const;
//- Return refernce to the cloud owner
//- Return reference to the cloud owner
inline CloudType& owner();
//- Return the mesh database