Simulation Core
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

28 linhas
950 B

  1. subroutine TD_WellElementsConfiguration
  2. Use TD_DrillStemComponents
  3. use SimulationVariables !@
  4. use SimulationVariables !@
  5. implicit none
  6. Integer :: i, j
  7. !====================================================
  8. ! Modified Well Elements Data
  9. !====================================================
  10. Do i = 1 , data%State%TD_WellEl%ROPHoleNumbs
  11. !data%State%TD_ROPHole(i)%TopDepth = data%State%TD_WellGeo(data%State%TD_WellGeneral%WellIntervalsCount)%TopDepth
  12. data%State%TD_ROPHole(i)%DownDepth = data%State%TD_WellGeo(data%State%TD_WellGeneral%WellIntervalsCount)%DownDepth
  13. data%State%TD_ROPHole(i)%Length = data%State%TD_WellGeo(data%State%TD_WellGeneral%WellIntervalsCount)%IntervalLength
  14. data%State%TD_ROPHole(i)%Id = data%State%TD_ROPHole(i)%Id !!???????????
  15. End Do
  16. end subroutine