Commit 6436a18
authored
Low reynolds SA correction interface (#1408)
* added option for low reynolds number correction for SA
* added solver translator test for SA low reynolds correction option
* fixed unit tests and changed default value for low_reynolds_correction to none and made it optional
* added low_reynolds_correction to json file to get test to pass
* changed default for low_reynolds_correction in SA model from None to False updated json files in solver translator to add default false option
* updated json file to add new default option
* updated more json files
* added option to change C_w4 and C_w5 in python interface updated json files for unit tests1 parent 0c6e0a5 commit 6436a18
File tree
40 files changed
+677
-345
lines changed- flow360/component/simulation
- models
- translator
- tests
- ref/simulation
- simulation
- converter/ref
- ref
- value_or_expression
- translator
- ref
40 files changed
+677
-345
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
426 | 428 | | |
427 | 429 | | |
428 | 430 | | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
429 | 435 | | |
430 | 436 | | |
431 | 437 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1376 | 1376 | | |
1377 | 1377 | | |
1378 | 1378 | | |
| 1379 | + | |
| 1380 | + | |
1379 | 1381 | | |
1380 | 1382 | | |
1381 | 1383 | | |
| |||
0 commit comments