Skip to content

Reply To: Implementing the Cumulant Collision Operator

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Implementing the Cumulant Collision Operator Reply To: Implementing the Cumulant Collision Operator

#10675
jmctighe
Participant

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.