_action_factory | MooseObject | protected |
_app | MooseObject | protected |
_area_function | FlowChannelBase | protected |
_axial_region_names | GeneratedMeshComponent | protected |
_closures_objects | FlowChannelBase | protected |
_communicator | libMesh::ParallelObject | protected |
_connections | Component1D | protected |
_console | MooseObject | |
_coord_sys | Component | protected |
_dir | DiscreteLineSegmentInterface | protected |
_dir_unnormalized | DiscreteLineSegmentInterface | protected |
_elem_ids | Component | protected |
_enabled | MooseObject | protected |
_factory | Component | protected |
_flow_model | FlowChannelBase | protected |
_fp_name | FlowChannelBase | protected |
_gravity_angle | FlowChannelBase | protected |
_gravity_direction | GravityInterface | protected |
_gravity_is_zero | GravityInterface | protected |
_gravity_magnitude | GravityInterface | protected |
_gravity_vector | GravityInterface | protected |
_has_PoD | FlowChannelBase | protected |
_heat_transfer_geom_to_enum | FlowChannelBase | static |
_heat_transfer_names | FlowChannelBase | mutableprotected |
_HT_geometry | FlowChannelBase | protected |
_Hw_1phase_names | FlowChannel1PhaseBase | protected |
_Hw_liquid_names | FlowChannelBase | protected |
_Hw_vapor_names | FlowChannelBase | protected |
_length | DiscreteLineSegmentInterface | protected |
_lengths | DiscreteLineSegmentInterface | protected |
_log | LoggingInterface | protected |
_mesh | Component | protected |
_moose_object_name_dlsi | DiscreteLineSegmentInterface | protected |
_n_elem | DiscreteLineSegmentInterface | protected |
_n_elems | DiscreteLineSegmentInterface | protected |
_n_heat_transfer_connections | FlowChannelBase | mutableprotected |
_n_sections | DiscreteLineSegmentInterface | protected |
_name | MooseObject | protected |
_node_ids | Component | protected |
_node_locations | GeneratedMeshComponent | protected |
_numerical_flux_name | FlowChannel1PhaseBase | protected |
_P_hf_names | FlowChannelBase | protected |
_parent | Component | protected |
_pars | MooseObject | protected |
_pipe_location | FlowChannelBase | protected |
_pipe_location_to_enum | FlowChannelBase | static |
_pipe_pars_transferred | FlowChannelBase | protected |
_pipe_type_to_enum | FlowChannelBase | static |
_PoD | FlowChannelBase | protected |
_position | DiscreteLineSegmentInterface | protected |
_q_wall_names | FlowChannelBase | protected |
_R | DiscreteLineSegmentInterface | protected |
_R_inv | DiscreteLineSegmentInterface | protected |
_rdg_slope_reconstruction | FlowChannel1PhaseBase | protected |
_rotation | DiscreteLineSegmentInterface | protected |
_roughness | FlowChannelBase | protected |
_Rx | DiscreteLineSegmentInterface | protected |
_Rx_inv | DiscreteLineSegmentInterface | protected |
_section_end | DiscreteLineSegmentInterface | protected |
_sim | Component | protected |
_subdomain_ids | Component | protected |
_subdomain_names | Component | protected |
_T_wall_mat_names | FlowChannelBase | protected |
_T_wall_names | FlowChannelBase | protected |
_temperature_mode | FlowChannelBase | protected |
_type | MooseObject | protected |
_x_centers | DiscreteLineSegmentInterface | protected |
_zero | Component | protected |
addCommonObjects() | FlowChannelBase | protectedvirtual |
addDependency(const std::string &dependency) | Component | |
addElement(libMesh::ElemType elem_type, const std::vector< dof_id_type > &node_ids) | GeometricalComponent | protected |
addElementEdge2(dof_id_type node0, dof_id_type node1) | GeometricalComponent | protected |
addElementEdge3(dof_id_type node0, dof_id_type node1, dof_id_type node2) | GeometricalComponent | protected |
addElementQuad4(dof_id_type node0, dof_id_type node1, dof_id_type node2, dof_id_type node3) | GeometricalComponent | protected |
addElementQuad9(dof_id_type node0, dof_id_type node1, dof_id_type node2, dof_id_type node3, dof_id_type node4, dof_id_type node5, dof_id_type node6, dof_id_type node7, dof_id_type node8) | GeometricalComponent | protected |
addHeatTransferName(const std::string &ht_name) const | FlowChannelBase | |
addHydraulicDiameterMaterial() | FlowChannel1PhaseBase | protectedvirtual |
addMooseObjects() override | FlowChannel1PhaseBase | virtual |
addNode(const Point &pt) | Component | protected |
addNodeElement(dof_id_type node) | Component | protected |
addRelationshipManagers(Moose::RelationshipManagerType) | Component | inlinevirtual |
addRelationshipManagersFromParameters(const InputParameters &moose_object_pars) | Component | protected |
addVariables() override | FlowChannelBase | virtual |
ADFunctorInterface(const MooseObject *moose_object) | ADFunctorInterface | |
buildFlowModel() override | FlowChannel1PhaseBase | protectedvirtual |
buildMesh() override | Component1D | virtual |
callMooseError(std::string msg, const bool with_prefix) const | MooseObject | |
check() const override | FlowChannel1PhaseBase | protectedvirtual |
checkComponentExistsByName(const std::string &comp_name) const | Component | |
checkComponentOfTypeExists(const std::string ¶m) const | Component | |
checkComponentOfTypeExistsByName(const std::string &comp_name) const | Component | |
CHECKED enum value | Component | |
checkEqualSize(const std::string ¶m1, const std::string ¶m2) const | Component | protected |
checkFluidProperties() const override | FlowChannelGasMix | protectedvirtual |
checkFunctorSupportsSideIntegration(const std::string &name, bool qp_integration) | ADFunctorInterface | protected |
checkMutuallyExclusiveParameters(const std::vector< std::string > ¶ms, bool need_one_specified=true) const | Component | protected |
checkParameterValueLessThan(const std::string ¶m, const T &value_max) const | Component | protected |
checkSetupStatus(const EComponentSetupStatus &status) const | Component | |
checkSizeEqualsParameterValue(const std::string ¶m1, const std::string ¶m2) const | Component | protected |
checkSizeEqualsValue(const std::string ¶m, const unsigned int &n_entries) const | Component | protected |
checkSizeEqualsValue(const std::string ¶m, const unsigned int &n_entries, const std::string &description) const | Component | protected |
checkSizeGreaterThan(const std::string ¶m, const unsigned int &n_entries) const | Component | protected |
checkSizeLessThan(const std::string ¶m, const unsigned int &n_entries) const | Component | protected |
cname() const | Component | |
comm() const | libMesh::ParallelObject | |
Component(const InputParameters ¶meters) | Component | |
Component1D(const InputParameters ¶meters) | Component1D | |
computeAxialCoordinate(const Point &p) const | DiscreteLineSegmentInterface | |
computeDirectionTransformationTensor(const RealVectorValue &dir) | DiscreteLineSegmentInterface | static |
computeRadialCoordinate(const Point &p) const | DiscreteLineSegmentInterface | |
computeRealPointFromReferencePoint(const Point &p) const | DiscreteLineSegmentInterface | |
computeRealPointFromReferencePoint(const Point &p, const RealVectorValue &position, const RealTensorValue &R, const RealTensorValue &Rx) | DiscreteLineSegmentInterface | static |
computeReferencePointFromRealPoint(const Point &p) const | DiscreteLineSegmentInterface | |
computeReferencePointFromRealPoint(const Point &p, const RealVectorValue &position, const RealTensorValue &R_inv, const RealTensorValue &Rx_inv) | DiscreteLineSegmentInterface | static |
computeXRotationTransformationTensor(const Real &rotation) | DiscreteLineSegmentInterface | static |
connectControllableParams(const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const | MooseObject | |
connectObject(const InputParameters ¶ms, const std::string &mooseName, const std::string &name) const | Component | |
connectObject(const InputParameters ¶ms, const std::string &mooseName, const std::string &name, const std::string &par_name) const | Component | |
ConsoleStreamInterface(MooseApp &app) | ConsoleStreamInterface | |
constMesh() const | Component | inline |
CORNER enum value | FlowChannelBase | |
createAreaFunctionAndGetName() | FlowChannelBase | virtual |
CREATED enum value | Component | |
CURVED enum value | FlowChannelBase | |
DataFileInterface(const ParallelParamObject &parent) | DataFileInterface | |
DataFileParameterType typedef | MooseObject | |
deduceFunctorName(const std::string &name, const InputParameters ¶ms) | ADFunctorInterface | static |
deduceFunctorName(const std::string &name) const | ADFunctorInterface | protected |
DiscreteLineSegmentInterface(const MooseObject *moose_object) | DiscreteLineSegmentInterface | |
DOWNCOMER enum value | FlowChannelBase | |
EComponentSetupStatus enum name | Component | |
EConvHeatTransGeom enum name | FlowChannelBase | |
EDGE enum value | FlowChannelBase | |
enabled() const | MooseObject | virtual |
EPipeLocation enum name | FlowChannelBase | |
EPipeType enum name | FlowChannelBase | |
errorPrefix(const std::string &error_type) const | MooseObject | |
executeCheck() const | Component | |
executeInit() | Component | |
executeInitSecondary() | Component | |
executeSetupMesh() | Component | |
FlowChannel1PhaseBase(const InputParameters ¶ms) | FlowChannel1PhaseBase | |
FlowChannelBase(const InputParameters ¶ms) | FlowChannelBase | |
FlowChannelGasMix(const InputParameters ¶ms) | FlowChannelGasMix | |
flowModelClassName() const override | FlowChannelGasMix | protectedvirtual |
FunctorInterface(const MooseObject *moose_object) | FunctorInterface | |
GeneratedMeshComponent(const InputParameters ¶meters) | GeneratedMeshComponent | |
genName(const std::string &prefix, unsigned int id, const std::string &suffix="") const | NamingInterface | inline |
genName(const std::string &prefix, unsigned int i, unsigned int j, const std::string &suffix="") const | NamingInterface | inline |
genName(const std::string &prefix, const std::string &name, unsigned int i) const | NamingInterface | inline |
genName(const std::string &prefix, const std::string &middle, const std::string &suffix="") const | NamingInterface | inline |
genSafeName(const std::string &prefix, const std::string &middle, const std::string &suffix="") const | NamingInterface | inline |
GeometricalComponent(const InputParameters ¶meters) | GeometricalComponent | |
getAlignmentAxis() const | DiscreteLineSegmentInterface | |
getAlignmentAxis(const RealVectorValue &dir) | DiscreteLineSegmentInterface | static |
getAreaFunctionName() const | FlowChannelBase | |
getAxialElementIndex(const Point &p_center) const | DiscreteLineSegmentInterface | |
getAxialSectionIndex(const Point &p) const | DiscreteLineSegmentInterface | |
getCheckedPointerParam(const std::string &name, const std::string &error_string="") const | MooseObject | |
getClosuresObjects() const | FlowChannelBase | inline |
getComponent(const std::string &name) const | Component | |
getComponentByName(const std::string &cname) const | Component | |
getConnections(Component1DConnection::EEndType end_type) const | Component1D | virtual |
getConvHeatTransGeometry(const std::string &name) | FlowChannelBase | static |
getCoordSysTypes() const | Component | virtual |
getDataFileName(const std::string ¶m) const | MooseObject | |
getDataFileNameByName(const std::string &relative_path) const | MooseObject | |
getDataFilePath(const std::string &relative_path) const | MooseObject | |
getDependencies() const | Component | inline |
getDirection() const | DiscreteLineSegmentInterface | inlinevirtual |
getElementBoundaryCoordinates() const | DiscreteLineSegmentInterface | |
getElementBoundaryCoordinates(const RealVectorValue &position, const RealVectorValue &orientation, const Real &rotation, const std::vector< Real > &lengths, const std::vector< unsigned int > &n_elems) | DiscreteLineSegmentInterface | static |
getElementIDs() const | Component | |
getEnumParam(const std::string ¶m) const | Component | |
getFlowModel() const | FlowChannelBase | virtual |
getFlowModelID() const override | FlowChannelGasMix | inlinevirtual |
getFluidPropertiesName() const | FlowChannelBase | inline |
getFunctor(const std::string &name) | ADFunctorInterface | protected |
getFunctor(const std::string &name, THREAD_ID tid) | ADFunctorInterface | protected |
getFunctor(const std::string &name, SubProblem &subproblem) | ADFunctorInterface | protected |
getFunctor(const std::string &name, SubProblem &subproblem, THREAD_ID tid) | ADFunctorInterface | protected |
getGravityAngle() const | FlowChannelBase | inlinevirtual |
getGravityMagnitude() const | GravityInterface | inline |
getHeatedPerimeterNames() const | FlowChannelBase | inline |
getHeatTransferGeometry() const | FlowChannelBase | inline |
getHeatTransferNames() const | FlowChannelBase | |
getHeatTransferNamesSuffix(const std::string &ht_name) const | FlowChannelBase | |
getHeatTransferVariableNames() override | FlowChannel1PhaseBase | protectedvirtual |
getLength() const | DiscreteLineSegmentInterface | inlinevirtual |
getMooseApp() const | MooseObject | |
getNodeIDs() const | Component | |
getNodesetID() const | Component1D | |
getNodesetName() const | Component1D | |
getNumberOfHeatTransferConnections() const | FlowChannelBase | inline |
getNumElems() const | DiscreteLineSegmentInterface | inlinevirtual |
getNumericalFluxUserObjectName() const | FlowChannel1PhaseBase | inline |
getParam(const std::string &name) const | MooseObject | |
getParam(const std::string ¶m1, const std::string ¶m2) const | MooseObject | |
getPipeLocation(const std::string &name) | FlowChannelBase | static |
getPipeLocation() const | FlowChannelBase | inline |
getPipeType(const std::string &name) | FlowChannelBase | static |
getPosition() const | DiscreteLineSegmentInterface | inlinevirtual |
getRenamedParam(const std::string &old_name, const std::string &new_name) const | MooseObject | |
getRotation() const | DiscreteLineSegmentInterface | inlinevirtual |
getSharedPtr() | MooseObject | |
getSharedPtr() const | MooseObject | |
getSlopeReconstruction() const | FlowChannel1PhaseBase | inline |
getSubdomainNames() const | Component | virtual |
getTemperatureMode() const | FlowChannelBase | inline |
getTHMProblem() const | Component | |
getVariableFn(const FunctionName &fn_param_name) | GeometricalComponent | protected |
getWallHeatFluxNames() const | FlowChannelBase | inline |
getWallHTCNames1Phase() const | FlowChannel1PhaseBase | inline |
getWallTemperatureMatNames() const | FlowChannelBase | inline |
getWallTemperatureNames() const | FlowChannelBase | inline |
GravityInterface(const InputParameters ¶meters) | GravityInterface | |
hasComponent(const std::string &name) const | Component | |
hasComponentByName(const std::string &cname) const | Component | |
hasParam(const std::string &name) const | Component | |
HEX_ROD_BUNDLE enum value | FlowChannelBase | |
ICParameters() const override | FlowChannelGasMix | virtual |
init() override | FlowChannel1PhaseBase | protectedvirtual |
INITIALIZED_PRIMARY enum value | Component | |
INITIALIZED_SECONDARY enum value | Component | |
initSecondary() override | FlowChannelBase | protectedvirtual |
insistParameterExists(const std::string &function_name, const std::string ¶m_name) const | Component | protected |
INTERIOR enum value | FlowChannelBase | |
isFunctor(const std::string &name) const | ADFunctorInterface | protected |
isFunctor(const std::string &name, const SubProblem &subproblem) const | ADFunctorInterface | protected |
isParamSetByUser(const std::string &nm) const | MooseObject | |
isParamValid(const std::string &name) const | MooseObject | |
logComponentError(const std::string &component_name, Args &&... args) const | LoggingInterface | inline |
logComponentWarning(const std::string &component_name, Args &&... args) const | LoggingInterface | inline |
logError(Args &&... args) const | Component | inline |
LoggingInterface(Logger &log) | LoggingInterface | |
logWarning(Args &&... args) const | Component | inline |
makeElemArg(const Elem *elem, bool correct_skewnewss=false) const | ADFunctorInterface | protected |
makeFunctionControllableIfConstant(const FunctionName &fn_name, const std::string &control_name, const std::string ¶m="value") const | Component | |
mesh() | Component | |
MESH_PREPARED enum value | Component | |
MooseBase(const std::string &type, const std::string &name, MooseApp &app, const InputParameters ¶ms) | MooseBase | |
MooseBaseErrorInterface(const MooseBase &base) | MooseBaseErrorInterface | |
MooseBaseParameterInterface(const MooseBase &base, const InputParameters ¶meters) | MooseBaseParameterInterface | |
mooseDeprecated(Args &&... args) const | MooseObject | |
mooseDocumentedError(const std::string &repo_name, const unsigned int issue_num, Args &&... args) const | MooseObject | |
mooseError(Args &&... args) const | MooseObject | |
mooseErrorNonPrefixed(Args &&... args) const | MooseObject | |
mooseInfo(Args &&... args) const | MooseObject | |
MooseObject(const InputParameters ¶meters) | MooseObject | |
mooseWarning(Args &&... args) const | MooseObject | |
mooseWarningNonPrefixed(Args &&... args) const | MooseObject | |
n_processors() const | libMesh::ParallelObject | |
name() const | MooseObject | virtual |
NamingInterface() | NamingInterface | inline |
operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | |
ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | |
ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | |
ParallelParamObject(const std::string &type, const std::string &name, MooseApp &app, const InputParameters ¶ms) | ParallelParamObject | |
paramError(const std::string ¶m, Args... args) const | MooseObject | |
parameters() const | MooseObject | |
paramInfo(const std::string ¶m, Args... args) const | MooseObject | |
paramWarning(const std::string ¶m, Args... args) const | MooseObject | |
parent() | Component | inline |
passParameter(const std::string &name, const std::string &new_name, InputParameters ¶ms) const | THMObject | protected |
passParameter(const std::string &name, InputParameters ¶ms) const | THMObject | protected |
PIPE enum value | FlowChannelBase | |
problemIsTransient() const | Component | inline |
processor_id() const | libMesh::ParallelObject | |
queryParam(const std::string &name) const | MooseObject | |
ROD_BUNDLE enum value | FlowChannelBase | |
setSubdomainInfo(SubdomainID subdomain_id, const std::string &subdomain_name, const Moose::CoordinateSystemType &coord_system=Moose::COORD_XYZ) | Component | protectedvirtual |
setupMesh() override | GeneratedMeshComponent | protectedvirtual |
STRAIGHT enum value | FlowChannelBase | |
stringify(EComponentSetupStatus status) const | Component | |
THMObject(const InputParameters ¶meters) | THMObject | |
type() const | MooseObject | |
typeAndName() const | MooseObject | |
uniqueName() const | MooseObject | |
uniqueParameterName(const std::string ¶meter_name) const | MooseObject | |
usingSecondOrderMesh() const override | Component1D | protectedvirtual |
validParams() | FlowChannelGasMix | static |
~MooseBase()=default | MooseBase | virtual |
~MooseBaseParameterInterface()=default | MooseBaseParameterInterface | virtual |
~MooseObject()=default | MooseObject | virtual |
~ParallelObject()=default | libMesh::ParallelObject | virtual |
~ParallelParamObject()=default | ParallelParamObject | virtual |