What about $(100*dt)
?
That you don’t follow the forum guidelines (have you ever read them?), and you do so consistently[1] in all your posts, despite being reminded every time.
Also, your questions are really about doing your homework. You could save much time by reading the documentation and searching the forum for similar questions. For instance:
If you believe there is an issue (which one?), then do some tests and work out for yourself how they should be set to suit your goal.
Initially I found the N_every N_repeat N_frequency
an overkill, but with time I started appreciating the logic behind it. With three parameters you can first decide whether to average a value or just print it periodically. The non-average use (N_repeat = 1
is actually very useful to monitor running averages or tallied values, while a suitable combination of N_every
and N_repeat
allow you to chose the average interval and spacing of input values.
You still don’t know how to quote LAMMPS commands, nor have any interest in learning markdown syntax. ↩︎