Re: Boussinesq Equations

2018-09-17 Thread Thibault Bridel-Bertomeu
Hi again Fabien, Well, I would say that physically it makes sense. With such boundary condition, I think the problem is well posed. Now it is all about the numerics. Have you tried ? What does the solver yield ? Cheers Thibault Le lun. 17 sept. 2018 à 21:49, fgendr01 a écrit : > Thanks

Re: Boussinesq Equations

2018-09-17 Thread fgendr01
Thanks Thibault, You’re right, the top ans the bottom walls are adiabatic and I tried to put velocity conditions. What do you think about these conditions : # Boundary Conditions T.constrain(Tmax, mesh.facesLeft) T.constrain(Tmin, mesh.facesRight) T.faceGrad.constrain(0, mesh.facesTop)