Uses of Class
neqsim.process.equipment.util.Recycle
Packages that use Recycle
-
Uses of Recycle in neqsim.process.equipment.util
Fields in neqsim.process.equipment.util with type parameters of type RecycleMethods in neqsim.process.equipment.util that return types with arguments of type RecycleModifier and TypeMethodDescriptionRecycleController.getRecycles()Gets all recycles managed by this controller.RecycleController.getRecyclesAtCurrentPriority()Gets all recycles at the current priority level.Methods in neqsim.process.equipment.util with parameters of type RecycleModifier and TypeMethodDescriptionvoidRecycleController.addRecycle(Recycle recycle) addRecycle.private voidRecycleController.applyAcceleratedValuesToRecycle(Recycle recycle, double[] values) Applies accelerated values to a recycle's outlet stream.booleanRecycleController.doSolveRecycle(Recycle recycle) doSolveRecycle.private double[]RecycleController.extractRecycleInputValues(Recycle recycle) Extracts input values from a recycle's last iteration stream.private double[]RecycleController.extractRecycleOutputValues(Recycle recycle) Extracts output values from a recycle's mixed stream (after mixing inputs).booleanRecycleController.isHighestPriority(Recycle recycle) isHighestPriority. -
Uses of Recycle in neqsim.process.util.monitor
Constructors in neqsim.process.util.monitor with parameters of type RecycleModifierConstructorDescriptionRecycleResponse(Recycle recycle) Create a response based on aRecycle.