Public Types | Public Member Functions | Private Attributes

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

Evaluates permeability based on porosity through the van Genuchten equation, either as a constant or a truncated KL expansion.The permeability is divided by viscosity. More...

#include <VanGenuchtenPermeability.hpp>

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

List of all members.

Public Types

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

Public Member Functions

 VanGenuchtenPermeability (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
vgPermeability
bool is_constant
 Is van Genuchten Permeability constant, or random field.
ScalarT constant_value
 Constant value.
PHX::MDField< ScalarT, Cell,
QuadPoint
porosity
 Optional dependence on porosity.
PHX::MDField< ScalarT, Cell,
QuadPoint
porePressure
bool isPoroElastic
ScalarT waterUnitWeight
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::VanGenuchtenPermeability< EvalT, Traits >

Evaluates permeability based on porosity through the van Genuchten equation, either as a constant or a truncated KL expansion.The permeability is divided by viscosity.

Definition at line 30 of file VanGenuchtenPermeability.hpp.


Member Typedef Documentation

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

Definition at line 36 of file VanGenuchtenPermeability.hpp.

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

Definition at line 37 of file VanGenuchtenPermeability.hpp.


Constructor & Destructor Documentation

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

Definition at line 17 of file VanGenuchtenPermeability_Def.hpp.


Member Function Documentation

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

Definition at line 107 of file VanGenuchtenPermeability_Def.hpp.

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

Definition at line 119 of file VanGenuchtenPermeability_Def.hpp.

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

Definition at line 155 of file VanGenuchtenPermeability_Def.hpp.


Member Data Documentation

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

Definition at line 50 of file VanGenuchtenPermeability.hpp.

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

Definition at line 51 of file VanGenuchtenPermeability.hpp.

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

Definition at line 52 of file VanGenuchtenPermeability.hpp.

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

Definition at line 53 of file VanGenuchtenPermeability.hpp.

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

Is van Genuchten Permeability constant, or random field.

Definition at line 56 of file VanGenuchtenPermeability.hpp.

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

Constant value.

Definition at line 59 of file VanGenuchtenPermeability.hpp.

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

Optional dependence on porosity.

Definition at line 63 of file VanGenuchtenPermeability.hpp.

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

Definition at line 64 of file VanGenuchtenPermeability.hpp.

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

Definition at line 65 of file VanGenuchtenPermeability.hpp.

template<typename EvalT, typename Traits>
ScalarT LCM::VanGenuchtenPermeability< EvalT, Traits >::waterUnitWeight [private]

Definition at line 67 of file VanGenuchtenPermeability.hpp.

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

Exponential random field.

Definition at line 70 of file VanGenuchtenPermeability.hpp.

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

Values of the random variables.

Definition at line 73 of file VanGenuchtenPermeability.hpp.


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