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
LagrangeP1Line3DFixture Struct Reference

Classes

struct  ConstFunctor
 
struct  TangentVectorNorm
 Returns the norm of the tangen vector to the curve. More...
 

Public Types

typedef ETYPE::NodesT NodesT
 

Public Member Functions

 LagrangeP1Line3DFixture ()
 common setup for each test case More...
 
 ~LagrangeP1Line3DFixture ()
 common tear-down for each test case More...
 
void create_helix (Table< Real > &coordinates, Table< Uint > &connectivity, const Real radius, const Real height, const Real tours, const Uint segments)
 Fills the given coordinate and connectivity data to create a helix along the Z-axis, consisting of ETYPE elements. More...
 
Real square (const Real a)
 

Public Attributes

const ETYPE::MappedCoordsT mapped_coords
 
const NodesT nodes
 

Detailed Description

Definition at line 40 of file utest-mesh-lagrangep1-line3d.cpp.

Member Typedef Documentation

Definition at line 42 of file utest-mesh-lagrangep1-line3d.cpp.

Constructor & Destructor Documentation

common setup for each test case

Definition at line 44 of file utest-mesh-lagrangep1-line3d.cpp.

common tear-down for each test case

Definition at line 50 of file utest-mesh-lagrangep1-line3d.cpp.

Member Function Documentation

void create_helix ( Table< Real > &  coordinates,
Table< Uint > &  connectivity,
const Real  radius,
const Real  height,
const Real  tours,
const Uint  segments 
)
inline

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

Definition at line 55 of file utest-mesh-lagrangep1-line3d.cpp.

Real square ( const Real  a)
inline

Definition at line 124 of file utest-mesh-lagrangep1-line3d.cpp.

Member Data Documentation

const ETYPE::MappedCoordsT mapped_coords

Definition at line 89 of file utest-mesh-lagrangep1-line3d.cpp.

const NodesT nodes

Definition at line 90 of file utest-mesh-lagrangep1-line3d.cpp.


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