← Back to team overview

yade-users team mailing list archive

Re: [Question #698778]: Problem with imposing flux in a cavity in flow engine

 

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

Robert Caulk posted a new comment:
Hey Zoheir,

Glad you figured out the problem.

Re q: I believe the units are m^3/s. We are

v = v + cellVol*velocityVector # multiplying the velocity vector (m/s) by the volume (m^3/s), m^4/s
totalVolume += cellVol  # summing volumes of all cavity cells to get total cavity volume (m^3)

q = np.linalg.norm(v)/totalVolume # m^4/s divided by m^3 -> m^3/s

Robert

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