yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27601
Re: [Question #701518]: flow.savePoreNetwork()
Question #701518 on Yade changed:
https://answers.launchpad.net/yade/+question/701518
Jérôme Duriez posted a new comment:
Hi,
The answer is in your question. savePoreNetwork() is not a member of
FlowEngine (but of TwoPhaseFlowEngine for instance, as you mention it).
So, if "flow" stands for a FlowEngine instance (impossible to know
without a Minimal Working Example), flow.savePoreNetwork() can not work.
You have to define a TwoPhaseFlowEngine "flow" guy in your YADE
simulation. Making it work for e.g. just one iteration would possibly
not hurt, even though you wanna simulate saturated media.
--
You received this question notification because your team yade-users is
an answer contact for Yade.