Skip to content

Draft: WIP: Add a feature of Lagrangian points tracking

Ankang Gao requested to merge gaoak/nektar:feature/LagrangianTracking into master

1, Add a filter to track Lagrangian points when running the solver.

2, Add an equation system to review a solution, i.e. load the solution into the solver and do some interpolations. Since repeating a simulation just for post-processing is very expensive sometimes, recreating the continuous field by interpolating the checkpoint files is a cheaper choice.

Supports

a, 2nd order prediction-correction scheme.

b, parallel running.

c, a very large number of points.

d, both incompressible flow and compressible flow.

e, 2D, 3DH1D, 3D meshes

Edited by Ankang Gao

Merge request reports