chaos-polymtl / lethe

Repository for the open-source lethe CFD/DEM/CFD-DEM project
https://chaos-polymtl.github.io/lethe/index.html
GNU Lesser General Public License v2.1
257 stars 54 forks source link

Add missing VOF term in the strong form of the residual #1149

Closed blaisb closed 1 month ago

blaisb commented 1 month ago

Description of the problem

Description of the solution

How Has This Been Tested?

blaisb commented 1 month ago

Nothing to say, everything is clean, but I'd like this question answered before merging : Why don't we add the term also in the strong jacobian ?

Good question. The strong Jacobian term is very expensive to calculate since it has the full hessian. I checked many cases and it never really affects convergence, so for now we can neglect it i think.