Simulation Core
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

sROP_Variables.f90 489 B

hace 1 año
12345678910
  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