idaholab / moose

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

Move `NearestPointLayeredSideFluxAverage` from SAM to MOOSE Framework #21258

Closed miaoyinb closed 2 years ago

miaoyinb commented 2 years ago

Reason

NearestPointLayeredSideFluxAverage is a useful UserObject in SAM for a series of multiphysics simulations. As a general capability, it would be great to move it to MOOSE framework.

Design

Move NearestPointLayeredSideFluxAverage related code/docs from SAM to MOOSE framework.

Impact

A userful UserObject will be accessible to a wider range of users.

miaoyinb commented 2 years ago

@rui-hu @nstauff FYI