OpenFAST
Wind turbine multiphysics simulator
Private Attributes | List of all members
wamit2::w2_diffdata_type Type Reference

This type is used to hold the data for difference frequency methods. More...

Collaboration diagram for wamit2::w2_diffdata_type:
Collaboration graph
[legend]

Private Attributes

character(1024) filename
 The filename the data came from.
 
logical datais3d
 Only one of DataIs3D and DataIs4D can be true.
 
logical datais4d
 Only one of DataIs3D and DataIs4D can be true.
 
type(w2_initdata3d_typedata3d
 The 3D type from above.
 
type(w2_initdata4d_typedata4d
 The 4D type from above.
 

Detailed Description

This type is used to hold the data for difference frequency methods.

Only one difference method can be used at a time, but the data could be 3D or 4D depending on the method and input file used. So in order to simplify keeping track of the data, this data structure was created to contain all difference data. Note that since only one method can be used at a time, only one input file can be used at a time, and only one of Data3D or Data4D can be populated. The flags DataIs3D and DataIs4D can be true at a time.

Algorithm 3D data 4D data
MnDrift yes yes
NewmanApp yes yes
DiffQTF NO yes

The documentation for this type was generated from the following file: