structure with the needed information to compute the friction factor at a specific subchannel cell More...
#include <SubChannel1PhaseProblem.h>
Public Member Functions | |
| FrictionStruct ()=delete | |
| FrictionStruct (unsigned int i_ch_, Real Re_, Real S_, Real w_perim_) | |
Public Attributes | |
| unsigned int | i_ch = 0 |
| Real | Re = 1.0 |
| Real | S = 0.0 |
| Real | w_perim = 0.0 |
structure with the needed information to compute the friction factor at a specific subchannel cell
Definition at line 49 of file SubChannel1PhaseProblem.h.
|
delete |
|
inline |
Definition at line 57 of file SubChannel1PhaseProblem.h.
| unsigned int SubChannel1PhaseProblem::FrictionStruct::i_ch = 0 |
Definition at line 51 of file SubChannel1PhaseProblem.h.
Referenced by SCMFrictionUpdatedChengTodreas::computeQuadLatticeFrictionFactor(), and SCMFrictionUpdatedChengTodreas::computeTriLatticeFrictionFactor().
| Real SubChannel1PhaseProblem::FrictionStruct::Re = 1.0 |
Definition at line 52 of file SubChannel1PhaseProblem.h.
Referenced by SCMFrictionMATRA::computeQuadLatticeFrictionFactor(), SCMFrictionUpdatedChengTodreas::computeQuadLatticeFrictionFactor(), and SCMFrictionUpdatedChengTodreas::computeTriLatticeFrictionFactor().
| Real SubChannel1PhaseProblem::FrictionStruct::S = 0.0 |
Definition at line 53 of file SubChannel1PhaseProblem.h.
Referenced by SCMHTCClosureBase::computeHTC(), and SCMFrictionUpdatedChengTodreas::computeTriLatticeFrictionFactor().
| Real SubChannel1PhaseProblem::FrictionStruct::w_perim = 0.0 |
Definition at line 54 of file SubChannel1PhaseProblem.h.
Referenced by SCMHTCClosureBase::computeHTC(), and SCMFrictionUpdatedChengTodreas::computeTriLatticeFrictionFactor().
1.8.14