elements.catalog.duct

elements.catalog.duct(length=0.0, name='duct')

A length-bearing, lossless, constant-area duct.

The mean residual is equal-area continuity (length-independent); length is inert in the steady residual and read only by the acoustic phase stamp. It rides fparams[0] as ordinary acoustic metadata.

Parameters

Name Type Description Default
length float Duct length [m] for the acoustic phase (default 0.0, a lengthless jump). 0.0
name str Element label. 'duct'

Returns

Name Type Description
ElementSpec
Back to top