COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
LagrangeP1Line2DFixture::RotatingCylinderPressure Struct Reference

Public Member Functions

 RotatingCylinderPressure (const Real radius, const Real circulation, const Real U)
 
ETYPE::CoordsT operator() (const ETYPE::MappedCoordsT &mapped_coords, const ETYPE::NodesT &nodes)
 

Private Member Functions

Real theta (const ETYPE::CoordsT &coords)
 
Real pressure (const Real theta)
 

Private Attributes

const Real m_radius
 
const Real m_circulation
 
const Real m_u
 

Static Private Attributes

static const Real m_rho = 1.225
 

Detailed Description

Returns the static pressure around a rotating cylinder in a horizontal, uniform velocity field U, multiplied with the local normal vector

Definition at line 113 of file utest-mesh-lagrangep1-line2d.cpp.

Constructor & Destructor Documentation

RotatingCylinderPressure ( const Real  radius,
const Real  circulation,
const Real  U 
)
inline

Definition at line 115 of file utest-mesh-lagrangep1-line2d.cpp.

Member Function Documentation

ETYPE::CoordsT operator() ( const ETYPE::MappedCoordsT mapped_coords,
const ETYPE::NodesT nodes 
)
inline

Definition at line 118 of file utest-mesh-lagrangep1-line2d.cpp.

Real pressure ( const Real  theta)
inlineprivate

Definition at line 149 of file utest-mesh-lagrangep1-line2d.cpp.

Real theta ( const ETYPE::CoordsT coords)
inlineprivate

Definition at line 143 of file utest-mesh-lagrangep1-line2d.cpp.

Member Data Documentation

const Real m_circulation
private

Definition at line 138 of file utest-mesh-lagrangep1-line2d.cpp.

const Real m_radius
private

Definition at line 137 of file utest-mesh-lagrangep1-line2d.cpp.

const Real m_rho = 1.225
staticprivate

Definition at line 140 of file utest-mesh-lagrangep1-line2d.cpp.

const Real m_u
private

Definition at line 139 of file utest-mesh-lagrangep1-line2d.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin