Namespaces | Functions | Variables

FELIX_StokesBodyForce_Def.hpp File Reference

#include "Teuchos_TestForException.hpp"
#include "Phalanx_DataLayout.hpp"
#include "Sacado.hpp"
#include "Intrepid_FunctionSpaceTools.hpp"
Include dependency graph for FELIX_StokesBodyForce_Def.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  FELIX

Functions

template<typename ScalarT >
ScalarT FELIX::u2d (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::v2d (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::p2d (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::tau112d (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::tau122d (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::tau222d (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::top_surf (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::basal_surf (const ScalarT &x, const ScalarT &y)
template<typename ScalarT >
ScalarT FELIX::u_vel (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::v_vel (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::w_vel (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::mu_eval (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::press (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::tau11 (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::tau12 (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::tau13 (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::tau22 (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::tau23 (const ScalarT &x, const ScalarT &y, const ScalarT &z)
template<typename ScalarT >
ScalarT FELIX::tau33 (const ScalarT &x, const ScalarT &y, const ScalarT &z)

Variables

const double FELIX::pi = 3.1415926535897932385
const double FELIX::g = 9.8
const double FELIX::rho = 910
const double FELIX::L = 5
const double FELIX::alpha = 0.5*pi/180
const double FELIX::Z = 1
const double FELIX::U = L*pow(2*rho*g*Z,3)
const double FELIX::cx = 1.0
const double FELIX::cy = 1.0