yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #24614
Re: [Question #694506]: Removing particles during thermal cycling
Question #694506 on Yade changed:
https://answers.launchpad.net/yade/+question/694506
Robert Caulk posted a new comment:
>Is it because I did not associate it with the engine? like:
"flow.updateTriangulation=1"?
Yes :-)
>If so, Is "flow.updateTriangulation=1" the same as [1], using
flow.meshUpdateInterval=1 after removing the particle and then return it
to flow.meshUpdateInterval=-1?
flow.updateTriangulation is a boolean, so it is a True or False (but 1
or 0 work too). If it is set to True, the next iteration will force
flowEngine to retriangulate. Then it will set updateTriangulation back
to false.
meshUpdateInterval stays set at the number you choose, and will force
flowEngine to update the triangulation every *meshUpdateInterval*
iterations. This will need to stay at 1 if you are using the full THM
coupling.
Cheers,
Robert
--
You received this question notification because your team yade-users is
an answer contact for Yade.