damping_from_log_decrement Function

public pure elemental function damping_from_log_decrement(delta) result(rst)

Computes the damping ratio from the logarithmic decrement . The damping ratio is related to the logarithmic decrement by the following relationship.

Arguments

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

The logarithmic decrement.

Return Value real(kind=real64)

The damping ratio.


Contents