yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #12276
Re: [Question #288006]: How to use the tessalation tools of the flowEngine without solving a fluid problem ?
Question #288006 on Yade changed:
https://answers.launchpad.net/yade/+question/288006
Status: Open => Answered
Luc Sibille proposed the following answer:
Hi Antoine,
You can call the functions getConstrictionsFull() and getVertices(id)
at any time in your script (i.e. out of the O.engines list), just put
before:
flow=flowEngine()
flow.emulateAction()
then for instance:
flow.getConstrictionsFull()
Best,
Luc
--
You received this question notification because your team yade-users is
an answer contact for Yade.