Guillaume Giudicelli
Guillaume Giudicelli
linked to https://github.com/idaholab/moose/pull/25594 @harterj
@harterj and I discussed it could go in misc/ Heat_transfer would work for me with an example with thermo-couples
Hello Please use `git rebase origin/devel` instead of `git merge`. We only keep merge commits on the master branch once this is ready for review please ping us
try this ``` git reset --hard 23565ef6ba06e54f333202ed66e55ccb57bc77cd git fetch origin git rebase origin git cherry-pick 4efb80e ```
Hello please edit the commit history to remove merge commits and use a rebase instead thank you
hello no you have to rebase. you have a few merge commits in the commit history right now
ok I activated them. pls ping Daniel once all his comments are good and the test suite is green
no merge commits please.
convective heat flux BC is part of the module. CHT is not, because it involves NS at this point Radiation, from the simple gap treatment to the high fidelity ray...
It won't have radiation kernels in src/kernels. If you look at src/raykernels you can see the radiation kernels there. The ray tracing module is a numerics module. It is preferrable...