ucns3d-team / UCNS3D

Unstructured Compressible Navier Stokes 3D code (UCNS3D)
https://ucns3d.com
GNU General Public License v3.0
238 stars 87 forks source link

Is "MOOD" algorithm only implemented in explicit time marching? #36

Open qwebean opened 1 year ago

qwebean commented 1 year ago

Does that mean that the order detection (MOOD) is no longer necessary in implicit method? Or is it just a future work?

TakisCFD commented 1 year ago

Mood is only available With explicit time stepping. I refer you to the articles listed in the UCNSD3D article regarding their implementation.