Public Types | Public Member Functions | Private Attributes

LCM::BiotCoefficient< EvalT, Traits > Class Template Reference

Evaluates Biot's Coefficient, either as a constant or a truncated KL expansion. More...

#include <BiotCoefficient.hpp>

Collaboration diagram for LCM::BiotCoefficient< EvalT, Traits >:
Collaboration graph
[legend]

List of all members.

Public Types

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

Public Member Functions

 BiotCoefficient (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 Attributes

std::size_t numQPs
std::size_t numDims
PHX::MDField< MeshScalarT,
Cell, QuadPoint, Dim
coordVec
PHX::MDField< ScalarT, Cell,
QuadPoint
biotCoefficient
bool is_constant
 Is Biot Coefficient constant, or random field.
ScalarT constant_value
 Constant value.
PHX::MDField< ScalarT, Cell,
QuadPoint
porosity
 Optional dependence on Bulk modulus of the skeleton (Kskeleton) and the solid grains (Kgrain) (B = 1 - K/K_{s}).
bool isPoroElastic
ScalarT Kskeleton_value
ScalarT Kgrain_value
Teuchos::RCP
< Stokhos::KL::ExponentialRandomField
< MeshScalarT > > 
exp_rf_kl
 Exponential random field.
Teuchos::Array< ScalarTrv
 Values of the random variables.

Detailed Description

template<typename EvalT, typename Traits>
class LCM::BiotCoefficient< EvalT, Traits >

Evaluates Biot's Coefficient, either as a constant or a truncated KL expansion.

Definition at line 28 of file BiotCoefficient.hpp.


Member Typedef Documentation

template<typename EvalT, typename Traits>
typedef EvalT::ScalarT LCM::BiotCoefficient< EvalT, Traits >::ScalarT

Definition at line 34 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
typedef EvalT::MeshScalarT LCM::BiotCoefficient< EvalT, Traits >::MeshScalarT

Definition at line 35 of file BiotCoefficient.hpp.


Constructor & Destructor Documentation

template<typename EvalT , typename Traits >
LCM::BiotCoefficient< EvalT, Traits >::BiotCoefficient ( Teuchos::ParameterList &  p  ) 

Definition at line 17 of file BiotCoefficient_Def.hpp.


Member Function Documentation

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

Definition at line 99 of file BiotCoefficient_Def.hpp.

template<typename EvalT , typename Traits >
void LCM::BiotCoefficient< EvalT, Traits >::evaluateFields ( typename Traits::EvalData  d  ) 

Definition at line 110 of file BiotCoefficient_Def.hpp.

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

Definition at line 144 of file BiotCoefficient_Def.hpp.


Member Data Documentation

template<typename EvalT, typename Traits>
std::size_t LCM::BiotCoefficient< EvalT, Traits >::numQPs [private]

Definition at line 48 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
std::size_t LCM::BiotCoefficient< EvalT, Traits >::numDims [private]

Definition at line 49 of file BiotCoefficient.hpp.

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

Definition at line 50 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::BiotCoefficient< EvalT, Traits >::biotCoefficient [private]

Definition at line 51 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
bool LCM::BiotCoefficient< EvalT, Traits >::is_constant [private]

Is Biot Coefficient constant, or random field.

Definition at line 54 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
ScalarT LCM::BiotCoefficient< EvalT, Traits >::constant_value [private]

Constant value.

Definition at line 57 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::BiotCoefficient< EvalT, Traits >::porosity [private]

Optional dependence on Bulk modulus of the skeleton (Kskeleton) and the solid grains (Kgrain) (B = 1 - K/K_{s}).

Notice that K can be dependent of temperature;

Definition at line 63 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
bool LCM::BiotCoefficient< EvalT, Traits >::isPoroElastic [private]

Definition at line 64 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
ScalarT LCM::BiotCoefficient< EvalT, Traits >::Kskeleton_value [private]

Definition at line 65 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
ScalarT LCM::BiotCoefficient< EvalT, Traits >::Kgrain_value [private]

Definition at line 66 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
Teuchos::RCP< Stokhos::KL::ExponentialRandomField<MeshScalarT> > LCM::BiotCoefficient< EvalT, Traits >::exp_rf_kl [private]

Exponential random field.

Definition at line 69 of file BiotCoefficient.hpp.

template<typename EvalT, typename Traits>
Teuchos::Array<ScalarT> LCM::BiotCoefficient< EvalT, Traits >::rv [private]

Values of the random variables.

Definition at line 72 of file BiotCoefficient.hpp.


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