Class EnergyEfficiencyCalculator.Recommendation
java.lang.Object
neqsim.process.fielddevelopment.screening.EnergyEfficiencyCalculator.Recommendation
- All Implemented Interfaces:
Serializable
- Enclosing class:
EnergyEfficiencyCalculator
public static class EnergyEfficiencyCalculator.Recommendation
extends Object
implements Serializable
Energy improvement recommendation.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionCategory.Description.doubleEstimated CAPEX (USD).doubleSimple payback (years).doublePotential savings (kW).private static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
category
Category. -
description
Description. -
potentialSavingsKW
public double potentialSavingsKWPotential savings (kW). -
estimatedCapex
public double estimatedCapexEstimated CAPEX (USD). -
paybackYears
public double paybackYearsSimple payback (years).
-
-
Constructor Details
-
Recommendation
public Recommendation()
-