Huangrui Mo (Google Scholar) (ORCID)
Case 3: Galilean transformation between a supersonic moving wedge and a supersonic incoming flow (click to play animation)
- Operator splitting
- Governing equations: 3D Navier-Stokes equations (Cartesian, compressible, conservative)
- Temporal discretization: RK2 and RK3
- Spatial discretization: WENO3 and WENO5 (convective fluxes) + 2nd order central scheme (diffusive fluxes)
- Boudary treatment: immersed boundary method
- Governing equations: Newton's second law (translation), Euler equations (rotation), multi-body contact and collision
- Temporal integration: RK2
- Interface description: triangulated facets with front tracking
- Download the code
- Enter the code directory
- Compile to generate the C executable:
make
- Run the program:
./artracfd
- Check help guide:
help
- Check program manual:
manual
- Generate a sample test case:
init
- Solve the smaple case:
solve
For algorithms and more test cases, please check the Reference
below.
- Huangrui Mo. Mesoscale modeling and direct simulation of explosively dispersed granular materials. PhD thesis, University of Waterloo, 2019
- Huangrui Mo, Fue‐Sang Lien, Fan Zhang, and Duane S. Cronin. An immersed boundary method for solving compressible flow with arbitrarily irregular and moving geometry. International Journal for Numerical Methods in Fluids 88, no. 5 (2018): 239-263.
- Huangrui Mo, Fue-Sang Lien, Fan Zhang, and Duane S. Cronin. A numerical framework for the direct simulation of dense particulate flow under explosive dispersal. Shock Waves 28, no. 3 (2018): 559-577.
- Huangrui Mo, Fue-Sang Lien, Fan Zhang, and Duane S. Cronin. A simple field function for solving complex and dynamic fluid-solid system on Cartesian grid. arXiv preprint arXiv:1702.02474 (2017).
- Huangrui Mo, Fue-Sang Lien, Fan Zhang, and Duane S. Cronin. A mesoscale study on explosively dispersed granular material using direct simulation. Journal of Applied Physics 125, no. 21 (2019): 214302.