Parameter class to provide parameters to all subchannel classes. More...
#include <SubchannelOperatorParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| SubchannelOperatorParameters (std::shared_ptr< AMP::Database > db) | |
| Constructor. | |
| virtual | ~SubchannelOperatorParameters () |
| Destructor. | |
Public Attributes | |
| std::vector< double > | clad_d |
| std::vector< double > | clad_x |
| std::vector< double > | clad_y |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< RobinPhysicsModel > | d_dittusBoelterCoefficient |
| AMP::LinearAlgebra::Vector::shared_ptr | d_frozenSolution |
| bool | d_initialize |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::string | d_name |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
| std::shared_ptr< SubchannelPhysicsModel > | d_subchannelPhysicsModel |
Parameter class to provide parameters to all subchannel classes.
Definition at line 14 of file SubchannelOperatorParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Constructor.
Definition at line 18 of file SubchannelOperatorParameters.h.
|
inlinevirtual |
Destructor.
Definition at line 24 of file SubchannelOperatorParameters.h.
| std::vector<double> AMP::Operator::SubchannelOperatorParameters::clad_d |
Definition at line 36 of file SubchannelOperatorParameters.h.
| std::vector<double> AMP::Operator::SubchannelOperatorParameters::clad_x |
Definition at line 36 of file SubchannelOperatorParameters.h.
| std::vector<double> AMP::Operator::SubchannelOperatorParameters::clad_y |
Definition at line 36 of file SubchannelOperatorParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<RobinPhysicsModel> AMP::Operator::SubchannelOperatorParameters::d_dittusBoelterCoefficient |
Definition at line 29 of file SubchannelOperatorParameters.h.
| AMP::LinearAlgebra::Vector::shared_ptr AMP::Operator::SubchannelOperatorParameters::d_frozenSolution |
Definition at line 31 of file SubchannelOperatorParameters.h.
| bool AMP::Operator::SubchannelOperatorParameters::d_initialize |
Definition at line 33 of file SubchannelOperatorParameters.h.
|
inherited |
Optional mesh for the operator.
Definition at line 39 of file OperatorParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
|
inherited |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.h.
| std::shared_ptr<SubchannelPhysicsModel> AMP::Operator::SubchannelOperatorParameters::d_subchannelPhysicsModel |
Definition at line 27 of file SubchannelOperatorParameters.h.
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:44. Comments on this page |