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 | Mon, 02/15/2016 - 19:19
Hi Christian,
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 | Fri, 04/22/2016 - 16:39
Hi Christian,
Hi Christian,
thanks - the patch will be included in the next release!
Christoph