Skip to content

Commit 9ae2bcc

Browse files
committed
updated
1 parent ea9275c commit 9ae2bcc

1 file changed

Lines changed: 37 additions & 2 deletions

File tree

release_notes.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
1-
## Dev (2024/x/x)
1+
## 15.3.0-dev (2024/x/x)
22

3-
lorem ipsum
3+
4+
Added:
5+
- Additional Output Flags: https://github.com/MYSTRANsolver/MYSTRAN/issues/72
6+
7+
Fixed:
8+
-
9+
10+
11+
Highlighted Changes
12+
-------------------
13+
Reworked output file management to make it easier to output everything:
14+
- PARAM,PRTALL/FILES,YES/NO (default=NO)
15+
- PARAM,PRTOP2/OP2,YES/NO (default=NO)
16+
- PARAM,PRTANS/ANS,YES/NO (default=NO)
17+
- alias for DEBUG,200,1
18+
- PARAM,PRTNEU/NEU,YES/NO (default=NO)
19+
- previously done with PARAM,POST,-1
20+
- PARAM,POST,-1 is no longer used (and will be used by the OP2 for MSC/NX compatibility)
21+
22+
- Case 1:
23+
- PARAM,PRTALL,YES
24+
- PARAM,PRTOP2,YES
25+
-> OP2 will be written with all results (as well as F06, ANS, NEU)
26+
- Case 2:
27+
- PARAM,PRTALL,NO
28+
- PARAM,PRTOP2,YES
29+
-> OP2 will be written with all op2 results
30+
- Case 3:
31+
- PARAM,PRTALL,NO
32+
- PARAM,PRTOP2,NO
33+
-> Case Control will dictate what the OP2 writes
34+
35+
36+
## 15.2.1 (2024/x/x)
37+
38+
See the release notes.
439

540
Added:
641
- asdf

0 commit comments

Comments
 (0)