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

Structure for holding data for a connection. More...

#include <Component1DConnection.h>

Public Member Functions

 Connection (const BoundaryName &boundary_name, const std::string &component_name, const EEndType &end_type)
 

Public Attributes

const BoundaryName _boundary_name
 The name of the boundary this connection is attached to. More...
 
const std::string _component_name
 Name of the component in the connection. More...
 
const EEndType _end_type
 End type for the connection. More...
 

Detailed Description

Structure for holding data for a connection.

Definition at line 32 of file Component1DConnection.h.

Constructor & Destructor Documentation

◆ Connection()

Component1DConnection::Connection::Connection ( const BoundaryName &  boundary_name,
const std::string &  component_name,
const EEndType end_type 
)
inline

Definition at line 43 of file Component1DConnection.h.

46  : _boundary_name(boundary_name), _component_name(component_name), _end_type(end_type)
47  {
48  }
const std::string _component_name
Name of the component in the connection.
const EEndType _end_type
End type for the connection.
const BoundaryName _boundary_name
The name of the boundary this connection is attached to.

Member Data Documentation

◆ _boundary_name

const BoundaryName Component1DConnection::Connection::_boundary_name

The name of the boundary this connection is attached to.

Definition at line 35 of file Component1DConnection.h.

◆ _component_name

const std::string Component1DConnection::Connection::_component_name

Name of the component in the connection.

Definition at line 38 of file Component1DConnection.h.

Referenced by Component1DBoundary::Component1DBoundary().

◆ _end_type

const EEndType Component1DConnection::Connection::_end_type

End type for the connection.

Definition at line 41 of file Component1DConnection.h.

Referenced by Component1DBoundary::Component1DBoundary().


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