ENH: Lagrangian models - added headers to enable derived libraries to compile
This commit is contained in:
committed by
Mark Olesen
parent
c97b1f21e1
commit
24a6c4810d
@ -44,6 +44,7 @@ SourceFiles
|
||||
#include "CollisionRecordList.H"
|
||||
#include "labelFieldIOField.H"
|
||||
#include "vectorFieldIOField.H"
|
||||
#include "demandDrivenEntry.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user