On Jun 20, 2012, at 3:25 PM, Yun Tao wrote: > Thanks! Huge help! So, does phi.getCellVolumeAverage() * l act just like > integration under FiPy then?
Yes. > If so, for 2-D systems, would I simply do phi.getCellVolumeAverage() * l * l ? phi.getCellVolumeAverage() * mesh.getCellVolumes().sum() is what you should use in general. _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
