-
Notifications
You must be signed in to change notification settings - Fork 131
Warnings
mlopez14 edited this page Nov 26, 2014
·
2 revisions
HiFiLES is under active development and in its initial stages.
The core functionality of solving the Navier-Stokes, Euler, and Advection-Diffusion equations in 2D and 3D in unstructured grids (with triangular and quadrilateral elements, or tetrahedral, hexhahedral, and prismatic elements) in CPUs and GPUs is mature. Sub-Grid Scale models can be used in all elements with both CPUs and GPUs. However some other functionality works only on certain elements:
- Shock capturing: implemented in triangular elements, for GPUs and CPUs
- Local time-stepping: has been implemented in 2D elements, for GPUs and CPUs
- RANS-based turbulence models: implemented in 2D elements, for GPUs and CPUs
- 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