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.

sROP_Variables.f90 489 B

1 yıl önce
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