forked from stanfordhpccenter/HTR-solver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
28 lines (25 loc) · 1.29 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This file lists the major changes as they appear in the master branch.
Version 1.2.0 (September 30, 2020)
- probe tools for the solver
- initial support for legion tracing
- new 1D average tools added as an option
- optimization of the 2D average tools
- unit test for the average tools
- new IncomingShock BC
- new RecycleRescaling BC
- BC routines are now launched on relevant ispaces
- new RecycleRescaling boundary conditions
- new volume probes tools
- new metrics (lower memory footprint)
- new hybrid reconstruction scheme for inviscid numerical fluxes (can revert to TENOA scheme using the "hybridScheme" flag in the input)
- allow the order of the reactant to differ from its stoichiometric coefficient
- new CH41StMix equation of state added to the repository
- strong scaling files added to testcases
Version 1.1.0 (April 23, 2020)
- basic test suite added to the repository
- timing infrastructure added to the main task of the solver
- NSCBC_Outflow available on the yNeg surface of the domain
- Added compile time flag to dump fields when a NaN appears
- Added compile time flag to deactivate atomic coherence mode
- New Sinh, SinhPlus, and SinhMinus grid stretching available to the user
- Less verbose input for BCs based on unions