← Back to team overview

yade-users team mailing list archive

Re: [Question #697108]: Porosity overlapping particles

 

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

    Status: Needs information => Open

Mithushan Soundaranathan gave more information on the question:
Hi Jan,


I defined cross_Area as:
cross_area=math.pi*(Tab_rad**2)

The code I used to calculate porosity with equation:
m_tot=particleMass*527,
V=math.pi*((0.5*utils.aabbDim[0])**2)*utils.aabbDim[2]
porosity=1-(m_tot/(V*rho))

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