write_params Subroutine

public subroutine write_params(file_id, nr, nt, dt, density, velSound, switches, rotorArray)

Arguments

Type IntentOptional Attributes Name
integer(kind=HID_T), intent(in) :: file_id
integer, intent(in) :: nr
integer, intent(in) :: nt
real(kind=dp), intent(in) :: dt
real(kind=dp), intent(in) :: density
real(kind=dp), intent(in) :: velSound
type(switches_class), intent(in) :: switches
type(rotor_class), intent(in), dimension(:) :: rotorArray