#include <RobinPhysicsModel.h>

Public Member Functions | |
| virtual void | getConductance (std::vector< double > &beta, std::vector< double > &gamma, const std::vector< std::vector< double > > &arguments)=0 |
| const auto & | getVariableName () |
| virtual void | reset (std::shared_ptr< const RobinPhysicsModelParameters > params) |
| RobinPhysicsModel (std::shared_ptr< const RobinPhysicsModelParameters > params) | |
| virtual void | setDebugPrintInfoLevel (int print_level) |
| virtual | ~RobinPhysicsModel () |
Protected Attributes | |
| std::vector< std::string > | d_activeVariableNames |
| int | d_iDebugPrintInfoLevel |
| unsigned int | d_numActiveVariables |
Definition at line 16 of file RobinPhysicsModel.h.
|
inlineexplicit |
Definition at line 19 of file RobinPhysicsModel.h.
References reset().
|
inlinevirtual |
Definition at line 25 of file RobinPhysicsModel.h.
|
pure virtual |
Implemented in AMP::Operator::ConvectiveHeatCoefficient.
|
inline |
Definition at line 56 of file RobinPhysicsModel.h.
References d_activeVariableNames.
|
inlinevirtual |
Definition at line 27 of file RobinPhysicsModel.h.
References AMP_INSIST, d_activeVariableNames, and d_numActiveVariables.
Referenced by RobinPhysicsModel().
|
inlinevirtualinherited |
Specify level of diagnostic information printed during iterations.
| [in] | print_level | zero prints none or minimal information, higher numbers provide increasingly verbose debugging information. |
Definition at line 36 of file ElementPhysicsModel.h.
References AMP::Operator::ElementPhysicsModel::d_iDebugPrintInfoLevel.
|
protected |
Definition at line 60 of file RobinPhysicsModel.h.
Referenced by getVariableName(), and reset().
|
protectedinherited |
Variable that controls the amount of diagnostic information that gets printed within this material model.
Definition at line 39 of file ElementPhysicsModel.h.
Referenced by AMP::Operator::ElementPhysicsModel::ElementPhysicsModel(), and AMP::Operator::ElementPhysicsModel::setDebugPrintInfoLevel().
|
protected |
Definition at line 59 of file RobinPhysicsModel.h.
Referenced by reset().
|
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 |