Simulation Core
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

CHoistingProblemsVariables.i90 447 B

1 yıl önce
123456789101112131415161718
  1. # 1 "/mnt/c/Projects/VSIM/SimulationCore2/CSharp/Problems/CHoistingProblemsVariables.f90"
  2. module CHoistingProblemsVariables
  3. use CProblemDifinition
  4. implicit none
  5. public
  6. ! Input vars
  7. type :: HoistingProblemsType
  8. type(CProblem) :: MotorFail
  9. type(CProblem) :: ClutchEngage
  10. type(CProblem) :: ClutchDisengage
  11. end type HoistingProblemsType
  12. contains
  13. end module CHoistingProblemsVariables