Evaluates Biot's Coefficient, either as a constant or a truncated KL expansion. More...
#include <BiotCoefficient.hpp>
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) |
ScalarT & | getValue (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< ScalarT > | rv |
Values of the random variables. |
Evaluates Biot's Coefficient, either as a constant or a truncated KL expansion.
Definition at line 28 of file BiotCoefficient.hpp.
typedef EvalT::ScalarT LCM::BiotCoefficient< EvalT, Traits >::ScalarT |
Definition at line 34 of file BiotCoefficient.hpp.
typedef EvalT::MeshScalarT LCM::BiotCoefficient< EvalT, Traits >::MeshScalarT |
Definition at line 35 of file BiotCoefficient.hpp.
LCM::BiotCoefficient< EvalT, Traits >::BiotCoefficient | ( | Teuchos::ParameterList & | p | ) |
Definition at line 17 of file BiotCoefficient_Def.hpp.
void LCM::BiotCoefficient< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 99 of file BiotCoefficient_Def.hpp.
void LCM::BiotCoefficient< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 110 of file BiotCoefficient_Def.hpp.
BiotCoefficient< EvalT, Traits >::ScalarT & LCM::BiotCoefficient< EvalT, Traits >::getValue | ( | const std::string & | n | ) |
Definition at line 144 of file BiotCoefficient_Def.hpp.
std::size_t LCM::BiotCoefficient< EvalT, Traits >::numQPs [private] |
Definition at line 48 of file BiotCoefficient.hpp.
std::size_t LCM::BiotCoefficient< EvalT, Traits >::numDims [private] |
Definition at line 49 of file BiotCoefficient.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint,Dim> LCM::BiotCoefficient< EvalT, Traits >::coordVec [private] |
Definition at line 50 of file BiotCoefficient.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> LCM::BiotCoefficient< EvalT, Traits >::biotCoefficient [private] |
Definition at line 51 of file BiotCoefficient.hpp.
bool LCM::BiotCoefficient< EvalT, Traits >::is_constant [private] |
Is Biot Coefficient constant, or random field.
Definition at line 54 of file BiotCoefficient.hpp.
ScalarT LCM::BiotCoefficient< EvalT, Traits >::constant_value [private] |
Constant value.
Definition at line 57 of file BiotCoefficient.hpp.
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.
bool LCM::BiotCoefficient< EvalT, Traits >::isPoroElastic [private] |
Definition at line 64 of file BiotCoefficient.hpp.
ScalarT LCM::BiotCoefficient< EvalT, Traits >::Kskeleton_value [private] |
Definition at line 65 of file BiotCoefficient.hpp.
ScalarT LCM::BiotCoefficient< EvalT, Traits >::Kgrain_value [private] |
Definition at line 66 of file BiotCoefficient.hpp.
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.
Teuchos::Array<ScalarT> LCM::BiotCoefficient< EvalT, Traits >::rv [private] |
Values of the random variables.
Definition at line 72 of file BiotCoefficient.hpp.