Skip to content
README.md 836 B
Newer Older
# PSAAP3 WENO
Timothy Smith's avatar
Timothy Smith committed

Timothy A. Smith's avatar
Timothy A. Smith committed
Standalone Fortran WENO code with Loopy transformations.

## Notes

* The WENO scheme is taken from [1]
* Boundary conditions are not really handled correctly at all
* For now, the Fortran code will not compile -- the main focus is expressing
* A declaration of "real" is not intended to suggest single precision
* This implementation does not include the severe shock correction proposed
* Current assumption for metrics is that metrics(i,j) = (\xi_i)_(x_j)
* Some matrix/vector operations are assumed:
  * Multiplication (matmul)
  * Inverse (inverse)
  * Sum of all elements (sum)

## References

[1] Nonomura, T., Terakado, D., Abe, Y., & Fujii, K. (2015).
*A new technique for freestream preservation of finite-difference WENO on curvilinear grid.*
Computers and Fluids, 107, 242–255.