Query on AdsorbingSurfactantEquation.py consumptionCoeff

2020-01-09 Thread Chaitanya Joshi
Hi, I am working with the leveler.py script in the level set examples. The script chooses dt value for solving the equations based on the maximum velocity of the interface at any given instant and the CFL number. Script: leveler.py dt = cflNumber * cellSize / extOnInt.max() I changed that to a

Re: Problem in dump.write for vector variables

2020-01-09 Thread Guyer, Jonathan E. Dr. (Fed) via fipy
Thank you for the feedback. I'm inclined to agree. - Jon > On Jan 9, 2020, at 3:47 AM, Marcel UJI (IMAP) wrote: > > Hi Jonathan > > Sorry by my late reply > > I think that the second one would be enough as I only need to read this data > later for further processing. Actually this is not

Re: Problem in dump.write for vector variables

2020-01-09 Thread Marcel UJI (IMAP)
Hi Jonathan Sorry by my late reply I think that the second one would be enough as I only need to read this data later for further processing. Actually this is not much an issue, as I can simply save phi and later recompute phi.faceGrad, which is also much more economic in terms of storage.