fix massflow/mesh with multisphere

richti83's picture
Submitted by richti83 on Wed, 02/10/2016 - 12:37

To have more than one fix massflow/mesh with multispheres I propose the following change in https://github.com/CFDEMproject/LIGGGHTS-PUBLIC/blob/master/src/fix_mass...

char property_name[200];
sprintf(property_name,"counter_ms_%s",id);
ms_counter_ = ms_->prop().addElementProperty< ScalarContainer >(property_name,"comm_exchange_borders","frame_invariant", "restart_yes");

ckloss's picture

ckloss | Mon, 02/15/2016 - 19:19

Hi Christian,

thanks for posting this - at first glance, this seems a reasonable fix! I'll have a look before the next release and keep you posted!

Best wishes
Christoph

ckloss's picture

ckloss | Fri, 04/22/2016 - 16:39

Hi Christian,

thanks - the patch will be included in the next release!

Christoph