Simulation Core
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

CDrillStemProblemsVariables.i90 556 B

vor 1 Jahr
123456789101112131415161718
  1. # 1 "/mnt/c/Projects/VSIM/SimulationCore2/CSharp/Problems/CDrillStemProblemsVariables.f90"
  2. module CDrillStemProblemsVariables
  3. use CProblemDifinition
  4. implicit none
  5. public
  6. ! Input vars
  7. type:: DrillStemProblemsType
  8. type(CProblem) :: StringDragIncrease
  9. type(CProblem) :: StringTorqueIncrease
  10. type(CProblem) :: StringTorqueFluctuation
  11. real(8) :: StringDragIncreaseTime
  12. real(8) :: StringTorqueIncreaseTime
  13. end type DrillStemProblemsType
  14. contains
  15. end module CDrillStemProblemsVariables