yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27973
Re: [Question #702316]: how to get the change of permeability during triaxial compression in flowengine
Question #702316 on Yade changed:
https://answers.launchpad.net/yade/+question/702316
Status: Needs information => Open
Ziyu Wang gave more information on the question:
Thanks Robert for your suggestion.
>Why not simply use a gradient across the specimen and get the flow.getBoundaryFlux() function?
I don't know the meaning of ‘gradient’ very well.If I set the flow condition as follows, the value of flow.getboundaryflux() I get seems to remain unchanged..
###
flow.permeabilityFactor=1
flow.boundaryUseMaxMin=[0,0,0,0,0,0]
flow.bndCondIsPressure=[1,1,1,1,1,1]
flow.bndCondValue=[0,0,0,0,0,Sy]
###
(About cylinder,is boundaryUseMaxMin=[0,0,0,0,0,0] suitable?)
>You should be putting your custom permeability() function into a
PyRunner().
This is a good idea. I can reduce the calculation time by increasing
iterperiod, but if I use this method, how should I record the calculated
permeabilities?(such as how to add it into plot.addData()?)
Cheers,
--
You received this question notification because your team yade-users is
an answer contact for Yade.