mhamadmahdialloush / uFVM

Learning the Finite Volume Method in CFD with MATLAB Programming
https://www.aub.edu.lb/msfea/research/Pages/cfd.aspx
122 stars 42 forks source link

require:Please add the Large eddy simulation #3

Open tomtomtomtony opened 3 years ago

tomtomtomtony commented 3 years ago

As Matlab has been able to run with Parallel Computing and compile to as C++ code ,I think it possible in code add LES. Could you add an LES component?

mhamadmahdialloush commented 3 years ago

Thanks for you interest @tomtomtomtony. I have to clarify that this code was only meant to teach the programming of the finite volume method as well as the numerics of the basic fluid flow problem. It is made on purpose that the code does not contain latest state-of-the-art numerical methods in order to keep it as simple as possible for the advantage of the students.