https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
SubChannel1PhaseProblem::FrictionStruct Struct Reference

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
 

Detailed Description

structure with the needed information to compute the friction factor at a specific subchannel cell

Definition at line 49 of file SubChannel1PhaseProblem.h.

Constructor & Destructor Documentation

◆ FrictionStruct() [1/2]

SubChannel1PhaseProblem::FrictionStruct::FrictionStruct ( )
delete

◆ FrictionStruct() [2/2]

SubChannel1PhaseProblem::FrictionStruct::FrictionStruct ( unsigned int  i_ch_,
Real  Re_,
Real  S_,
Real  w_perim_ 
)
inline

Member Data Documentation

◆ i_ch

unsigned int SubChannel1PhaseProblem::FrictionStruct::i_ch = 0

◆ Re

Real SubChannel1PhaseProblem::FrictionStruct::Re = 1.0

◆ S

Real SubChannel1PhaseProblem::FrictionStruct::S = 0.0

◆ w_perim

Real SubChannel1PhaseProblem::FrictionStruct::w_perim = 0.0

The documentation for this struct was generated from the following file: