Finite Element Interpolation Evaluator. More...
#include <PHAL_NSBodyForce.hpp>
Public Types | |
typedef EvalT::ScalarT | ScalarT |
Public Member Functions | |
NSBodyForce (const Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename Traits::SetupData d, PHX::FieldManager< Traits > &vm) |
void | evaluateFields (typename Traits::EvalData d) |
Private Types | |
enum | BFTYPE { NONE, CONSTANT, BOUSSINESQ } |
typedef EvalT::MeshScalarT | MeshScalarT |
Private Attributes | |
PHX::MDField< ScalarT, Cell, QuadPoint > | T |
PHX::MDField< ScalarT, Cell, QuadPoint > | rho |
PHX::MDField< ScalarT, Cell, QuadPoint > | beta |
Teuchos::Array< double > | gravity |
PHX::MDField< ScalarT, Cell, QuadPoint, Dim > | force |
BFTYPE | bf_type |
unsigned int | numQPs |
unsigned int | numDims |
bool | haveHeat |
Finite Element Interpolation Evaluator.
This evaluator interpolates nodal DOF values to quad points.
Definition at line 23 of file PHAL_NSBodyForce.hpp.
typedef EvalT::ScalarT PHAL::NSBodyForce< EvalT, Traits >::ScalarT |
Definition at line 28 of file PHAL_NSBodyForce.hpp.
typedef EvalT::MeshScalarT PHAL::NSBodyForce< EvalT, Traits >::MeshScalarT [private] |
Definition at line 40 of file PHAL_NSBodyForce.hpp.
enum PHAL::NSBodyForce::BFTYPE [private] |
Definition at line 52 of file PHAL_NSBodyForce.hpp.
PHAL::NSBodyForce< EvalT, Traits >::NSBodyForce | ( | const Teuchos::ParameterList & | p | ) |
Definition at line 17 of file PHAL_NSBodyForce_Def.hpp.
void PHAL::NSBodyForce< EvalT, Traits >::postRegistrationSetup | ( | typename Traits::SetupData | d, | |
PHX::FieldManager< Traits > & | vm | |||
) |
Definition at line 81 of file PHAL_NSBodyForce_Def.hpp.
void PHAL::NSBodyForce< EvalT, Traits >::evaluateFields | ( | typename Traits::EvalData | d | ) |
Definition at line 99 of file PHAL_NSBodyForce_Def.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::NSBodyForce< EvalT, Traits >::T [private] |
Definition at line 43 of file PHAL_NSBodyForce.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::NSBodyForce< EvalT, Traits >::rho [private] |
Definition at line 44 of file PHAL_NSBodyForce.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint> PHAL::NSBodyForce< EvalT, Traits >::beta [private] |
Definition at line 45 of file PHAL_NSBodyForce.hpp.
Teuchos::Array<double> PHAL::NSBodyForce< EvalT, Traits >::gravity [private] |
Definition at line 46 of file PHAL_NSBodyForce.hpp.
PHX::MDField<ScalarT,Cell,QuadPoint,Dim> PHAL::NSBodyForce< EvalT, Traits >::force [private] |
Definition at line 49 of file PHAL_NSBodyForce.hpp.
BFTYPE PHAL::NSBodyForce< EvalT, Traits >::bf_type [private] |
Definition at line 53 of file PHAL_NSBodyForce.hpp.
unsigned int PHAL::NSBodyForce< EvalT, Traits >::numQPs [private] |
Definition at line 55 of file PHAL_NSBodyForce.hpp.
unsigned int PHAL::NSBodyForce< EvalT, Traits >::numDims [private] |
Definition at line 55 of file PHAL_NSBodyForce.hpp.
bool PHAL::NSBodyForce< EvalT, Traits >::haveHeat [private] |
Definition at line 57 of file PHAL_NSBodyForce.hpp.