Click or drag to resize

FlowsheetSolverFunctionValueSync Method

Function called by the simultaneous adjust solver. Retrieves the error function value for each adjust object.

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
private static double[] FunctionValueSync(
	Object fobj,
	double[] x
)
Request Example View Source

Parameters

fobj  Object
Flowsheet where the object belongs to.
x  Double

Return Value

Double
See Also