← Back to team overview

yade-users team mailing list archive

Re: [Question #693297]: Pore volume - FlowEngine

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
>I was able to get the cell volumes as in the code below, but I actually
want to get the volume of individual pores/voids. So I believe the voids
volume = 1/getInvVoidVolume, right?

Yup. Except you should use getCellInvVoidVolume since getInvVoidVolume
doesn't exist.

>What is (int) arg2?

The id of the cell of interest.

>'FlowEngine' object has no attribute 'getInvVoidVolume'

FlowEngine does not have that attribute. It does, however, have the
attribute the getCellInvVoidvolume that you reference by link...

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