Implementation of a time-variable value

Submitted by Kaikeyi on Mon, 11/06/2017 - 17:42

Hey,

I got a question about implementating a value in CFDEM Ligghts.

How do I implement a time-variable value, which shall be variable at every time step?

Is this a possible way to realize my question?
Csurface = fix_Csurface --> vector_atom
vector_atom = Csurface
fix_Csurface = NULL

Thanks for your helpful minds :)

aaigner's picture

aaigner | Wed, 11/08/2017 - 00:13

More information would help.

If it should be a per-particle value, search in the source code for the usage of 'property/atom'.

Best wishes
Andreas