Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardparent/cfdwarp
Computational Fluid Dynamics, Waves, Reactions, Plasmas
https://github.com/bernardparent/cfdwarp
aerodynamics cfd combustion compressible-flow computational-fluid-dynamics curvilinear-coordinates drift-diffusion dual-time-stepping electrical-discharge high-order-schemes implicit-methods large-eddy-simulation message-passing-interface multi-block navier-stokes openmp-parallelization plasma-sheath positivity-preserving structured-mesh turbulence-models
Last synced: 4 days ago
JSON representation
Computational Fluid Dynamics, Waves, Reactions, Plasmas
- Host: GitHub
- URL: https://github.com/bernardparent/cfdwarp
- Owner: bernardparent
- Created: 2018-07-20T11:30:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T00:52:27.000Z (26 days ago)
- Last Synced: 2024-12-06T15:52:40.185Z (17 days ago)
- Topics: aerodynamics, cfd, combustion, compressible-flow, computational-fluid-dynamics, curvilinear-coordinates, drift-diffusion, dual-time-stepping, electrical-discharge, high-order-schemes, implicit-methods, large-eddy-simulation, message-passing-interface, multi-block, navier-stokes, openmp-parallelization, plasma-sheath, positivity-preserving, structured-mesh, turbulence-models
- Language: C
- Homepage: https://overbrace.com/bernardparent/viewforum.php?f=22
- Size: 45 MB
- Stars: 45
- Watchers: 8
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSES/BSD-2-Clause
Awesome Lists containing this project
README
_______________________________________________________________________________________________
C F D W A R P
Computational Fluid Dynamics, Waves, Reactions, Plasmas
_______________________________________________________________________________________________
CFDWARP is a in-house-developed 200K-line C code that simulates efficiently plasma and reactive
flows occurring in aerodynamics, combustion, hypersonics, planetary entry, semiconductor
manufacturing, and magnetohydrodynamics (MHD). CFDWARP is a multi-block structured mesh
compressible flow solver that uses high-order flux discretization schemes suitable for Reynolds-
averaged Navier-Stokes (RANS) and Implicit Large Eddy Simulation (ILES). CFDWARP is superior to
other codes in being capable to integrate the electron and ion equations along with the bulk flow
equations using aerodynamic-scale (i.e. microsecond and higher) integration steplengths,
permitting the simulation of non-neutral plasmas in about the same amount of computing effort as
non-ionized reactive flows (see https://doi.org/10.2514/1.J054624).Please read the file CONTRIB for the list of the CFDWARP contributors.
Please read the file COMPILE for compilation instructions on a UNIX machine.
Please read the file USAGE for instructions on how to operate the CFDWARP code.