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.

Pumps_MainSolver.f90 412 B

12345678910111213141516171819202122232425262728
  1. subroutine Pumps_MainSolver
  2. Use Pumps_VARIABLES
  3. Implicit none
  4. Call DrillingConsole_ScrLEDs !koja bezaramesh?????
  5. Call Pumps_Inputs
  6. Call Pump1_MainSolver
  7. Call Pump2_MainSolver
  8. Call Pump3_MainSolver
  9. Call Pumps_TotalSolver
  10. Call Pumps_Outputs
  11. end subroutine Pumps_MainSolver