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

SKA Class Reference

Sea Keeping Analysis (SKA) 6DoF motion function. More...

#include <dynamicFvMesh/SKA.H>


Detailed Description

Sea Keeping Analysis (SKA) 6DoF motion function.

Obtained by interpolating tabulated data for surge (x-translation), sway (y-translation), heave (z-translation), roll (rotation about x), pitch (rotation about y) and yaw (rotation about z).

See also:
SDA (Ship design analysis) for 3DoF motion.
Source files

Definition at line 60 of file SKA.H.

Inheritance diagram for SKA:
Collaboration diagram for SKA:

List of all members.

Public Member Functions

 TypeName ("SKA")
 Runtime type information.
 SKA (const dictionary &SBMFCoeffs, const Time &runTime)
 Construct from components.
virtual  ~SKA ()
virtual septernion  transformation () const
 Return the solid-body motion transformation septernion.
virtual bool  read (const dictionary &SBMFCoeffs)
 Update properties from given dictionary.

Constructor & Destructor Documentation

SKA ( const dictionary &   SBMFCoeffs,
const Time &   runTime  
)

Construct from components.

Definition at line 50 of file SKA.C.

~SKA (  ) [virtual]

Definition at line 63 of file SKA.C.


Member Function Documentation

TypeName ( "SKA"    )

Runtime type information.

Foam::septernion transformation (  ) const [virtual]

Return the solid-body motion transformation septernion.

Implements solidBodyMotionFunction.

Definition at line 69 of file SKA.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, Foam::interpolateXY(), Foam::mathematicalConstant::pi(), R, and y.

bool read ( const dictionary &   SBMFCoeffs  ) [virtual]

Update properties from given dictionary.

Implements solidBodyMotionFunction.

Definition at line 115 of file SKA.C.

References Foam::exit(), Foam::FatalError, FatalErrorIn, forAll, IOstream::good(), solidBodyMotionFunction::read(), and List< T >::size().


The documentation for this class was generated from the following files:
  • src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SKA/SKA.H
  • src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFunctions/SKA/SKA.C