structure with the needed information to compute the Nusselt number at a specific subchannel cell and heated surface More...
#include <SubChannel1PhaseProblem.h>
Public Member Functions | |
| NusseltStruct ()=delete | |
| NusseltStruct (Real Re_, Real Pr_, unsigned int i_pin_, unsigned int iz_, unsigned int i_ch_) | |
Public Attributes | |
| Real | Re = 1.0 |
| Real | Pr = 1.0 |
| unsigned int | i_pin = std::numeric_limits<unsigned int>::max() |
| unsigned int | iz = 0 |
| unsigned int | i_ch = 0 |
structure with the needed information to compute the Nusselt number at a specific subchannel cell and heated surface
Definition at line 64 of file SubChannel1PhaseProblem.h.
|
delete |
|
inline |
Definition at line 73 of file SubChannel1PhaseProblem.h.
| unsigned int SubChannel1PhaseProblem::NusseltStruct::i_ch = 0 |
Definition at line 70 of file SubChannel1PhaseProblem.h.
Referenced by SCMHTCClosureBase::computeNusseltNumberPreInfo().
| unsigned int SubChannel1PhaseProblem::NusseltStruct::i_pin = std::numeric_limits<unsigned int>::max() |
Definition at line 68 of file SubChannel1PhaseProblem.h.
Referenced by SCMHTCClosureBase::computeNusseltNumberPreInfo().
| unsigned int SubChannel1PhaseProblem::NusseltStruct::iz = 0 |
Definition at line 69 of file SubChannel1PhaseProblem.h.
Referenced by SCMHTCClosureBase::computeNusseltNumberPreInfo().
| Real SubChannel1PhaseProblem::NusseltStruct::Pr = 1.0 |
Definition at line 67 of file SubChannel1PhaseProblem.h.
Referenced by SCMHTCClosureBase::computeNusseltNumberPreInfo().
| Real SubChannel1PhaseProblem::NusseltStruct::Re = 1.0 |
Definition at line 66 of file SubChannel1PhaseProblem.h.
Referenced by SCMHTCClosureBase::computeNusseltNumberPreInfo().
1.8.14