Public Types | Public Member Functions | Private Member Functions | Private Attributes

PHAL::TEProp< EvalT, Traits > Class Template Reference

Evaluates thermal conductivity, either as a constant or a truncated KL expansion. More...

#include <PHAL_TEProp.hpp>

Collaboration diagram for PHAL::TEProp< EvalT, Traits >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef EvalT::ScalarT ScalarT
typedef EvalT::MeshScalarT MeshScalarT

Public Member Functions

 TEProp (Teuchos::ParameterList &p)
void postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
void evaluateFields (typename Traits::EvalData d)
ScalarTgetValue (const std::string &n)

Private Member Functions

int whichMat (const MeshScalarT &x)

Private Attributes

std::size_t numQPs
std::size_t numDims
PHX::MDField< ScalarT, Cell,
QuadPoint
rhoCp
PHX::MDField< ScalarT, Cell,
QuadPoint
permittivity
PHX::MDField< ScalarT, Cell,
QuadPoint
thermalCond
PHX::MDField< ScalarT, Cell,
QuadPoint
Temp
PHX::MDField< MeshScalarT,
Cell, QuadPoint, Dim
coordVec
int mats
Teuchos::Array< ScalarTelecCs
Teuchos::Array< double > thermCs
Teuchos::Array< double > rhoCps
Teuchos::Array< double > factor
Teuchos::Array< double > xBounds

Detailed Description

template<typename EvalT, typename Traits>
class PHAL::TEProp< EvalT, Traits >

Evaluates thermal conductivity, either as a constant or a truncated KL expansion.

Definition at line 28 of file PHAL_TEProp.hpp.


Member Typedef Documentation

template<typename EvalT, typename Traits>
typedef EvalT::ScalarT PHAL::TEProp< EvalT, Traits >::ScalarT

Definition at line 34 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
typedef EvalT::MeshScalarT PHAL::TEProp< EvalT, Traits >::MeshScalarT

Definition at line 35 of file PHAL_TEProp.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
PHAL::TEProp< EvalT, Traits >::TEProp ( Teuchos::ParameterList &  p  ) 

Definition at line 14 of file PHAL_TEProp_Def.hpp.


Member Function Documentation

template<typename EvalT , typename Traits >
void PHAL::TEProp< EvalT, Traits >::postRegistrationSetup ( typename Traits::SetupData  d,
PHX::FieldManager< Traits > &  vm 
)

Definition at line 76 of file PHAL_TEProp_Def.hpp.

template<typename EvalT , typename Traits >
void PHAL::TEProp< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  d  ) 

Definition at line 89 of file PHAL_TEProp_Def.hpp.

template<typename EvalT , typename Traits >
PHAL::TEProp< EvalT, Traits >::ScalarT & PHAL::TEProp< EvalT, Traits >::getValue ( const std::string &  n  ) 

Definition at line 119 of file PHAL_TEProp_Def.hpp.

template<typename EvalT , typename Traits >
int PHAL::TEProp< EvalT, Traits >::whichMat ( const MeshScalarT x  )  [private]

Definition at line 106 of file PHAL_TEProp_Def.hpp.


Member Data Documentation

template<typename EvalT, typename Traits>
std::size_t PHAL::TEProp< EvalT, Traits >::numQPs [private]

Definition at line 49 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
std::size_t PHAL::TEProp< EvalT, Traits >::numDims [private]

Definition at line 50 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::TEProp< EvalT, Traits >::rhoCp [private]

Definition at line 51 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::TEProp< EvalT, Traits >::permittivity [private]

Definition at line 52 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::TEProp< EvalT, Traits >::thermalCond [private]

Definition at line 53 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::TEProp< EvalT, Traits >::Temp [private]

Definition at line 54 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<MeshScalarT,Cell,QuadPoint,Dim> PHAL::TEProp< EvalT, Traits >::coordVec [private]

Definition at line 55 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
int PHAL::TEProp< EvalT, Traits >::mats [private]

Definition at line 57 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
Teuchos::Array<ScalarT> PHAL::TEProp< EvalT, Traits >::elecCs [private]

Definition at line 58 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
Teuchos::Array<double> PHAL::TEProp< EvalT, Traits >::thermCs [private]

Definition at line 59 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
Teuchos::Array<double> PHAL::TEProp< EvalT, Traits >::rhoCps [private]

Definition at line 60 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
Teuchos::Array<double> PHAL::TEProp< EvalT, Traits >::factor [private]

Definition at line 61 of file PHAL_TEProp.hpp.

template<typename EvalT, typename Traits>
Teuchos::Array<double> PHAL::TEProp< EvalT, Traits >::xBounds [private]

Definition at line 62 of file PHAL_TEProp.hpp.


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