Uses of Class
neqsim.process.measurementdevice.TemperatureTransmitter
Packages that use TemperatureTransmitter
-
Uses of TemperatureTransmitter in neqsim.process.util.example
Fields in neqsim.process.util.example declared as TemperatureTransmitterModifier and TypeFieldDescriptionprivate static TemperatureTransmitterIntegratedSafetySystemWithLogicExample.fireTT1private static TemperatureTransmitterIntegratedSafetySystemWithLogicExample.fireTT2private static TemperatureTransmitterIntegratedSafetySystemWithLogicExample.fireTT3private static TemperatureTransmitterIntegratedSafetySystemWithLogicExample.separatorTT(package private) TemperatureTransmitterProcessLogicAlarmIntegratedExample.InstrumentationSetup.separatorTT(package private) TemperatureTransmitterProcessLogicIntegratedExample.InstrumentationSetup.separatorTTprivate TemperatureTransmitterIntegratedSafetySystemExample.ESDController.tempMonitorprivate TemperatureTransmitter[]IntegratedSafetySystemExample.FireDetectionSystem.tempSensorsMethods in neqsim.process.util.example with parameters of type TemperatureTransmitterModifier and TypeMethodDescriptionprivate static voidIntegratedSafetySystemExample.runScenario1_NormalOperation(Stream highPressureFeed, ThrottlingValve hippsValve, ThrottlingValve esdInletValve, Stream separatorInlet, Separator separator, Stream separatorGasOut, Splitter gasSplitter, Stream processStream, Stream blowdownStream, BlowdownValve bdValve, SafetyValve psv, Stream psvOutlet, Mixer flareHeader, Stream flareHeaderOutlet, Flare flare, PressureTransmitter hippsPT1, PressureTransmitter hippsPT2, PressureTransmitter separatorPT, TemperatureTransmitter separatorTT, IntegratedSafetySystemExample.HIPPSController hippsController, IntegratedSafetySystemExample.ESDController esdController, IntegratedSafetySystemExample.FireDetectionSystem fireSystem) Scenario 1: Normal operation with monitoring.private static voidIntegratedSafetySystemExample.runScenario2_HIPPSActivation(Stream highPressureFeed, ThrottlingValve hippsValve, ThrottlingValve esdInletValve, Stream separatorInlet, Separator separator, Stream separatorGasOut, Splitter gasSplitter, Stream processStream, Stream blowdownStream, BlowdownValve bdValve, SafetyValve psv, Stream psvOutlet, Mixer flareHeader, Stream flareHeaderOutlet, Flare flare, PressureTransmitter hippsPT1, PressureTransmitter hippsPT2, PressureTransmitter separatorPT, TemperatureTransmitter separatorTT, IntegratedSafetySystemExample.HIPPSController hippsController, IntegratedSafetySystemExample.ESDController esdController, IntegratedSafetySystemExample.FireDetectionSystem fireSystem) Scenario 2: HIPPS activation due to high pressure.private static voidIntegratedSafetySystemExample.runScenario3_ESDAndBlowdown(Stream highPressureFeed, ThrottlingValve hippsValve, ThrottlingValve esdInletValve, Stream separatorInlet, Separator separator, Stream separatorGasOut, Splitter gasSplitter, Stream processStream, Stream blowdownStream, BlowdownValve bdValve, SafetyValve psv, Stream psvOutlet, Mixer flareHeader, Stream flareHeaderOutlet, Flare flare, PressureTransmitter hippsPT1, PressureTransmitter hippsPT2, PressureTransmitter separatorPT, TemperatureTransmitter separatorTT, IntegratedSafetySystemExample.HIPPSController hippsController, IntegratedSafetySystemExample.ESDController esdController, IntegratedSafetySystemExample.FireDetectionSystem fireSystem, PushButton esdButton) Scenario 3: ESD activation and blowdown.private static voidIntegratedSafetySystemExample.runScenario4_PSVRelief(Stream highPressureFeed, ThrottlingValve hippsValve, ThrottlingValve esdInletValve, Stream separatorInlet, Separator separator, Stream separatorGasOut, Splitter gasSplitter, Stream processStream, Stream blowdownStream, BlowdownValve bdValve, SafetyValve psv, Stream psvOutlet, Mixer flareHeader, Stream flareHeaderOutlet, Flare flare, PressureTransmitter hippsPT1, PressureTransmitter hippsPT2, PressureTransmitter separatorPT, TemperatureTransmitter separatorTT, IntegratedSafetySystemExample.HIPPSController hippsController, IntegratedSafetySystemExample.ESDController esdController, IntegratedSafetySystemExample.FireDetectionSystem fireSystem) Scenario 4: PSV relief (final protection layer).Constructors in neqsim.process.util.example with parameters of type TemperatureTransmitterModifierConstructorDescriptionESDController(String name, PressureTransmitter pt, TemperatureTransmitter tt, PushButton manual, ThrottlingValve esdValve, BlowdownValve bdValve) FireDetectionSystem(TemperatureTransmitter[] sensors, int voting)