idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.78k stars 1.05k forks source link

FV Interface kernels for two variable diffusion, convection and radiation #17638

Open GiudGiud opened 3 years ago

GiudGiud commented 3 years ago

Reason

Those would be helpful for modeling reactors. For example, in a MSR, provided the right closure relation is used, these interface kernels could capture the various heat fluxes from the coolant to the reflector.

Design

Need n1

Need n2

Need n3

Impact

More FV capabilities for modeling heat transfer

GiudGiud commented 3 weeks ago

in https://github.com/idaholab/moose/pull/17870 we introduced diffusion and convection IKs We don't have a radiation one yet