ThermoMechanical Coupling Problem. More...
#include <ThermoMechanicalProblem.hpp>
Public Member Functions | |
ThermoMechanicalProblem (const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Teuchos::RCP< ParamLib > ¶mLib, const int numEq) | |
Default constructor. | |
virtual | ~ThermoMechanicalProblem () |
Destructor. | |
virtual int | spatialDimension () const |
Return number of spatial dimensions. | |
virtual void | buildProblem (Teuchos::ArrayRCP< Teuchos::RCP< Albany::MeshSpecsStruct > > meshSpecs, StateManager &stateMgr) |
Build the PDE instantiations, boundary conditions, and initial solution. | |
virtual Teuchos::Array < Teuchos::RCP< const PHX::FieldTag > > | buildEvaluators (PHX::FieldManager< PHAL::AlbanyTraits > &fm0, const Albany::MeshSpecsStruct &meshSpecs, Albany::StateManager &stateMgr, Albany::FieldManagerChoice fmchoice, const Teuchos::RCP< Teuchos::ParameterList > &responseList) |
Teuchos::RCP< const Teuchos::ParameterList > | getValidProblemParameters () const |
Each problem must generate it's list of valid parameters. | |
void | getAllocatedStates (Teuchos::ArrayRCP< Teuchos::ArrayRCP< Teuchos::RCP< Intrepid::FieldContainer< RealType > > > > oldState_, Teuchos::ArrayRCP< Teuchos::ArrayRCP< Teuchos::RCP< Intrepid::FieldContainer< RealType > > > > newState_) const |
template<typename EvalT > | |
Teuchos::RCP< const PHX::FieldTag > | constructEvaluators (PHX::FieldManager< PHAL::AlbanyTraits > &fm0, const Albany::MeshSpecsStruct &meshSpecs, Albany::StateManager &stateMgr, Albany::FieldManagerChoice fmchoice, const Teuchos::RCP< Teuchos::ParameterList > &responseList) |
Main problem setup routine. Not directly called, but indirectly by following functions. | |
void | constructDirichletEvaluators (const Albany::MeshSpecsStruct &meshSpecs) |
Protected Attributes | |
bool | haveSource |
Boundary conditions on source term. | |
std::string | model |
int | T_offset |
int | X_offset |
int | numDim |
Teuchos::ArrayRCP < Teuchos::ArrayRCP < Teuchos::RCP < Intrepid::FieldContainer < RealType > > > > | oldState |
Teuchos::ArrayRCP < Teuchos::ArrayRCP < Teuchos::RCP < Intrepid::FieldContainer < RealType > > > > | newState |
Private Member Functions | |
ThermoMechanicalProblem (const ThermoMechanicalProblem &) | |
Private to prohibit copying. | |
ThermoMechanicalProblem & | operator= (const ThermoMechanicalProblem &) |
Private to prohibit copying. |
ThermoMechanical Coupling Problem.
Definition at line 28 of file ThermoMechanicalProblem.hpp.
Albany::ThermoMechanicalProblem::ThermoMechanicalProblem | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params, | |
const Teuchos::RCP< ParamLib > & | paramLib, | |||
const int | numEq | |||
) |
Default constructor.
Definition at line 13 of file ThermoMechanicalProblem.cpp.
Albany::ThermoMechanicalProblem::~ThermoMechanicalProblem | ( | ) | [virtual] |
Destructor.
Definition at line 54 of file ThermoMechanicalProblem.cpp.
Albany::ThermoMechanicalProblem::ThermoMechanicalProblem | ( | const ThermoMechanicalProblem & | ) | [private] |
Private to prohibit copying.
virtual int Albany::ThermoMechanicalProblem::spatialDimension | ( | ) | const [inline, virtual] |
Return number of spatial dimensions.
Implements Albany::AbstractProblem.
Definition at line 40 of file ThermoMechanicalProblem.hpp.
void Albany::ThermoMechanicalProblem::buildProblem | ( | Teuchos::ArrayRCP< Teuchos::RCP< Albany::MeshSpecsStruct > > | meshSpecs, | |
Albany::StateManager & | stateMgr | |||
) | [virtual] |
Build the PDE instantiations, boundary conditions, and initial solution.
Implements Albany::AbstractProblem.
Definition at line 60 of file ThermoMechanicalProblem.cpp.
Teuchos::Array< Teuchos::RCP< const PHX::FieldTag > > Albany::ThermoMechanicalProblem::buildEvaluators | ( | PHX::FieldManager< PHAL::AlbanyTraits > & | fm0, | |
const Albany::MeshSpecsStruct & | meshSpecs, | |||
Albany::StateManager & | stateMgr, | |||
Albany::FieldManagerChoice | fmchoice, | |||
const Teuchos::RCP< Teuchos::ParameterList > & | responseList | |||
) | [virtual] |
Implements Albany::AbstractProblem.
Definition at line 75 of file ThermoMechanicalProblem.cpp.
Teuchos::RCP< const Teuchos::ParameterList > Albany::ThermoMechanicalProblem::getValidProblemParameters | ( | ) | const [virtual] |
Each problem must generate it's list of valid parameters.
Reimplemented from Albany::AbstractProblem.
Definition at line 106 of file ThermoMechanicalProblem.cpp.
void Albany::ThermoMechanicalProblem::getAllocatedStates | ( | Teuchos::ArrayRCP< Teuchos::ArrayRCP< Teuchos::RCP< Intrepid::FieldContainer< RealType > > > > | oldState_, | |
Teuchos::ArrayRCP< Teuchos::ArrayRCP< Teuchos::RCP< Intrepid::FieldContainer< RealType > > > > | newState_ | |||
) | const [virtual] |
Reimplemented from Albany::AbstractProblem.
Definition at line 130 of file ThermoMechanicalProblem.cpp.
ThermoMechanicalProblem& Albany::ThermoMechanicalProblem::operator= | ( | const ThermoMechanicalProblem & | ) | [private] |
Private to prohibit copying.
Teuchos::RCP< const PHX::FieldTag > Albany::ThermoMechanicalProblem::constructEvaluators | ( | PHX::FieldManager< PHAL::AlbanyTraits > & | fm0, | |
const Albany::MeshSpecsStruct & | meshSpecs, | |||
Albany::StateManager & | stateMgr, | |||
Albany::FieldManagerChoice | fmchoice, | |||
const Teuchos::RCP< Teuchos::ParameterList > & | responseList | |||
) |
Main problem setup routine. Not directly called, but indirectly by following functions.
Definition at line 131 of file ThermoMechanicalProblem.hpp.
void Albany::ThermoMechanicalProblem::constructDirichletEvaluators | ( | const Albany::MeshSpecsStruct & | meshSpecs | ) |
Definition at line 91 of file ThermoMechanicalProblem.cpp.
bool Albany::ThermoMechanicalProblem::haveSource [protected] |
Boundary conditions on source term.
Definition at line 87 of file ThermoMechanicalProblem.hpp.
std::string Albany::ThermoMechanicalProblem::model [protected] |
Definition at line 88 of file ThermoMechanicalProblem.hpp.
int Albany::ThermoMechanicalProblem::T_offset [protected] |
Definition at line 89 of file ThermoMechanicalProblem.hpp.
int Albany::ThermoMechanicalProblem::X_offset [protected] |
Definition at line 90 of file ThermoMechanicalProblem.hpp.
int Albany::ThermoMechanicalProblem::numDim [protected] |
Definition at line 91 of file ThermoMechanicalProblem.hpp.
Teuchos::ArrayRCP< Teuchos::ArrayRCP< Teuchos::RCP< Intrepid::FieldContainer< RealType > > > > Albany::ThermoMechanicalProblem::oldState [protected] |
Definition at line 93 of file ThermoMechanicalProblem.hpp.
Teuchos::ArrayRCP< Teuchos::ArrayRCP< Teuchos::RCP< Intrepid::FieldContainer< RealType > > > > Albany::ThermoMechanicalProblem::newState [protected] |
Definition at line 94 of file ThermoMechanicalProblem.hpp.