28 const unsigned int iz)
const override;
36 const unsigned int iz,
const InputParameters & parameters() const
Base class for turbulent mixing closures used in SCM.
Class that calculates the turbulent mixing coefficient based on the Kim and Chung (2001) correllation...
static InputParameters validParams()
bool _is_tri_lattice
Keep track of the lattice type.
Real computeLatticeMixingParameter(const unsigned int i_gap, const unsigned int iz, const Real delta, const Real sf) const
Common implementation for both tri and quad lattices.
SolutionHandle _mdot_soln
Real computeTriLatticeMixingParameter(const unsigned int i_gap, const unsigned int iz) const
virtual Real computeMixingParameter(const unsigned int i_gap, const unsigned int iz) const override
Computes the turbulent mixing coefficient for the local conditions around gap(i_gap) and axial level(...
Real computeQuadLatticeMixingParameter(const unsigned int i_gap, const unsigned int iz) const
const SubChannelMesh & _sch_mesh
Pointer to the base subchannel mesh.
SolutionHandle _w_perim_soln
Provide a simple RAII interface for linear lagrange solution variables.
Base class for subchannel meshes.