params2file Subroutine

public subroutine params2file(rotor, nt, dt, nr, density, velSound, switches)

Uses

Write rotor parameters to json file

Arguments

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