FEDEM Solver  R8.0
Source code of the dynamics solver
Private Attributes | List of all members
freqresponsemodule::dloadmotion Type Reference

Data type for frequency-domain load/motions. More...

Private Attributes

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...
 

Detailed Description

Data type for frequency-domain load/motions.

Member Data Documentation

◆ 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.

◆ x

real(dp), dimension(:), allocatable freqresponsemodule::dloadmotion::x
private

Abscissa values.

◆ y

real(dp), dimension(:), allocatable freqresponsemodule::dloadmotion::y
private

Ordinate values.


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