Skip to content
Snippets Groups Projects
Commit 24a6c481 authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

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

parent c97b1f21
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment