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

This type is used to hold the data for sum frequency method. More...

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

Private Attributes

character(1024) filename
 The filename the data came from.
 
logical datais4d
 Only true if Data4D is populated.
 
type(w2_initdata4d_typedata4d
 The 4D type from above.
 

Detailed Description

This type is used to hold the data for sum frequency method.

Only 4D data can be used for this method, so we will only allow 4D data within the type. The only reason for actually making this type is to maintain consistency with the difference methods (helps with the programming implimentation).

The flag DataIs4D is a carryover from the W2_DiffData_Type, and is preserved only for constency in the programming.

Algorithm 3D data 4D data
SumQTF NO yes

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