← Back to team overview

yade-users team mailing list archive

Re: [Question #685707]: Periodic flow and permeability

 

Question #685707 on Yade changed:
https://answers.launchpad.net/yade/+question/685707

Bruno Chareyre proposed the following answer:
Hi,
A periodic problem has no boundaries and therefore "flow.getBoundaryFlux(1)" is meaningless (Body #1 is not a boundary anyway).
What you want is "flow.averageVelocity()".

In order to impose pressure at (x,y,z) coordinates you need flow.imposePressure(). Better avoid playing with mesh elements directly since they change all the time.
Cheers
Bruno

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.