You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The computation of non-linear terms may require some extra interpolation weights when performed on non-uniform grid. This must be rigorously checked.
In the iterative solvers for U, V, W and T, it might be better (and faster) to compare with previous solution rather than RHS for convergence.
The Doxygen documentation in many of the older libraries (esp field) is very outdated and mentions the use of pointers where references are being used now. The docs must be updated.
Parallelize spiral LES code
Update checkLDC.py script so that data is interpolated properly before plotting
Check if periodic BC along Y is working for slab decomposition.