Uses of Class
neqsim.process.util.exergy.ExergyAnalysisReport
Packages that use ExergyAnalysisReport
-
Uses of ExergyAnalysisReport in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return ExergyAnalysisReportModifier and TypeMethodDescriptionProcessModel.getExergyAnalysis()Build a structuredExergyAnalysisReportcovering every unit operation in every process area, with each entry tagged by its area name.ProcessSystem.getExergyAnalysis()Build a structuredExergyAnalysisReportwith one entry per unit operation.ProcessSystem.getExergyAnalysis(double surroundingTemperature) Build a structuredExergyAnalysisReportwith one entry per unit operation using an explicit dead-state temperature.Methods in neqsim.process.processmodel with parameters of type ExergyAnalysisReportModifier and TypeMethodDescriptionvoidProcessSystem.populateExergyAnalysis(ExergyAnalysisReport report, double surroundingTemperature, String areaName) Populate an existing report with entries for this process system.