﻿CADETProcess.processModel.FlowSheet
===================================

.. currentmodule:: CADETProcess.processModel

.. autoclass:: FlowSheet
   :no-members:
   :no-inherited-members:
   :no-special-members:

  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
      .. autosummary::
         :toctree:
      
         FlowSheet.__getitem__
         FlowSheet.__len__
         FlowSheet.add_connection
         FlowSheet.add_eluent_inlet
         FlowSheet.add_feed_inlet
         FlowSheet.add_product_outlet
         FlowSheet.add_unit
         FlowSheet.check_connections
         FlowSheet.check_flow_rates
         FlowSheet.check_required_parameters
         FlowSheet.check_units_config
         FlowSheet.connection_exists
         FlowSheet.get_flow_rates
         FlowSheet.get_port_index
         FlowSheet.get_unit_index
         FlowSheet.origin_destination_name_decorator
         FlowSheet.remove_connection
         FlowSheet.remove_eluent_inlet
         FlowSheet.remove_feed_inlet
         FlowSheet.remove_product_outlet
         FlowSheet.remove_unit
         FlowSheet.set_output_state
         FlowSheet.unit_name_decorator
         FlowSheet.update_parameters
         FlowSheet.update_parameters_decorator
      
  

  
  
   .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
      .. autosummary::
         :toctree:
      
         FlowSheet.aggregated_parameters
         FlowSheet.component_system
         FlowSheet.connections
         FlowSheet.cstrs
         FlowSheet.eluent_inlets
         FlowSheet.feed_inlets
         FlowSheet.initial_state
         FlowSheet.inlets
         FlowSheet.missing_parameters
         FlowSheet.n_comp
         FlowSheet.name
         FlowSheet.number_of_units
         FlowSheet.outlets
         FlowSheet.output_states
         FlowSheet.parameters
         FlowSheet.polynomial_parameters
         FlowSheet.product_outlets
         FlowSheet.required_parameters
         FlowSheet.section_dependent_parameters
         FlowSheet.sized_parameters
         FlowSheet.unit_names
         FlowSheet.units
         FlowSheet.units_dict
         FlowSheet.units_with_binding
  
  