Releases: ucns3d-team/UCNS3D
UCNS3D 2.0
New functionality and bug fixes.
New Functionality:
- Modal Discontinuous Galerkin (Taylor basis polynomials)
- Hybrid DG-FV for compressible inviscid and viscous flow problems (limited to explicit-time stepping currently)
- MOOD-DG-FV
- Adaptive Dissipation Control for FV and DG through filtering operators
- Read binary (big endian) UGRID file formats directly while the code is running
- Single and Multiple Reference Framework
Description of DG-FV functionality and repository with test-problems
https://www.sciencedirect.com/science/article/pii/S002199912200818X
Description of MOOD for multiphysics functionality and repository with test-problems
https://www.sciencedirect.com/science/article/pii/S009630032200618X
UCNS3D 1.3
Enabled ENERGY spectra options for TGV
Matrix-Free LU-SGS OpenMP enabled
UCNS3D 1.2
Fixed central (unlimited) schemes issue for 3D meshes
Introduced turbulence model under-relaxation factors for steady state
Introduced turbulence variable and q criterion output to vtk outputs
UCNS3D 1.1
New Features:
- Multicomponent flows
- Dual Time Stepping explicit
- Primitive variable reconstruction
- MOOD
Minor bug fixes and improvements on OpenMP variables declarations, and Dual time stepping.
Production Release
Production Release with the following new features:
- gnu compilation available
- blas calls change from BLAS95 to BLAS form (other BLAS libraries can also be used in addition to mkl ones)
- multiphase flow capability for 2D meshes
UCNS3D Release 1.0.2
Production Release
UCNS3D Release 1.0.1
Add files via upload relaxed stencil criterion for weno schemes