Evaluates thermal conductivity, either as a constant or a truncated KL expansion. More...
#include <PHAL_NSMaterialProperty.hpp>

Public Types | |
| typedef EvalT::ScalarT | ScalarT |
| typedef EvalT::MeshScalarT | MeshScalarT |
Public Member Functions | |
| NSMaterialProperty (Teuchos::ParameterList &p) | |
| void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
| void | evaluateFields (typename Traits::EvalData d) |
| ScalarT & | getValue (const std::string &n) |
Private Types | |
| enum | MAT_PROP_TYPE { SCALAR_CONSTANT, VECTOR_CONSTANT, TENSOR_CONSTANT, KL_RAND_FIELD, EXP_KL_RAND_FIELD, SQRT_TEMP, INV_SQRT_TEMP, NEUTRON_DIFFUSION } |
Private Attributes | |
| std::string | name_mp |
| Teuchos::RCP< PHX::DataLayout > | layout |
| PHX::MDField< MeshScalarT > | coordVec |
| PHX::MDField< ScalarT > | matprop |
| PHX::MDField< ScalarT > | T |
| PHX::MDField< ScalarT > | sigma_a |
| PHX::MDField< ScalarT > | sigma_s |
| PHX::MDField< ScalarT > | mu |
| PHX::DataLayout::size_type | rank |
| std::vector < PHX::DataLayout::size_type > | dims |
| MAT_PROP_TYPE | matPropType |
| ScalarT | scalar_constant_value |
| Constant value. | |
| Teuchos::Array< ScalarT > | vector_constant_value |
| Teuchos::TwoDArray< ScalarT > | tensor_constant_value |
| ScalarT | ref_temp |
| Teuchos::RCP < Stokhos::KL::ExponentialRandomField < MeshScalarT > > | exp_rf_kl |
| Exponential random field. | |
| Teuchos::Array< ScalarT > | rv |
| Values of the random variables. | |
| Teuchos::Array< MeshScalarT > | point |
Evaluates thermal conductivity, either as a constant or a truncated KL expansion.
Definition at line 29 of file PHAL_NSMaterialProperty.hpp.
| typedef EvalT::ScalarT PHAL::NSMaterialProperty< EvalT, Traits >::ScalarT |
Definition at line 35 of file PHAL_NSMaterialProperty.hpp.
| typedef EvalT::MeshScalarT PHAL::NSMaterialProperty< EvalT, Traits >::MeshScalarT |
Definition at line 36 of file PHAL_NSMaterialProperty.hpp.
enum PHAL::NSMaterialProperty::MAT_PROP_TYPE [private] |
| SCALAR_CONSTANT | |
| VECTOR_CONSTANT | |
| TENSOR_CONSTANT | |
| KL_RAND_FIELD | |
| EXP_KL_RAND_FIELD | |
| SQRT_TEMP | |
| INV_SQRT_TEMP | |
| NEUTRON_DIFFUSION |
Definition at line 60 of file PHAL_NSMaterialProperty.hpp.
| PHAL::NSMaterialProperty< EvalT, Traits >::NSMaterialProperty | ( | Teuchos::ParameterList & | p | ) |
Definition at line 17 of file PHAL_NSMaterialProperty_Def.hpp.
| void PHAL::NSMaterialProperty< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
| PHX::FieldManager< Traits > & | vm | |||
| ) |
Definition at line 181 of file PHAL_NSMaterialProperty_Def.hpp.
| void PHAL::NSMaterialProperty< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 199 of file PHAL_NSMaterialProperty_Def.hpp.
| NSMaterialProperty< EvalT, Traits >::ScalarT & PHAL::NSMaterialProperty< EvalT, Traits >::getValue | ( | const std::string & | n | ) |
Definition at line 267 of file PHAL_NSMaterialProperty_Def.hpp.
std::string PHAL::NSMaterialProperty< EvalT, Traits >::name_mp [private] |
Definition at line 48 of file PHAL_NSMaterialProperty.hpp.
Teuchos::RCP<PHX::DataLayout> PHAL::NSMaterialProperty< EvalT, Traits >::layout [private] |
Definition at line 49 of file PHAL_NSMaterialProperty.hpp.
PHX::MDField<MeshScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::coordVec [private] |
Definition at line 50 of file PHAL_NSMaterialProperty.hpp.
PHX::MDField<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::matprop [private] |
Definition at line 51 of file PHAL_NSMaterialProperty.hpp.
PHX::MDField<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::T [private] |
Definition at line 52 of file PHAL_NSMaterialProperty.hpp.
PHX::MDField<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::sigma_a [private] |
Definition at line 53 of file PHAL_NSMaterialProperty.hpp.
PHX::MDField<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::sigma_s [private] |
Definition at line 54 of file PHAL_NSMaterialProperty.hpp.
PHX::MDField<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::mu [private] |
Definition at line 55 of file PHAL_NSMaterialProperty.hpp.
PHX::DataLayout::size_type PHAL::NSMaterialProperty< EvalT, Traits >::rank [private] |
Definition at line 56 of file PHAL_NSMaterialProperty.hpp.
std::vector<PHX::DataLayout::size_type> PHAL::NSMaterialProperty< EvalT, Traits >::dims [private] |
Definition at line 57 of file PHAL_NSMaterialProperty.hpp.
MAT_PROP_TYPE PHAL::NSMaterialProperty< EvalT, Traits >::matPropType [private] |
Definition at line 70 of file PHAL_NSMaterialProperty.hpp.
ScalarT PHAL::NSMaterialProperty< EvalT, Traits >::scalar_constant_value [private] |
Constant value.
Definition at line 73 of file PHAL_NSMaterialProperty.hpp.
Teuchos::Array<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::vector_constant_value [private] |
Definition at line 74 of file PHAL_NSMaterialProperty.hpp.
Teuchos::TwoDArray<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::tensor_constant_value [private] |
Definition at line 75 of file PHAL_NSMaterialProperty.hpp.
ScalarT PHAL::NSMaterialProperty< EvalT, Traits >::ref_temp [private] |
Definition at line 76 of file PHAL_NSMaterialProperty.hpp.
Teuchos::RCP< Stokhos::KL::ExponentialRandomField<MeshScalarT> > PHAL::NSMaterialProperty< EvalT, Traits >::exp_rf_kl [private] |
Exponential random field.
Definition at line 79 of file PHAL_NSMaterialProperty.hpp.
Teuchos::Array<ScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::rv [private] |
Values of the random variables.
Definition at line 82 of file PHAL_NSMaterialProperty.hpp.
Teuchos::Array<MeshScalarT> PHAL::NSMaterialProperty< EvalT, Traits >::point [private] |
Definition at line 83 of file PHAL_NSMaterialProperty.hpp.
1.7.1