Advanced Multi-Physics (AMP)
On-Line Documentation
Public Types | Public Member Functions | Public Attributes | List of all members
AMP::Operator::SubchannelOperatorParameters Class Reference

Parameter class to provide parameters to all subchannel classes. More...

#include <SubchannelOperatorParameters.h>

Inheritance diagram for AMP::Operator::SubchannelOperatorParameters:
Inheritance graph
[legend]

Public Types

typedef std::shared_ptr< ParameterBaseshared_ptr
 

Public Member Functions

 SubchannelOperatorParameters (std::shared_ptr< AMP::Database > db)
 Constructor.
 
virtual ~SubchannelOperatorParameters ()
 Destructor.
 

Public Attributes

std::vector< doubleclad_d
 
std::vector< doubleclad_x
 
std::vector< doubleclad_y
 
std::shared_ptr< AMP::Databased_db
 
std::shared_ptr< RobinPhysicsModeld_dittusBoelterCoefficient
 
AMP::LinearAlgebra::Vector::shared_ptr d_frozenSolution
 
bool d_initialize
 
std::shared_ptr< AMP::Mesh::Meshd_Mesh
 Optional mesh for the operator.
 
std::string d_name
 
std::shared_ptr< AMP::Operator::Operatord_pOperator
 Allow for the case that a fully constructed operator is returned.
 
std::shared_ptr< SubchannelPhysicsModeld_subchannelPhysicsModel
 

Detailed Description

Parameter class to provide parameters to all subchannel classes.

Definition at line 14 of file SubchannelOperatorParameters.h.

Member Typedef Documentation

◆ shared_ptr

Definition at line 18 of file ParameterBase.h.

Constructor & Destructor Documentation

◆ SubchannelOperatorParameters()

AMP::Operator::SubchannelOperatorParameters::SubchannelOperatorParameters ( std::shared_ptr< AMP::Database db)
inlineexplicit

Constructor.

Definition at line 18 of file SubchannelOperatorParameters.h.

◆ ~SubchannelOperatorParameters()

virtual AMP::Operator::SubchannelOperatorParameters::~SubchannelOperatorParameters ( )
inlinevirtual

Destructor.

Definition at line 24 of file SubchannelOperatorParameters.h.

Member Data Documentation

◆ clad_d

std::vector<double> AMP::Operator::SubchannelOperatorParameters::clad_d

Definition at line 36 of file SubchannelOperatorParameters.h.

◆ clad_x

std::vector<double> AMP::Operator::SubchannelOperatorParameters::clad_x

Definition at line 36 of file SubchannelOperatorParameters.h.

◆ clad_y

std::vector<double> AMP::Operator::SubchannelOperatorParameters::clad_y

Definition at line 36 of file SubchannelOperatorParameters.h.

◆ d_db

std::shared_ptr<AMP::Database> AMP::ParameterBase::d_db
inherited

Definition at line 27 of file ParameterBase.h.

◆ d_dittusBoelterCoefficient

std::shared_ptr<RobinPhysicsModel> AMP::Operator::SubchannelOperatorParameters::d_dittusBoelterCoefficient

Definition at line 29 of file SubchannelOperatorParameters.h.

◆ d_frozenSolution

AMP::LinearAlgebra::Vector::shared_ptr AMP::Operator::SubchannelOperatorParameters::d_frozenSolution

Definition at line 31 of file SubchannelOperatorParameters.h.

◆ d_initialize

bool AMP::Operator::SubchannelOperatorParameters::d_initialize

Definition at line 33 of file SubchannelOperatorParameters.h.

◆ d_Mesh

std::shared_ptr<AMP::Mesh::Mesh> AMP::Operator::OperatorParameters::d_Mesh
inherited

Optional mesh for the operator.

Definition at line 39 of file OperatorParameters.h.

◆ d_name

std::string AMP::ParameterBase::d_name
inherited

Definition at line 25 of file ParameterBase.h.

◆ d_pOperator

std::shared_ptr<AMP::Operator::Operator> AMP::Operator::OperatorParameters::d_pOperator
inherited

Allow for the case that a fully constructed operator is returned.

Definition at line 42 of file OperatorParameters.h.

◆ d_subchannelPhysicsModel

std::shared_ptr<SubchannelPhysicsModel> AMP::Operator::SubchannelOperatorParameters::d_subchannelPhysicsModel

Definition at line 27 of file SubchannelOperatorParameters.h.


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



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:44.
Comments on this page