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.
 
 
 
 
 
 

28 satır
734 B

  1. subroutine TD_WellElementsConfiguration
  2. Use TD_DrillStemComponents
  3. Use TD_WellElements
  4. Use TD_WellGeometry
  5. implicit none
  6. Integer :: i, j
  7. !====================================================
  8. ! Modified Well Elements Data
  9. !====================================================
  10. Do i = 1 , TD_ROPHoleNumbs
  11. !TD_ROPHole(i)%TopDepth = TD_WellGeo(TD_WellIntervalsCount)%TopDepth
  12. TD_ROPHole(i)%DownDepth = TD_WellGeo(TD_WellIntervalsCount)%DownDepth
  13. TD_ROPHole(i)%Length = TD_WellGeo(TD_WellIntervalsCount)%IntervalLength
  14. TD_ROPHole(i)%Id = TD_ROPHole(i)%Id !!???????????
  15. End Do
  16. end subroutine