COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
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 | |
LagrangeP1Triag3DFixture () | |
common setup for each test case More... | |
~LagrangeP1Triag3DFixture () | |
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 |
Definition at line 40 of file utest-mesh-lagrangep1-triag3d.cpp.
typedef ETYPE::NodesT NodesT |
Definition at line 42 of file utest-mesh-lagrangep1-triag3d.cpp.
|
inline |
common setup for each test case
Definition at line 44 of file utest-mesh-lagrangep1-triag3d.cpp.
|
inline |
common tear-down for each test case
Definition at line 51 of file utest-mesh-lagrangep1-triag3d.cpp.
|
inline |
Fills the given coordinate and connectivity data to create a cylinder along the Z-axis, consisting of ETYPE elements.
Definition at line 56 of file utest-mesh-lagrangep1-triag3d.cpp.
const ETYPE::MappedCoordsT mapped_coords |
Definition at line 154 of file utest-mesh-lagrangep1-triag3d.cpp.
const NodesT nodes |
Definition at line 155 of file utest-mesh-lagrangep1-triag3d.cpp.
Send comments to: COOLFluiD Web Admin |