FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

STARCDCoordinateRotation Class Reference

A coordinateRotation defined by the STAR-CD convention. More...

#include <meshTools/STARCDCoordinateRotation.H>


Detailed Description

A coordinateRotation defined by the STAR-CD convention.

The 3 rotations are defined in the STAR-CD convention (around Z, around X' and around Y''). The order of the parameter arguments matches this rotation order.

  • the rotation angles are in degrees, unless otherwise explictly specified:
coordinateRotation
{
typeSTARCDRotation;
degrees false;
rotation(0 0 3.141592654);
}

Definition at line 61 of file STARCDCoordinateRotation.H.

Inheritance diagram for STARCDCoordinateRotation:
Collaboration diagram for STARCDCoordinateRotation:

List of all members.

Public Member Functions

 TypeName ("STARCDRotation")
 Runtime type information.
 STARCDCoordinateRotation ()
 Construct null.
 STARCDCoordinateRotation (const vector &rotZrotXrotY, const bool inDegrees=true)
 Construct from rotation vector.
 STARCDCoordinateRotation (const scalar rotZ, const scalar rotX, const scalar rotY, const bool inDegrees=true)
 Construct from components of rotation vector.
 STARCDCoordinateRotation (const dictionary &)
 Construct from dictionary.

Constructor & Destructor Documentation

Construct null.

Definition at line 89 of file STARCDCoordinateRotation.C.

STARCDCoordinateRotation ( const vector &   rotZrotXrotY,
const bool   inDegrees = true  
)

Construct from rotation vector.

Definition at line 96 of file STARCDCoordinateRotation.C.

References VectorSpace< Form, Cmpt, nCmpt >::component(), Vector< Cmpt >::X, Vector< Cmpt >::Y, and Vector< Cmpt >::Z.

STARCDCoordinateRotation ( const scalar   rotZ,
const scalar   rotX,
const scalar   rotY,
const bool   inDegrees = true  
)

Construct from components of rotation vector.

Definition at line 114 of file STARCDCoordinateRotation.C.


Member Function Documentation

TypeName ( "STARCDRotation"    )

Runtime type information.


The documentation for this class was generated from the following files: