|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- SUBROUTINE PIPE_RAMS1
- USE VARIABLES
- ! USE CAccumulatorVariables
- ! USE CBopStackVariables
- USE CBopStackVariables
- USE CBopControlPanelVariables
- USE CEquipmentsConstants
- ! USE CSimulationVariables
- implicit none
-
- !=====================================================================
- ! PIPE RAMS 1- BOP CAMERON Type U 5000
- ! START CONDITIONS FOR PIPE RAMS 1
- !=====================================================================
- RAM(2)%SuccessionCounter = RAM(2)%SuccessionCounter + 1
- if (UpperRamsValve == 1.0 .and. UpperRamsFailureMalf==0 .and. RigAirMalf==0 .and. AirMasterValve==1) then
- if (UpperRamsCloseLEDMine == LedOn) then
- RETURN
- end if
- if ( RAM(2)%SuccessionCounter /= RAM(2)%SuccessionCounterOld+1 ) then
- RAM(2)%SuccessionCounter = 0 ! also in starup
- RAM(2)%SuccessionCounterOld = 0 ! also in starup
- !return
- else
- RAM(2)%SuccessionCounterOld= RAM(2)%SuccessionCounter
- endif
-
-
-
-
- if ( RAM(2)%SuccessionCounter >= int(2.5/DeltaT_BOP) ) then
- !return
-
- RAM(2)%First_CloseTimecheck= 1
-
- UpperRamsOpenLED = LedOff
- UpperRamsOpenLEDMine = LedOff
- UpperRamsCloseLED = LedOn !LedBlinking
-
- RAM(2)%FourwayValve = 1
- endif
-
- endif
-
-
- if (RAM(2)%FourwayValve == 1 .and. p_acc>acc_MinPressure) then ! 1: Open , 0: Close
- !write(*,*) 'close 2'
-
- RAM(2)%FourwayValve = 0
-
-
-
- PipeRam1_closed=0
- !PipeRam1_closed_withPossibility= PipeRam1_closed * TD_BOPConnectionPossibility(2)
- RAM(2)%vdis_tot=0
- RAM(2)%vdis_bottles=0.
- RAM(2)%fvr_air=0.
- RAM(2)%vdis_elecp=0.
- Qiter=7
- RAM(2)%Qzero=70
- RAM(2)%Q=RAM(2)%Qzero
- RAM(2)%flow=70
- RAM(2)%tol=0.0037
- if (finished_pipe1==1) then
- PipeRams1LeverOld=-1.0
- else
- PipeRams1LeverOld=UpperRamsValve
- endif
- finished_pipe1=0
- PipeRam1IsClosing = .true.
- PipeRam1IsOpening = .false.
-
- RAM(2)%bop_type = 3
- !AbopPipeRam=196.67
- AbopPipeRam=(UpperRamClose*231)/((IDPipeRamBase-ODDrillpipe_inPipeRam1Base)/2.)
- NeededVolumePipeRams1=AbopPipeRam*(IDPipeRamBase-max(ODDrillpipe_inPipeRam1,ODDrillpipe_inPipeRam1Base))/(2.*231) !3.67 galon for each BOP
- endif
-
- if (UpperRamsValve == -1.0 .and. UpperRamsFailureMalf==0 .and. RigAirMalf==0 .and. AirMasterValve==1) then
-
- if (UpperRamsOpenLEDMine == LedOn) then
- RETURN
- end if
-
- if ( RAM(2)%SuccessionCounter /= RAM(2)%SuccessionCounterOld+1 ) then
- RAM(2)%SuccessionCounter = 0 ! also in starup
- RAM(2)%SuccessionCounterOld = 0 ! also in starup
- !return
- else
- RAM(2)%SuccessionCounterOld= RAM(2)%SuccessionCounter
- endif
-
-
- if ( RAM(2)%SuccessionCounter >= int(2.5/DeltaT_BOP) ) then
- !return
-
- RAM(2)%First_OpenTimecheck= 1
-
- UpperRamsCloseLed = LedOff !new
- UpperRamsCloseLedMine = LedOff !new
- UpperRamsOpenLED = LedOn !LedBlinking
-
- RAM(2)%FourwayValve = 1
-
- endif
-
- endif
-
- if (RAM(2)%FourwayValve == 1 .and. p_acc>acc_MinPressure) then ! 1: Open , 0: Close
- !write(*,*) 'open 2'
-
- RAM(2)%FourwayValve = 0
-
-
- PipeRam1_closed=0
- !PipeRam1_closed_withPossibility= PipeRam1_closed * TD_BOPConnectionPossibility(2)
- RAM(2)%vdis_tot=0
- RAM(2)%vdis_bottles=0.
- RAM(2)%fvr_air=0.
- RAM(2)%vdis_elecp=0.
- Qiter=7
- RAM(2)%Qzero=70
- RAM(2)%Q=RAM(2)%Qzero
- RAM(2)%flow=70
- RAM(2)%tol=0.0037
-
-
-
- if (finished_pipe1==1) then
- PipeRams1LeverOld=1.0
- else
- PipeRams1LeverOld=UpperRamsValve
- endif
- finished_pipe1=0
- PipeRam1IsOpening = .true.
- PipeRam1IsClosing = .false.
-
-
- !if (UpperRamsOpenLED == LedOn) then
- ! RETURN
- !end if
-
-
-
- RAM(2)%bop_type = 3
- !AbopPipeRam=186.5
- AbopPipeRam=(UpperRamOpen*231)/((IDPipeRamBase-ODDrillpipe_inPipeRam1Base)/2.)
- NeededVolumePipeRams1=AbopPipeRam*(IDPipeRamBase-max(ODDrillpipe_inPipeRam1,ODDrillpipe_inPipeRam1Base))/(2.*231) !3.48 galon for each BOP
- endif
-
- !=====================================================================
-
- if (PipeRam1IsOpening .or. PipeRam1IsClosing .or. RAM(2)%Bottles_Charged_MalfActive) then
- CALL PIPE_RAMS1_SUB
- end if
-
-
- END SUBROUTINE PIPE_RAMS1
-
-
-
-
-
-
-
-
-
-
-
- SUBROUTINE PIPE_RAMS1_SUB
-
- USE VARIABLES
- USE CBopStackVariables
- USE CBopControlPanelVariables
- USE CEquipmentsConstants
- USE CSimulationVariables
- implicit none
-
-
- FirstSet= 0
- RamsFirstSet= 0
-
- loop3: do while (finished_pipe1==0)
-
-
- RAM(2)%SuccessionCounter = RAM(2)%SuccessionCounter + 1
-
-
- if (UpperRamsValve == 1.0 .and. PipeRams1LeverOld == -1.0 .and. UpperRamsFailureMalf==0 .and. RigAirMalf==0 .and. AirMasterValve==1) then
-
-
-
- if ( RAM(2)%First_CloseTimecheck == 0 ) then
-
-
- if ( RAM(2)%SuccessionCounter /= RAM(2)%SuccessionCounterOld+1 ) then
- RAM(2)%SuccessionCounter = 0 ! also in starup
- RAM(2)%SuccessionCounterOld = 0 ! also in starup
- !return
- else
- RAM(2)%SuccessionCounterOld= RAM(2)%SuccessionCounter
- endif
-
-
-
- if ( RAM(2)%SuccessionCounter >= int(2.5/DeltaT_BOP) ) then
- !return
-
- UpperRamsOpenLED = LedOff
- UpperRamsOpenLEDMine = LedOff
- UpperRamsCloseLED = LedOn !LedBlinking
-
- RAM(2)%FourwayValve = 1
-
- endif
-
- endif
-
- endif
-
- if (RAM(2)%FourwayValve == 1 .and. p_acc>acc_MinPressure) then
- !write(*,*) 'close 4'
-
- RAM(2)%FourwayValve = 0
-
-
- PipeRam1_closed=0
- !PipeRam1_closed_withPossibility= PipeRam1_closed * TD_BOPConnectionPossibility(2) ! for TD code
- CALL OpenUpperRams ! for C code
- PipeRam1_Situation_forTD= 0 ! open - for TD code
- RAM(2)%p_bop=pa
- PipeRams1LeverOld = UpperRamsValve
-
-
- RAM(2)%bop_type = 3
- !AbopPipeRam=196.67
- AbopPipeRam=(UpperRamClose*231)/((IDPipeRamBase-ODDrillpipe_inPipeRam1Base)/2.)
- !write(*,*) 'NeededVolumeShearRams1=',NeededVolumeShearRams
- NeededVolumePipeRams1=AbopPipeRam*(IDPipeRam1-max(ODDrillpipe_inPipeRam1,ODDrillpipe_inPipeRam1Base))/(2.*231)
- ! write(*,*) 'NeededVolumeShearRams2=',NeededVolumeShearRams
-
- RAM(2)%vdis_bottles=0.
- RAM(2)%fvr_air=0.
- RAM(2)%vdis_elecp=0.
- PipeRam1IsClosing = .true.
- PipeRam1IsOpening = .false.
- endif
-
- if (UpperRamsValve == -1.0 .and. PipeRams1LeverOld == 1.0 .and. UpperRamsFailureMalf==0 .and. RigAirMalf==0 .and. AirMasterValve==1) then
-
-
- if ( RAM(2)%First_OpenTimecheck == 0 ) then
-
- if ( RAM(2)%SuccessionCounter /= RAM(2)%SuccessionCounterOld+1 ) then
- RAM(2)%SuccessionCounter = 0 ! also in starup
- RAM(2)%SuccessionCounterOld = 0 ! also in starup
- !return
- else
- RAM(2)%SuccessionCounterOld= RAM(2)%SuccessionCounter
- endif
-
- if ( RAM(2)%SuccessionCounter >= int(2.5/DeltaT_BOP) ) then
- !return
-
- UpperRamsCloseLED = LedOff
- UpperRamsCloseLEDMine = LedOff
- UpperRamsOpenLED = LedOn !LedBlinking
-
- RAM(2)%FourwayValve = 1
-
-
- endif
-
- endif
-
- endif
-
- if (RAM(2)%FourwayValve == 1 .and. p_acc>acc_MinPressure) then
- !write(*,*) 'open 4'
-
- RAM(2)%FourwayValve = 0
-
-
-
- PipeRam1_closed=0
- !PipeRam1_closed_withPossibility= PipeRam1_closed * TD_BOPConnectionPossibility(2)
- CALL OpenUpperRams
- PipeRam1_Situation_forTD= 0 ! open - for TD code
- RAM(2)%p_bop=pa
- PipeRams1LeverOld = UpperRamsValve
-
- RAM(2)%bop_type = 3
- !AbopPipeRam=186.5
- AbopPipeRam=(UpperRamOpen*231)/((IDPipeRamBase-ODDrillpipe_inPipeRam1Base)/2.)
- NeededVolumePipeRams1=AbopPipeRam*(IDPipeRamBase-IDPipeRam1)/(2.*231)
- RAM(2)%vdis_bottles=0.
- RAM(2)%fvr_air=0.
- RAM(2)%vdis_elecp=0.
-
- PipeRam1IsOpening = .true.
- PipeRam1IsClosing = .false.
- endif
-
-
- RAM(2)%First_CloseTimecheck = 0
- RAM(2)%First_OpenTimecheck = 0
-
-
- RAM(2)%time=RAM(2)%time+DeltaT_BOP !overal time (s)
-
-
-
- !===================================================
- ! BOP
- !===================================================
- if (PipeRam1_closed==0) then !bop closing
- call bop_code(2,H_PipeRam1Bop,2) !ramtype=2 2=RNUMBER
- endif !bop is closing
- !================================================================
- if (PipeRam1_closed==1) then
- RAM(2)%Q=0
- !p_bop=pram_reg
- RAM(2)%p_bop=pa
- RAMS%minloss(2,17)=0. !RNUMBER=2
- endif
-
- RAM(2)%timecounter_ram=RAM(2)%timecounter_ram+1
-
-
-
-
-
- ! MiddleRamsStatus = IDshearBop
- ! UpperRamsStatus = IDPipeRam1
- ! LowerRamsStatus = IDPipeRam2
- ! AnnularStatus = IDAnnular
- ! AccumulatorPressureGauge = p_acc
- ! ManifoldPressureGauge= pram_reg
- ! AnnularPressureGauge=Pannular_reg
- !
- !
- !
- ! WRITE(60,60) RAM(2)%time,RAM(2)%Q,RAM(2)%vdis_tot,p_acc, &
- ! pram_reg,Pannular_reg,RAM(2)%p_bop,IDshearBop, &
- ! IDPipeRam1,IDPipeRam2,IDAnnular
- !60 FORMAT(11(f18.5))
-
-
- call sleepqq(100)
-
- if (PipeRam1_closed==1) then
- ! if ((MiddleRamsValve==1. .and. MiddleRamsFailureMalf==0) .or. (MiddleRamsValve==-1.0 .and. MiddleRamsFailureMalf==0) .or. (LowerRamsValve==1. .and. LowerRamsFailureMalf==0) .or. (LowerRamsValve==-1.0 .and. LowerRamsFailureMalf==0) .or. (AnnularValve==1. .and. AnnularFailureMalf==0) .or. (AnnularValve==-1.0 .and. AnnularFailureMalf==0) .or. ChokeLineValve==1. .or. ChokeLineValve==-1.0 .or. KillLineValve==1. .or. KillLineValve==-1.0) then
- finished_pipe1=1
- ! endif
- endif
-
- if (IsStopped == .true.) return
-
- end do loop3 !while finished_pipe1==0
-
-
-
-
-
-
- if ( finished_pipe1==1 .and. RAM(2)%Bottles_Charged_MalfActive==.true.) then
- call bop_code(2,H_PipeRam1Bop,2) !ramtype=2 2=RNUMBER
- call sleepqq(100)
- endif
-
-
-
-
-
-
- END SUBROUTINE PIPE_RAMS1_SUB
|