How to use setNonDynamic and setNonRotDynamic

Asked by Kahlil Fredrick Cui

Hello again!

Sorry for the string of questions lately, but I'm really in quite a ruch to learn Esys particle.
Does anybody here know how to use the setNonDynamic and setNonRotDynamic functions?
I encountered them in the this site:

http://esys.geocomp.uq.edu.au/esys-particle_doxygen_doc/current/html/classCParticle.html#adb9d6def3dc684ed0142794ada8f5f18

which as I understand is something that is set for a CParticle. I tried to call it using sim.setNonDynamic(tag) and even particle.setNonDynamic(tag) but it seems this is incorrect.

It would be really helpful if someone can just direct me the right way of using this. Thank you in advance.

Kahlil

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
Kahlil Fredrick Cui
Solved:
Last query:
Last reply:
Revision history for this message
Kahlil Fredrick Cui (physicsman98) said :
#1

I guess this question was not well thought of. I found that the correct syntax is sim.setParticleNonDynamic and setParticleNonRotational. Hope this helps someone else.