Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
TwoPhasePipeFlowSystem.solve()orTwoPhasePipeFlowSystem.solveSteadyState(UUID)instead. Set the solver type usingTwoPhasePipeFlowSystem.setSolverType(TwoPhaseFixedStaggeredGridSolver.SolverType)before calling. This method ignores the type parameter and uses the configured solver type enum.UseMaterialLayer.getSpecificHeatCapacity()insteadUseMaterialLayer.setSpecificHeatCapacity(double)insteadUseModelPredictiveController.setPreferredControlValue(double)when configuring the MPC economic target. This method is kept for compatibility with earlier code samples.UseModelPredictiveController.setPreferredControlVector(double...)to configure the nominal control point. This method is retained for backwards compatibility with earlier snapshots of the MPC implementation.Use constructor parameters insteaduseMixerInterface.getOutletStream()insteadUsePipeBeggsAndBrills.getHeatTransferMode()insteadUseTransientPipe.setInletPressure(double)insteadUseTransientPipe.setOutletPressure(double)insteaduseTwoPortInterface.getOutletStream()insteadUseSystemMechanicalDesign.toJson()instead for proper Gson serializationUseProcessModel.runAsTask()instead for better resource management. This method creates a new unmanaged thread directly.UseProcessModule.runAsTask()instead for better resource management. This method creates a new unmanaged thread directly.UseProcessSystem.runAsTask()instead for better resource management. This method creates a new unmanaged thread directly.Replaced bySystemInterface.getTotalNumberOfMoles()
-
Deprecated ConstructorsConstructorDescriptionThis constructor is incomplete and may cause NPE. Use
ChemEq(double, double, double[][], double[], double[], double[])instead.UseCashFlowEngine(TaxModel)orCashFlowEngine(String)instead