Re: Boussinesq Equations

2018-10-11 Thread fgendr01
nesq-approximation > > On Wed, Oct 10, 2018 at 5:58 AM fgendr01 wrote: >> >> Hi Daniel, >> Thank you for your answer. >> I thank you for trying to solve my problem. >> About my set of the equation here is my reasoning. >> > > > -- > Daniel Wheel

Re: Boussinesq Equations

2018-09-18 Thread fgendr01
> and dT/dn, what happens then ? > > Le lun. 17 sept. 2018 à 22:17, fgendr01 <mailto:fabien.gend...@univ-lr.fr>> a écrit : > Alas, it doesn’t work :-( > I tried to change the CFL condition but there is not real differences… > 2 screenshots at t = 0 and after 20s...

Re: Boussinesq Equations

2018-09-17 Thread fgendr01
and velocity to have a well-posed problem ! > > Cheers and bon courage ! > > T > Le lun. 17 sept. 2018 à 21:09, fgendr01 <mailto:fabien.gend...@univ-lr.fr>> a écrit : > Hi Jon and the community, > > Since a few weeks, I develop a small code to solve a 2D prob

Re: Boussinesq Equations

2018-08-15 Thread fgendr01
icFaceValue >velocity[1] = zVelocity.arithmeticFaceValue >velocity[..., mesh.exteriorFaces.value] = 0. > if viewer is not None: > viewer.plot() > plt.pause(0.1) > raw_input("… ") > > >> On Aug 14, 2018, at 11:22 AM, fgendr01