بنام خالق زیباییها / توی این کانال مطالب مرتبط با رشته مهندسی مکانیک از لیسانس تا دکتری درج میشود
PyFR is an open-source Python based framework for solving advection-diffusion type problems on streaming architectures using the Flux Reconstruction approach of Huynh. The framework is designed to solve a range of governing systems on mixed unstructured grids containing various element types. It is also designed to target a range of hardware platforms via use of an in-built domain specific language derived from the Mako templating engine. The current release (PyFR 1.15.0) has the following capabilities:
Governing Equations - Euler, Navier Stokes
Dimensionality - 2D, 3D
Element Types - Triangles, Quadrilaterals, Hexahedra, Prisms, Tetrahedra, Pyramids
Platforms - CPU Clusters, Nvidia GPU Clusters, AMD GPU Clusters
Spatial Discretisation - High-Order Flux Reconstruction
Temporal Discretisation - Explicit and Implicit (via Dual Time-Stepping)
Precision - Single, Double
Mesh Files Imported - Gmsh (.msh)
Solution Files Exported - Unstructured VTK (.vtu, .pvtu)
🔴 List of open source CFD softwares [from here].
OpenFOAM:
A highly versatile and widely adopted CFD software with a robust solver framework, suitable for a wide range of applications.
Link: https://www.openfoam.com/
SU2:
Known for its efficiency and scalability, SU2 offers a range of capabilities for solving complex flow problems, including optimization and shape design.
Link: https://su2code.github.io/
Code_Saturne:
A general-purpose CFD software that excels in handling turbulent flows and multiphase simulations, widely used in the aerospace and energy sectors.
Link: https://lnkd.in/dzN4gPsb
Gerris:
An open-source software designed specifically for free-surface flows and fluid-structure interaction simulations, ideal for studying waves and fluid dynamics.
Link: https://lnkd.in/dppPNqZX
Palabos:
Based on the lattice Boltzmann method, Palabos offers a user-friendly platform for simulating complex fluid dynamics phenomena, including multiphase flows.
Link: https://www.palabos.org/
CalculiX:
Known for its structural analysis capabilities, CalculiX also supports fluid-structure interaction simulations, making it a versatile choice for coupled problems.
Link: http://www.calculix.de/
Nek5000:
A high-order spectral element solver renowned for its accuracy and scalability, widely used in simulating turbulence, heat transfer, and combustion.
Link: https://lnkd.in/dy3-XXhP
DOLFIN-FFC:
A component of the FEniCS Project, DOLFIN-FFC focuses on automating the process of code generation for finite element simulations, reducing development time.
Link: https://fenicsproject.org/
PyFR:
Built around high-order and flux reconstruction schemes, PyFR is known for its accuracy in simulating complex flow phenomena, such as unsteady and turbulent flows.
Link: https://www.pyfr.org/