Multiphysics-Flow-Solvers / FluTAS

FluTAS (Fluid Transport Accelerated Solver) is a modular, multiphysics code for multiphase fluid dynamics simulations
MIT License
56 stars 22 forks source link

Fix minor bug in vof, improve documentation and add single phase module #7

Closed nscapin closed 2 years ago

nscapin commented 2 years ago

This PR includes four major updates to the public release of FluTAS:

  1. Fix bug in the calculation of the normal vector calculation (previous version introduces a small error of the order 1e-8 which was anyway reduced by grid refinement);
  2. Improve documentation;
  3. Add the single-phase module;
  4. Re-organize the momentum advection for future sustainable developments (e.g., the source terms of the momentum equation are added in the main program rather than in the rk.f90 routine).