Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- module CDrillStemProblemsVariables
- use CProblemDifinition
- implicit none
- public
-
- ! Input vars
- type:: DrillStemProblemsType
- type(CProblem) :: StringDragIncrease
- type(CProblem) :: StringTorqueIncrease
- type(CProblem) :: StringTorqueFluctuation
- real(8) :: StringDragIncreaseTime
- real(8) :: StringTorqueIncreaseTime
- end type DrillStemProblemsType
-
- contains
-
- end module CDrillStemProblemsVariables
|