Add recommendations for viscosity and velocity for K17 kernel and move the check to kernel
Merged
requested to merge m.schoenherr/VirtualFluids_dev:refactor/kernel-parameter-check into develop
The viscosity and velocity for which we can use a collision kernel are specific to the kernel variant. Therefore, the checks should be executed by the Kernel class and not by Parameter.
Additional changes:
- in unit tests: remove cout capture with
testing::internal
.testing::internal
is a private API of GoogleTest and therefore should not be used like for non-internal purposes like as was here. Another reason for the removal is that for the unit tests added in this merge, capturing cout withtesting::internal
did not work with msvc. - update spdlog
- rename namespace
testingVF
totesting::vf
Edited by Anna Wellmann
Merge request reports
Activity
Filter activity
assigned to @a.wellmann
added 4 commits
-
92bfc8d3...8c7ca793 - 2 commits from branch
irmb:develop
- b61a4d35 - Merge branch 'develop' of https://git.rz.tu-bs.de/irmb/VirtualFluids into develop
- d2897eb8 - Merge branch 'develop' into refactor/kernel-parameter-check
-
92bfc8d3...8c7ca793 - 2 commits from branch
added 1 commit
- 72fa7159 - Rename namespace testingVF to testing::vf for consistency in naming scheme
added Refactoring Tests gpu labels
requested review from @m.schoenherr
added 7 commits
-
72fa7159...c6d5aa6a - 5 commits from branch
irmb:develop
- 7f12d1de - Merge branch 'develop' of https://git.rz.tu-bs.de/irmb/VirtualFluids into develop
- 293d33f9 - Merge branch 'develop' into refactor/kernel-parameter-check
-
72fa7159...c6d5aa6a - 5 commits from branch
closes #77 (closed)
mentioned in commit b69720b5
Please register or sign in to reply