FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include <map>
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | RAOcomp |
struct | RAOentry |
struct | WaveComp |
class | FiRAOTable |
Typedefs | |
typedef std::map< double, RAOentry > | RAOTable |
typedef RAOTable::const_iterator | RAOIter |
typedef std::vector< WaveComp > | FiWave |
Enumerations | |
enum | RAOdof { SURGE , SWAY , HEAVE , ROLL , PITCH , YAW , NDOF } |
typedef RAOTable::const_iterator RAOIter |
enum RAOdof |