Flowsheet Solver 2Solve Flowsheet Method
Calculate all objects in the Flowsheet using an ordering method.
Definition
Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
C#
public List<Exception> SolveFlowsheet(
Object fobj,
bool frompgrid = false,
bool Adjusting = false,
Action FinishSuccess = null,
Action FinishWithErrors = null,
Action FinishAny = null,
bool ChangeCalcOrder = false
)VB
Public Function SolveFlowsheet (
fobj As Object,
Optional frompgrid As Boolean = false,
Optional Adjusting As Boolean = false,
Optional FinishSuccess As Action = Nothing,
Optional FinishWithErrors As Action = Nothing,
Optional FinishAny As Action = Nothing,
Optional ChangeCalcOrder As Boolean = false
) As List(Of Exception)Parameters
- fobj Object
- Flowsheet to be calculated (FormFlowsheet object).
- frompgrid Boolean (Optional)
- True if the routine is called from a PropertyGrid PropertyChanged event.
- Adjusting Boolean (Optional)
- True if the routine is called from the Simultaneous Adjust Solver.
- FinishSuccess Action (Optional)
- FinishWithErrors Action (Optional)
- FinishAny Action (Optional)
- ChangeCalcOrder Boolean (Optional)