-
Notifications
You must be signed in to change notification settings - Fork 133
Input File
JacobCrabill edited this page Nov 26, 2014
·
14 revisions
The input file controls all operations performed by HiFiLES. Below is a (hopefully) comprehensive list of all inputs available for use in the code.
- equation
- Solve the full Euler/Navier-Stokes equations (0)
- Solve the scalar advection/diffusion equation (1)
- viscous
- Inviscid [Euler equations] (0)
- Viscous [Navier-Stokes equations] (1)
- riemann_solve_type: Inviscid Riemann solver to use at all element interface flux points
- Scalar diffusion [Rusanov] (0)
- Lax-Friedrich [for advection/diffusion only] (1)
- Roe (2)
work in progress
- Home
- User Docs
- User Tutorials
- Meshing for HiFiLES
- [(2D) Flat Plate]
- [Laminar]
- [Turbulent]
- [Local Time-stepping]
- [(2D) Laminar Circular Cylinder]
- [(2D) NACA 0012, 5° AoA, Re = 60,000, M = 1.6]
- [(2D) SD7003 airfoil, 4° AoA, Re = 22,000]
- [(3D) Method of Manufactured Solutions]
- [(3D) SD7003 wing section, 4° AoA, Re = 10,000]
- (3D) Taylor-Green Vortex, Re = 1,600
- Developer Docs
- [Code Structure]
- Building and Running with Qt Creator
- Adding files to the project
- [License]
- [Contact]
- Release Notes