diff --git a/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H b/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H index 7f63671c4d..0e87f644e2 100644 --- a/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H +++ b/src/postProcessing/functionObjects/field/nearWallFields/findCellParticle.H @@ -61,6 +61,7 @@ class findCellParticle //- passive data label data_; + public: friend class Cloud; @@ -75,7 +76,6 @@ public: public: - // Constructors trackingData @@ -97,6 +97,7 @@ public: { return cellToData_; } + List >& cellToEnd() { return cellToEnd_; @@ -104,7 +105,6 @@ public: }; - // Constructors //- Construct from components @@ -171,7 +171,6 @@ public: } - // Tracking //- Track all particles to their end point