Uses of Class
neqsim.process.processmodel.ProcessSystem.MassBalanceResult
Packages that use ProcessSystem.MassBalanceResult
-
Uses of ProcessSystem.MassBalanceResult in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return types with arguments of type ProcessSystem.MassBalanceResultModifier and TypeMethodDescriptionProcessModel.checkMassBalance()Check mass balance of all unit operations in all processes using kg/sec.ProcessModel.checkMassBalance(String unit) Check mass balance of all unit operations in all processes.ProcessModule.checkMassBalance()Check mass balance of all unit operations in all process systems using kg/sec.ProcessModule.checkMassBalance(String unit) Check mass balance of all unit operations in all process systems within this module.ProcessSystem.checkMassBalance()Check mass balance of all unit operations in the process system using kg/sec.ProcessSystem.checkMassBalance(String unit) Check mass balance of all unit operations in the process system.ProcessModel.getFailedMassBalance()Get unit operations that failed mass balance check in all processes using kg/sec and default threshold.ProcessModel.getFailedMassBalance(double percentThreshold) Get unit operations that failed mass balance check in all processes using specified threshold.ProcessModel.getFailedMassBalance(String unit, double percentThreshold) Get unit operations that failed mass balance check in all processes based on percentage error threshold.ProcessModule.getFailedMassBalance()Get unit operations that failed mass balance check using kg/sec and 0.1% threshold.ProcessModule.getFailedMassBalance(double percentThreshold) Get unit operations that failed mass balance check using specified threshold.ProcessModule.getFailedMassBalance(String unit, double percentThreshold) Get unit operations that failed mass balance check based on percentage error threshold.ProcessSystem.getFailedMassBalance()Get unit operations that failed mass balance check using kg/sec and default threshold.ProcessSystem.getFailedMassBalance(double percentThreshold) Get unit operations that failed mass balance check using specified threshold.ProcessSystem.getFailedMassBalance(String unit, double percentThreshold) Get unit operations that failed mass balance check based on percentage error threshold.