Data type for frequency-domain load/motions.
More...
|
| integer | motion |
| | 0=load, 1=displacement, 2=velocity, 3=acceleration More...
|
| |
| logical | id_fft |
| | If .true., input is given in frequency domain (FFT) More...
|
| |
| integer | triad_id |
| | Triad id where load/motion acts. More...
|
| |
| integer | dof |
| | Triad's local DOF where load/motion acts (1 to 6) More...
|
| |
| real(dp), dimension(:), allocatable | x |
| | Abscissa values. More...
|
| |
| real(dp), dimension(:), allocatable | y |
| | Ordinate values. More...
|
| |
| complex(dp), dimension(:), allocatable | data |
| | Complex-valued data collector. More...
|
| |
Data type for frequency-domain load/motions.
◆ data
| complex(dp), dimension(:), allocatable freqresponsemodule::dloadmotion::data |
|
private |
Complex-valued data collector.
◆ dof
| integer freqresponsemodule::dloadmotion::dof |
|
private |
Triad's local DOF where load/motion acts (1 to 6)
◆ id_fft
| logical freqresponsemodule::dloadmotion::id_fft |
|
private |
If .true., input is given in frequency domain (FFT)
◆ motion
| integer freqresponsemodule::dloadmotion::motion |
|
private |
0=load, 1=displacement, 2=velocity, 3=acceleration
◆ triad_id
| integer freqresponsemodule::dloadmotion::triad_id |
|
private |
Triad id where load/motion acts.
| real(dp), dimension(:), allocatable freqresponsemodule::dloadmotion::x |
|
private |
| real(dp), dimension(:), allocatable freqresponsemodule::dloadmotion::y |
|
private |
The documentation for this type was generated from the following file: