This evaluator computes the hydrogen concentration at trapped site through conservation of hydrogen atom. More...
#include <ThermoMechanicalCoefficients.hpp>
Public Member Functions | |
ThermoMechanicalCoefficients (Teuchos::ParameterList &p, const Teuchos::RCP< Albany::Layouts > &dl) | |
Constructor. | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
Phalanx method to allocate space. | |
void | evaluateFields (typename Traits::EvalData d) |
Implementation of physics. | |
Private Types | |
typedef EvalT::ScalarT | ScalarT |
typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
PHX::MDField< ScalarT, Cell, QuadPoint > | temperature_ |
Input: temperature. | |
PHX::MDField< ScalarT, Cell, QuadPoint > | thermal_cond_ |
Input: thermal conductivity. | |
PHX::MDField< ScalarT, Dummy > | delta_time_ |
Input: time step. | |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | def_grad_ |
Optional deformation gradient. | |
PHX::MDField< ScalarT, Cell, QuadPoint > | thermal_transient_coeff_ |
Output: thermal transient coefficient. | |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim, Dim > | thermal_diffusivity_ |
Output: thermal Diffusivity. | |
PHX::MDField< ScalarT, Cell, QuadPoint > | temperature_dot_ |
Output: temperature dot. | |
std::size_t | num_pts_ |
Number of integration points. | |
std::size_t | num_dims_ |
Number of spatial dimesions. | |
RealType | heat_capacity_ |
Thermal Constants. | |
RealType | density_ |
RealType | transient_coeff_ |
std::string | temperature_name_ |
Scalar name. | |
bool | have_mech_ |
Mechanics flag. |
This evaluator computes the hydrogen concentration at trapped site through conservation of hydrogen atom.
Definition at line 23 of file ThermoMechanicalCoefficients.hpp.
typedef EvalT::ScalarT LCM::ThermoMechanicalCoefficients< EvalT, Traits >::ScalarT [private] |
Definition at line 47 of file ThermoMechanicalCoefficients.hpp.
typedef EvalT::MeshScalarT LCM::ThermoMechanicalCoefficients< EvalT, Traits >::MeshScalarT [private] |
Definition at line 48 of file ThermoMechanicalCoefficients.hpp.
LCM::ThermoMechanicalCoefficients< EvalT, Traits >::ThermoMechanicalCoefficients | ( | Teuchos::ParameterList & | p, | |
const Teuchos::RCP< Albany::Layouts > & | dl | |||
) |
Constructor.
Definition at line 17 of file ThermoMechanicalCoefficients_Def.hpp.
void LCM::ThermoMechanicalCoefficients< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Phalanx method to allocate space.
Definition at line 71 of file ThermoMechanicalCoefficients_Def.hpp.
void LCM::ThermoMechanicalCoefficients< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Implementation of physics.
Definition at line 88 of file ThermoMechanicalCoefficients_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoMechanicalCoefficients< EvalT, Traits >::temperature_ [private] |
Input: temperature.
Definition at line 53 of file ThermoMechanicalCoefficients.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoMechanicalCoefficients< EvalT, Traits >::thermal_cond_ [private] |
Input: thermal conductivity.
Definition at line 58 of file ThermoMechanicalCoefficients.hpp.
PHX::MDField<ScalarT,Dummy> LCM::ThermoMechanicalCoefficients< EvalT, Traits >::delta_time_ [private] |
Input: time step.
Definition at line 63 of file ThermoMechanicalCoefficients.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoMechanicalCoefficients< EvalT, Traits >::def_grad_ [private] |
Optional deformation gradient.
Definition at line 68 of file ThermoMechanicalCoefficients.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoMechanicalCoefficients< EvalT, Traits >::thermal_transient_coeff_ [private] |
Output: thermal transient coefficient.
Definition at line 73 of file ThermoMechanicalCoefficients.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim,Dim> LCM::ThermoMechanicalCoefficients< EvalT, Traits >::thermal_diffusivity_ [private] |
Output: thermal Diffusivity.
Definition at line 78 of file ThermoMechanicalCoefficients.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::ThermoMechanicalCoefficients< EvalT, Traits >::temperature_dot_ [private] |
Output: temperature dot.
Definition at line 83 of file ThermoMechanicalCoefficients.hpp.
std::size_t LCM::ThermoMechanicalCoefficients< EvalT, Traits >::num_pts_ [private] |
Number of integration points.
Definition at line 88 of file ThermoMechanicalCoefficients.hpp.
std::size_t LCM::ThermoMechanicalCoefficients< EvalT, Traits >::num_dims_ [private] |
Number of spatial dimesions.
Definition at line 93 of file ThermoMechanicalCoefficients.hpp.
RealType LCM::ThermoMechanicalCoefficients< EvalT, Traits >::heat_capacity_ [private] |
Thermal Constants.
Definition at line 98 of file ThermoMechanicalCoefficients.hpp.
RealType LCM::ThermoMechanicalCoefficients< EvalT, Traits >::density_ [private] |
Definition at line 98 of file ThermoMechanicalCoefficients.hpp.
RealType LCM::ThermoMechanicalCoefficients< EvalT, Traits >::transient_coeff_ [private] |
Definition at line 98 of file ThermoMechanicalCoefficients.hpp.
std::string LCM::ThermoMechanicalCoefficients< EvalT, Traits >::temperature_name_ [private] |
Scalar name.
Definition at line 103 of file ThermoMechanicalCoefficients.hpp.
bool LCM::ThermoMechanicalCoefficients< EvalT, Traits >::have_mech_ [private] |
Mechanics flag.
Definition at line 108 of file ThermoMechanicalCoefficients.hpp.