58 const Real conduction_k)
const;
63 const Real turbulent_nusselt)
const;
SubChannel1PhaseProblem::NusseltStruct NusseltStruct
NusseltPreInfo computeNusseltNumberPreInfo(const NusseltStruct &nusselt_info) const
Computes all the data needed before computing the nusselt number. It's used by all closure models...
const InputParameters & parameters() const
structure with the needed information to compute the friction factor at a specific subchannel cell ...
structure that holds the needed data to calculate intermediate data needed to calculate the Nusselt n...
static InputParameters validParams()
SCMHTCClosureBase(const InputParameters ¶meters)
virtual Real computeNusseltNumber(const FrictionStruct &friction_info, const NusseltStruct &nusselt_info) const =0
Computes the nusselt number for the local conditions.
std::unique_ptr< SolutionHandle > _Dpin_soln
EChannelType
Enum for describing the center, edge and corner subchannels or gap types.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
SubChannel1PhaseProblem::FrictionStruct FrictionStruct
Base class for SCM closures.
Base class for the convective heat transfer coefficients (HTC) closures used in SCM.
Real computeHTC(const FrictionStruct &friction_info, const NusseltStruct &nusselt_info, const Real conduction_k) const
Computes the convective heat transfer coefficient for the local conditions.
Real blendTurbulentNusseltNumber(const NusseltPreInfo &nusselt_info, const Real turbulent_nusselt) const
Blends turbulent Nusselt number through the transition range using the base laminar value...
structure with the needed information to compute the Nusselt number at a specific subchannel cell and...