yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #23506
Re: [Question #691703]: Hydraulic fracture with DFNFlowEngine
Question #691703 on Yade changed:
https://answers.launchpad.net/yade/+question/691703
mrhappy posted a new comment:
Hi,
I am very new as well and I am working on YADE to model hydraulic
fractures. From you code, you are not imposing any 'water'. Rather you
are imposing a pressure field
(flow.imposePressure(Vector3(0.5,0.5,0.05),30000000)). To impose
'water' you should use flow.imposeFlux(Vector3(x,y,z),-flowRate) .
I am not sure on how to see cracks. What I do is keep track of which
interfaces have broken and then use that information in the post
processing.
Maybe someone more well-versed with YADE can correct me on this.
--
You received this question notification because your team yade-users is
an answer contact for Yade.