How is made interpolation when using MeshSolve

Numerical methods and mathematical models of Elmer
Post Reply
lionel
Posts: 27
Joined: 26 Jan 2010, 12:32

How is made interpolation when using MeshSolve

Post by lionel »

Hi Elmer,

I use the solver MeshSolve to move my mesh every time step. My question is: when do Elmer interpolate the solutions, given in my case by the NavierStokes solver.
Is that performed at the end of MeshSolve, or maybe at the beginning of the next time step ? Or not at all and I have to do it

Cheers
Lionel
Juha
Site Admin
Posts: 357
Joined: 21 Aug 2009, 15:11

Re: How is made interpolation when using MeshSolve

Post by Juha »

Hi Lionel,

No interpolation is done. The mesh movement is taken into account in the equations by default,
using the so called ALE forumulation. Needs to have full flow model* (default) in FlowSolver() in
order for this to apply.

*) either "NS Convect=True" in Equation-section or "Flow Model=full" in Solver-section

BR, Juha
lionel
Posts: 27
Joined: 26 Jan 2010, 12:32

Re: How is made interpolation when using MeshSolve

Post by lionel »

Hi,

Really fast reply, as usual :)

Thanks
Lionel
mulvrova
Posts: 63
Joined: 04 Sep 2009, 10:48

Re: How is made interpolation when using MeshSolve

Post by mulvrova »

Hello Juha,

what happens if you do not use full flow model, e.g. if you use flow model="stokes" ? the mesh movement is not taken into account in the equations then ?

best regards, martina.
Juha
Site Admin
Posts: 357
Joined: 21 Aug 2009, 15:11

Re: How is made interpolation when using MeshSolve

Post by Juha »

Hi Martina,

yes i think this is the case, when you switch off the convection terms, you don't have the mesh movement
induced convection either. I don't off hand quite see what to make of this with Stokes model on a time
dependent setting, though. So a good question!!

Regards, Juha
Post Reply