ENH: streamLine/wallBoundedStreamLine - minor refactoring to enable new derived functionality

This commit is contained in:
Andrew Heather
2018-03-27 11:00:12 +01:00
parent ee2ca640d4
commit 801fb7bd5f
5 changed files with 204 additions and 121 deletions

View File

@ -121,12 +121,15 @@ public:
allScalars_(allScalars),
allVectors_(allVectors)
{}
virtual ~trackingData()
{}
};
private:
protected:
// Private data
// Protected data
//- Lifetime of particle. Particle dies when reaches 0.
label lifeTime_;
@ -141,7 +144,7 @@ private:
List<DynamicList<vector>> sampledVectors_;
// Private Member Functions
// Protected Member Functions
vector interpolateFields
(