idaholab / moose

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

Make a 2D generated version of `FlowComponentNS` #24387

Open joshuahansel opened 1 year ago

joshuahansel commented 1 year ago

Reason

This will facilitate simulations using NS flow component capabilities.

Design

This would add a new component FlowComponentNS2D that uses the 2D mesh generation convenience technology in THM.

Impact

New component.

lindsayad commented 1 year ago

What happens currently after the templating you did? We use the Mesh block?

joshuahansel commented 1 year ago

For the existing component FlowComponentNS, you provide the mesh via a file to the component (no Mesh block).