modal_excite Interface

interface
public subroutine modal_excite(freq, frc, args)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: freq

The excitation frequency. When used as a part of a frequency response calculation, this value will have the same units as the frequency values provided to the frequency response routine.

complex(kind=real64), intent(out), dimension(:) :: frc

An N-element array where the forcing function should be written.

class(*), intent(inout), optional :: args

An optional argument that can be used to communicate with the outside world.

Description

Defines the interface to a routine for defining the forcing function for a modal frequency analysis.