Re: Trouble coding a mass conservation + burgers equation system

2016-03-23 Thread Clément
Daniel Wheeler writes: > > Hi Clément, > > There is a lot going on in those equations and they are not trivial to > implement in FiPy, but I think the problem is tractable in FiPy. > > On Tue, Mar 22, 2016 at 8:26 AM, douarre creatis.insa-lyon.fr> wrote: > > > > # Variables > > ==

Re: Trouble coding a mass conservation + burgers equation system

2016-03-22 Thread Daniel Wheeler
Hi Clément, There is a lot going on in those equations and they are not trivial to implement in FiPy, but I think the problem is tractable in FiPy. On Tue, Mar 22, 2016 at 8:26 AM, douarre wrote: > > # Variables > ==

Trouble coding a mass conservation + burgers equation system

2016-03-22 Thread douarre
Hello all, I am happily discovering the power of Fipy, I think it is a tool adaptable to many problems. I am currently trying to code a system of 3 equations which are the following : [1] dn/dt + nabla . (nv) = 0 [2] dv/dt + v . nabla v = mu * nabla c [3] dc/dt = D nabla ^2 c + alpha n - c/tau