Simulation Core
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

14 wiersze
325 B

  1. module CRotaryProblemsVariables
  2. use CProblemDifinition
  3. implicit none
  4. public
  5. ! Input vars
  6. type::RotaryProblemsType
  7. type(CProblem) :: MotorFail
  8. type(CProblem) :: OverideTorqueLimit
  9. end type RotaryProblemsType
  10. contains
  11. end module CRotaryProblemsVariables