Skip to content

Commit a8df793

Browse files
authored
Update README.md (#739)
1 parent ff6e3e0 commit a8df793

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ They are organized below. Just click the drop-downs!
111111
* Low Mach number treatment available
112112
* Multi- and single-component
113113
* 4, 5, and 6 equation models for multi-component/phase features
114-
* Kapila and Allaire models
114+
* Kapila and Allaire models 5-equation models
115115
* Multi- and single-phase
116116
* Phase change via p, pT, and pTg schemes
117117
* Grids
118118
* 1-3D Cartesian, cylindrical, axisymmetric.
119119
* Arbitrary grid stretching for multiple domain regions.
120-
* Complex/arbitrary geometries via immersed boundary methods
120+
* Complex/arbitrary geometries via immersed boundary method
121121
* STL geometry files supported
122122
* Surface tension for multiphase cases
123123
* Sub-grid Euler-Euler multiphase models for bubble dynamics and similar
@@ -135,9 +135,13 @@ They are organized below. Just click the drop-downs!
135135
* WENO reconstructions of order 3, 5, and 7
136136
* WENO variants: WENO-JS, WENO-M, WENO-Z, TENO
137137
* Monotonicity-preserving reconstructions
138-
* Reliable handling of high density ratios
138+
* Reliable handling of large density ratios
139139
* Exact and approximate (e.g., HLL, HLLC) Riemann solvers
140-
* Boundary conditions: Periodic, reflective, extrapolation/Neumann, slip/no-slip, non-reflecting characteristic buffers, inflows, outflows, and more
140+
* Boundary conditions
141+
* Periodic, reflective, extrapolation/Neumann
142+
* Slip and no-slip
143+
* Thompson-based characteristic BCs: non-reflecting sub/supersonic buffers, inflows, outflows
144+
* Generalized characteristic relaxation boundary conditions
141145
* Runge-Kutta orders 1-3 (SSP TVD)
142146
* Interface sharpening (THINC-like)
143147
</details>
@@ -158,7 +162,7 @@ They are organized below. Just click the drop-downs!
158162

159163
* [Fypp](https://fypp.readthedocs.io/en/stable/fypp.html) metaprogramming for code readability, performance, and portability
160164
* Continuous Integration (CI)
161-
* \>100 Regression tests with each PR.
165+
* \>250 Regression tests with each PR.
162166
* Performed with GNU (GCC), Intel, Cray (CCE), and NVIDIA (NVHPC) compilers on NVIDIA and AMD GPUs.
163167
* Line-level test coverage reports via [Codecov](https://app.codecov.io/gh/MFlowCode/MFC) and `gcov`
164168
* Benchmarking to avoid performance regressions and identify speed-ups

0 commit comments

Comments
 (0)