Advanced Multi-Physics (AMP)
On-Line Documentation
CoupledChannelToCladMapOperatorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_CoupledChannelToCladMapOperatorParameters
2#define included_AMP_CoupledChannelToCladMapOperatorParameters
3
4#include "AMP/operators/Operator.h"
5#include "AMP/operators/OperatorParameters.h"
6#include "AMP/operators/subchannel/SubchannelPhysicsModel.h"
7#include <memory>
8
9#include <vector>
10
11namespace AMP::Operator {
12
19{
20public:
21 explicit CoupledChannelToCladMapOperatorParameters( std::shared_ptr<AMP::Database> db )
23 {
24 }
25
27
28 std::shared_ptr<AMP::Operator::Operator> d_thermalMapOperator;
29 std::shared_ptr<AMP::Operator::Operator> d_densityMapOperator;
30 std::shared_ptr<AMP::Operator::Operator> d_mapOperator;
31 std::shared_ptr<AMP::LinearAlgebra::Variable> d_variable;
32 std::shared_ptr<AMP::Mesh::Mesh> d_subchannelMesh;
33 std::shared_ptr<AMP::LinearAlgebra::Vector> d_vector;
34 std::shared_ptr<AMP::Operator::SubchannelPhysicsModel> d_subchannelPhysicsModel;
35};
36} // namespace AMP::Operator
37
38
39#endif
std::shared_ptr< AMP::Operator::SubchannelPhysicsModel > d_subchannelPhysicsModel
std::shared_ptr< ParameterBase > shared_ptr



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:41.
Comments on this page