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.
 
 
 
 
 
 

10 lines
489 B

  1. module sROP_Variables
  2. implicit none
  3. real(8) :: Time_Interval_Ratio , Weight_on_Bit , Rotary_Speed , Mud_Density , FormationMud_Density , Mud_Viscosity , Mud_Flowrate, Bit_Flowrate , Drilling_verticalDepth , Bit_Wearing , Rate_of_Penetration, Bit_Torque , ECD , BottomHole_Pressure , Drilling_Depth
  4. real(8) :: Bearing_Wear , JetImpact_Force
  5. real(8) :: Old_ROPDepth , Old_ROPValue(4) , Set_ROPGauge
  6. integer :: Formation_Number , Bit_Number , No_of_Formations
  7. end module sROP_Variables