
Sept. 10, 2019
10:43 a.m.
Hello, It is a 3D simulation but I want the area of a cell along a given axis, for example the area along the x axis will be dy*dz. I was able to obtain this information using: dy= sp_open.fwidth[:,1] dz= sp_open.fwidth[:,2] where sp_open is the data container of interest. Thank you,