COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
LagrangeP1Quad3DFixture Struct Reference

Classes

struct  ConstFunctor
 
struct  ConstVectorField
 Returns the scalar product of a constant vector field and the local element normal. More...
 
struct  NormalVectorNorm
 Returns the norm of the normal vector to the curve or surface element (equal to tangent in the case of Line2D) More...
 
struct  RotatingCylinderPressure
 

Public Types

typedef ETYPE::NodesT NodesT
 

Public Member Functions

 LagrangeP1Quad3DFixture ()
 common setup for each test case More...
 
 ~LagrangeP1Quad3DFixture ()
 common tear-down for each test case More...
 
void create_cylinder (Table< Real > &coordinates, Table< Uint > &connectivity, const Real radius, const Uint u_segments, const Uint v_segments, const Real height, const Real start_angle=0., const Real end_angle=2.*Consts::pi())
 Fills the given coordinate and connectivity data to create a cylinder along the Z-axis, consisting of ETYPE elements. More...
 

Public Attributes

const ETYPE::MappedCoordsT mapped_coords
 
const NodesT nodes
 

Detailed Description

Definition at line 41 of file utest-mesh-lagrangep1-quad3d.cpp.

Member Typedef Documentation

Definition at line 43 of file utest-mesh-lagrangep1-quad3d.cpp.

Constructor & Destructor Documentation

common setup for each test case

Definition at line 45 of file utest-mesh-lagrangep1-quad3d.cpp.

common tear-down for each test case

Definition at line 53 of file utest-mesh-lagrangep1-quad3d.cpp.

Member Function Documentation

void create_cylinder ( Table< Real > &  coordinates,
Table< Uint > &  connectivity,
const Real  radius,
const Uint  u_segments,
const Uint  v_segments,
const Real  height,
const Real  start_angle = 0.,
const Real  end_angle = 2.*Consts::pi() 
)
inline

Fills the given coordinate and connectivity data to create a cylinder along the Z-axis, consisting of ETYPE elements.

Definition at line 58 of file utest-mesh-lagrangep1-quad3d.cpp.

Member Data Documentation

const ETYPE::MappedCoordsT mapped_coords

Definition at line 135 of file utest-mesh-lagrangep1-quad3d.cpp.

const NodesT nodes

Definition at line 136 of file utest-mesh-lagrangep1-quad3d.cpp.


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