Finite Element Interpolation Evaluator. More...
#include <PHAL_ComprNSViscosity.hpp>
Public Types | |
typedef EvalT::ScalarT | ScalarT |
Public Member Functions | |
ComprNSViscosity (const Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
void | evaluateFields (typename Traits::EvalData d) |
Private Types | |
enum | VISCTYPE { CONSTANT, SUTHERLAND } |
typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
PHX::MDField< MeshScalarT, Cell, QuadPoint, Dim > | coordVec |
PHX::MDField< ScalarT, Cell, QuadPoint, VecDim > | qFluct |
PHX::MDField< ScalarT, Cell, QuadPoint, VecDim, Dim > | qFluctGrad |
double | muref |
double | kapparef |
double | Tref |
double | Pr |
double | Cp |
PHX::MDField< ScalarT, Cell, QuadPoint > | mu |
PHX::MDField< ScalarT, Cell, QuadPoint > | kappa |
PHX::MDField< ScalarT, Cell, QuadPoint > | lambda |
PHX::MDField< ScalarT, Cell, QuadPoint > | tau11 |
PHX::MDField< ScalarT, Cell, QuadPoint > | tau12 |
PHX::MDField< ScalarT, Cell, QuadPoint > | tau13 |
PHX::MDField< ScalarT, Cell, QuadPoint > | tau22 |
PHX::MDField< ScalarT, Cell, QuadPoint > | tau23 |
PHX::MDField< ScalarT, Cell, QuadPoint > | tau33 |
VISCTYPE | visc_type |
std::size_t | numQPs |
std::size_t | numDims |
std::size_t | vecDim |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOF values to quad points.
Definition at line 23 of file PHAL_ComprNSViscosity.hpp.
typedef EvalT::ScalarT PHAL::ComprNSViscosity< EvalT, Traits >::ScalarT |
Definition at line 28 of file PHAL_ComprNSViscosity.hpp.
typedef EvalT::MeshScalarT PHAL::ComprNSViscosity< EvalT, Traits >::MeshScalarT [private] |
Definition at line 40 of file PHAL_ComprNSViscosity.hpp.
enum PHAL::ComprNSViscosity::VISCTYPE [private] |
Definition at line 65 of file PHAL_ComprNSViscosity.hpp.
PHAL::ComprNSViscosity< EvalT, Traits >::ComprNSViscosity | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 18 of file PHAL_ComprNSViscosity_Def.hpp.
void PHAL::ComprNSViscosity< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 99 of file PHAL_ComprNSViscosity_Def.hpp.
void PHAL::ComprNSViscosity< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 119 of file PHAL_ComprNSViscosity_Def.hpp.
PHX::MDField<MeshScalarT,Cell,QuadPoint, Dim> PHAL::ComprNSViscosity< EvalT, Traits >::coordVec [private] |
Definition at line 43 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,VecDim> PHAL::ComprNSViscosity< EvalT, Traits >::qFluct [private] |
Definition at line 44 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,VecDim,Dim> PHAL::ComprNSViscosity< EvalT, Traits >::qFluctGrad [private] |
Definition at line 45 of file PHAL_ComprNSViscosity.hpp.
double PHAL::ComprNSViscosity< EvalT, Traits >::muref [private] |
Definition at line 47 of file PHAL_ComprNSViscosity.hpp.
double PHAL::ComprNSViscosity< EvalT, Traits >::kapparef [private] |
Definition at line 48 of file PHAL_ComprNSViscosity.hpp.
double PHAL::ComprNSViscosity< EvalT, Traits >::Tref [private] |
Definition at line 49 of file PHAL_ComprNSViscosity.hpp.
double PHAL::ComprNSViscosity< EvalT, Traits >::Pr [private] |
Definition at line 50 of file PHAL_ComprNSViscosity.hpp.
double PHAL::ComprNSViscosity< EvalT, Traits >::Cp [private] |
Definition at line 51 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::mu [private] |
Definition at line 54 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::kappa [private] |
Definition at line 55 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::lambda [private] |
Definition at line 56 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::tau11 [private] |
Definition at line 57 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::tau12 [private] |
Definition at line 58 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::tau13 [private] |
Definition at line 59 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::tau22 [private] |
Definition at line 60 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::tau23 [private] |
Definition at line 61 of file PHAL_ComprNSViscosity.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::ComprNSViscosity< EvalT, Traits >::tau33 [private] |
Definition at line 62 of file PHAL_ComprNSViscosity.hpp.
VISCTYPE PHAL::ComprNSViscosity< EvalT, Traits >::visc_type [private] |
Definition at line 66 of file PHAL_ComprNSViscosity.hpp.
std::size_t PHAL::ComprNSViscosity< EvalT, Traits >::numQPs [private] |
Definition at line 68 of file PHAL_ComprNSViscosity.hpp.
std::size_t PHAL::ComprNSViscosity< EvalT, Traits >::numDims [private] |
Definition at line 69 of file PHAL_ComprNSViscosity.hpp.
std::size_t PHAL::ComprNSViscosity< EvalT, Traits >::vecDim [private] |
Definition at line 70 of file PHAL_ComprNSViscosity.hpp.