Base class for friction closures used in SCM.
SCMFrictionUpdatedChengTodreas(const InputParameters ¶meters)
const TriSubChannelMesh *const _tri_sch_mesh
Pointer to the tri lattice mesh.
const bool _has_wire_wrap
Whether the triangular assembly has wire-wrap geometry.
const InputParameters & parameters() const
Class that calculates the friction factor based on the updated Cheng & Todreas correlations (Cheng et...
Creates the mesh of subchannels in a quadrilateral lattice.
structure with the needed information to compute the friction factor at a specific subchannel cell ...
bool _is_tri_lattice
Keep track of the lattice type.
Real computeQuadLatticeFrictionFactor(const FrictionStruct &friction_info) const
const QuadSubChannelMesh *const _quad_sch_mesh
Pointer to the quad lattice mesh.
Mesh class for triangular, edge and corner subchannels for hexagonal lattice fuel assemblies...
virtual Real computeFrictionFactor(const FrictionStruct &friction_info) const override
Computes the friction factor for the local conditions.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real computeTriLatticeFrictionFactor(const FrictionStruct &friction_info) const
static InputParameters validParams()