Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
1.1 KiB

  1. # 1 "/home/admin/SimulationCore2/CSharp/BasicInputs/RigSpecifications/CBopStackVariables.f90"
  2. module CBopStackVariables
  3. implicit none
  4. public
  5. Type::BopStackSpecificationType
  6. real(8) :: AboveAnnularHeight = 10.0d0
  7. real(8) :: AnnularPreventerHeight = 10.2d0
  8. real(8) :: UpperRamHeight = 14.632d0
  9. real(8) :: LowerRamHeight = 21.35d0
  10. real(8) :: BlindRamHeight = 16.24d0
  11. real(8) :: KillHeight = 18.8d0
  12. real(8) :: KillOpen = 1.5d0
  13. real(8) :: KillClose = 1.5d0
  14. real(8) :: GroundLevel = 30.0d0
  15. real(8) :: LowerRamOpen
  16. real(8) :: LowerRamClose
  17. real(8) :: ChokeOpen
  18. real(8) :: ChokeClose
  19. real(8) :: BlindRamOpen
  20. real(8) :: BlindRamClose
  21. real(8) :: UpperRamOpen
  22. real(8) :: UpperRamClose
  23. real(8) :: AnnularPreventerOpen
  24. real(8) :: AnnularPreventerClose
  25. real(8) :: RamStringDrag
  26. real(8) :: AnnularStringDrag
  27. real(8) :: ChokeLineLength
  28. real(8) :: ChokeLineId
  29. End Type BopStackSpecificationType
  30. end module CBopStackVariables