Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 869 Bytes

flow_through.rst

File metadata and controls

35 lines (24 loc) · 869 Bytes

(fc_uo) FlowThrough

Instantiation

a) direct

.. literalinclude:: ../../../../examples/templates/fc_uo/flow_through_template.py
   :language: python
   :start-at: """Direct
   :end-before: """

b) using parameters and attributes

.. literalinclude:: ../../../../examples/templates/fc_uo/flow_through_template.py
   :language: python
   :start-at: PARAMETERS =
   :end-at: }

.. literalinclude:: ../../../../examples/templates/fc_uo/flow_through_template.py
   :language: python
   :start-at: ATTRIBUTES =
   :end-at: }

Additional :ref:`Add-On Attributes` are available for each :class:`bio_rtd.core.UnitOperation`.

.. literalinclude:: ../../../../examples/templates/fc_uo/flow_through_template.py
   :language: python
   :start-at: """1.