Class PinchAnalyzer.HeatExchangerMatch
java.lang.Object
neqsim.process.util.heatintegration.PinchAnalyzer.HeatExchangerMatch
- All Implemented Interfaces:
Serializable
- Enclosing class:
PinchAnalyzer
Represents a suggested heat exchanger match.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHeatExchangerMatch(String hotName, String coldName, double duty, double lmtd) Creates a heat exchanger match. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
hotStreamName
Hot stream name. -
coldStreamName
Cold stream name. -
recoverableDuty
public final double recoverableDutyRecoverable duty in W. -
lmtd
public final double lmtdLMTD in K.
-
-
Constructor Details
-
HeatExchangerMatch
-