SST Turbulence model
Directly based on the @IvBu did in his Masters thesis. (Reference solutions are copied from dumux-pub/buntic2021a)
This would allow for use of the SST model in dumux.
-
Import SST and BSL models and add a test -
Import the compositional models and add a test
Merge request reports
Activity
changed milestone to %3.5
added 381 commits
-
58267ba8...9f822132 - 376 commits from branch
master
- 42345180 - [freeflow][rans][sst] Add the SST Turbulence model
- 47139f99 - [test][rans][sst] Add a test for the SST Turbulence Model
- e4e17403 - [ransnc][sst] add the compositional sst model
- dd97cc2a - [test][ransnc][sst] test the nc sst model
- 281081e3 - [test][rans] cleanup compiler macros
Toggle commit list-
58267ba8...9f822132 - 376 commits from branch
@kweis, This is the branch with the SST model I mentioned yesterday during our discussion about the new rans models.
I'm not sure if it would make sense to merge this before merging any new RANS stuff.
With regards to the goal of runtime switching between models, this could be a good example of how to do so; There are two "SST" models, the BSL model and the SST model. Switching between these two options is done here at runtime.
mentioned in merge request !2930
added 281 commits
-
281081e3...9466138e - 279 commits from branch
master
- fc145632 - [freeflow][rans][sst] Add the SST Turbulence model
- 104581d9 - [test][rans][sst] Add a test for the SST Turbulence Model
-
281081e3...9466138e - 279 commits from branch
- Resolved by Ned Coltman
- Resolved by Ned Coltman
- Resolved by Ned Coltman
@nedc Looks good. Does this use the latest wall function stuff?
added 13 commits
-
8a58a4db...29b6c43f - 9 commits from branch
master
- 19d7403b - [freeflow][rans][sst] Add the SST Turbulence model
- c60149b3 - [test][rans][sst] Add a test for the SST Turbulence Model
- 04312f52 - [freeflow][compositional][sst] Add a compositional sst model
- 2af5f9cd - [test][freeflow][ransnc] Add a compositional sst test
Toggle commit list-
8a58a4db...29b6c43f - 9 commits from branch
enabled an automatic merge when the pipeline for 2af5f9cd succeeds
requested review from @timok
assigned to @nedc