FlowsheetInitializeFlowsheet(String, IFlowsheet, IFlowsheet) Method

Creates and initializes a sub-flowsheet from the given file path.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public static IFlowsheet InitializeFlowsheet(
	string fpath,
	IFlowsheet form,
	IFlowsheet mainfs
)

Parameters

fpath  String
 
form  IFlowsheet
 
mainfs  IFlowsheet
 

Return Value

IFlowsheet

See Also