Reply To: Implementing the Cumulant Collision Operator
› Forums › OpenLB › General Topics › Implementing the Cumulant Collision Operator › Reply To: Implementing the Cumulant Collision Operator
OK, got it. Just so I know I am looking in the right place, the averaging is being performed using either the TrackAverageVelocity or StoreAndTrackAverageVelocity structs located in src/dynamics/collisionModifiers.h, correct? And then I should be able to write a postprocessor with a similar structure that operates on a new field, i.e. RMS_VELOCITY for rms data? but this post-processor does not have to be defined within the COLLISION namespace, or should I use the collision namespace to make use of parameters such as LATTICE_TIME? I have limited experience with C++, so this is all a bit of a learning process for me.
Thanks again for all your help.
