dvlabel.py

class openconcept.utilities.dvlabel.DVLabel(vars_list)

Bases: ExplicitComponent

Helper component that is needed when variables must be passed directly from input to output of an element with no other component in between.

This component is adapted from Justin Gray’s pyCycle software.

Inputs:

Inputs to this component are set upon initialization.

Outputs:

Outputs from this component are set upon initialization.

Options:

vars_list (iterable) – A list of lists. One outer list entry per variable. Format: [[‘input name’,’output name’,’val’,’units’]]