Interface MixerInterface
- All Superinterfaces:
NamedInterface, ProcessEquipmentInterface, Runnable, Serializable, SimulationInterface
- All Known Implementing Classes:
Condenser, Mixer, Reboiler, Recycle, SimpleTray, StaticMixer, StaticNeqMixer, StaticPhaseMixer, VLSolidTray
Interface for processEquipment with multiple inlet streams and a single outlet stream.
- Version:
- $Id: $Id
- Author:
- esol
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddStream(StreamInterface newStream) addStream.Getter for outlet stream object.default StreamInterfaceDeprecated.getThermoSystem.voidremoveInputStream(int i) removeInputStream.voidreplaceStream(int i, StreamInterface newStream) replaceStream.Methods inherited from interface NamedInterface
getName, getTagName, setName, setTagNameMethods inherited from interface ProcessEquipmentInterface
displayResult, equals, getCapacityDuty, getCapacityMax, getConditionAnalysisMessage, getController, getEntropyProduction, getExergyChange, getExergyChange, getFluid, getMassBalance, getMassBalance, getMechanicalDesign, getPressure, getPressure, getReport_json, getRestCapacity, getResultTable, getSpecification, getTemperature, getTemperature, hashCode, initMechanicalDesign, needRecalculation, reportResults, runConditionAnalysis, setController, setPressure, setRegulatorOutSignal, setSpecification, setTemperature, toJson, toJson, validateSetupMethods inherited from interface SimulationInterface
getCalculateSteadyState, getCalculationIdentifier, getTime, increaseTime, isRunInSteps, run, run, run_step, run_step, runTransient, runTransient, setCalculateSteadyState, setCalculationIdentifier, setRunInSteps, setTime, solved
-
Method Details
-
addStream
addStream.
- Parameters:
newStream- aStreamInterfaceobject
-
getOutletStream
StreamInterface getOutletStream()Getter for outlet stream object.
- Returns:
- a
StreamInterfaceobject
-
getOutStream
Deprecated.usegetOutletStream()insteadGetter for outlet stream object.
- Returns:
- a
StreamInterfaceobject
-
replaceStream
replaceStream.
- Parameters:
i- a intnewStream- aStreamInterfaceobject
-
getThermoSystem
SystemInterface getThermoSystem()getThermoSystem.
- Specified by:
getThermoSystemin interfaceProcessEquipmentInterface- Returns:
- a
SystemInterfaceobject
-
removeInputStream
void removeInputStream(int i) removeInputStream.
- Parameters:
i- a int
-
getOutletStream()instead