how to compute the area of the solid material in examples.phase.anisotropy?

2018-07-19 Thread Drew Davidson
Hello, Would anyone please give the FiPy code which computes the area of the solidified material in examples.phase.anisotropy? Searching for --area-- in the Mailing List Archives returns a rather broad result set. Thanks ___ fipy mailing list fipy@nist

Re: how to compute the area of the solid material in examples.phase.anisotropy?

2018-07-19 Thread Guyer, Jonathan E. Dr. (Fed)
`phase.cellVolumeAverage * mesh.cellVolumes.sum()` ought to do it From: fipy-boun...@nist.gov on behalf of Drew Davidson Sent: Thursday, July 19, 2018 11:57:37 AM To: FIPY Subject: how to compute the area of the solid material in examples.phase.an

Fresh installation ... fipy.test() and diffusion examples fail

2018-07-19 Thread Carsten Langrock
Hi, It’s been a while since I tried using the FiPy package. I followed the installation directions and used miniconda to generate a Python environment for FiPy. Running the fipy.test() function lists a large number of not installed packages, some of which I was able to install manually; not su

FiPy on Linux

2018-07-19 Thread Carsten Langrock
Hi, Since the macOS install didn’t result in much, I tried it under Linux. No luck, it’s actually even worse. I cannot import fipy without generating errors. It appears to hang on ‘Could not import any solver package’ I saw that some reported the same problem but I didn’t see a solution. Sc