Ben Wilfong
Ben Wilfong
## Description This PR adds the surface tension model of Schmidmayer et. al 2017 to MFC. Fixes #276 ### Type of change - [x] New feature (non-breaking change which adds...
There is no documentation on how to run simulations using cylindrical and axisymmetric coordinates. There are several intricacies to using cylindrical coordinates (and I assume axisymmetric coordinates) that I've come...
- [ ] I believe this to be a bug with LigParGen ## Issue Information Software name & Version : LigParGen online server Method: Submit a molecule in .PDB format...
https://github.com/megvii-research/ECCV2022-RIFE
## Description This PR adds constant CFL time-stepping for all physics. The new feature is compatible with the existing ability to restart cases with additional patches. Fixes #298 ### Type...
## Description `comp_debug` enables comprehensive error checking. At each Runge-Kutta sub-step, all conservative variables are checked for NaNs. The volume fractions are checked to ensure they are in the range...
Once #515 is merged, a new helper function `s_compute_enthalpy` can be used to reduce the number of lines in `m_riemann_solvers` by abstracting the enthalpy calculation at the left and right...