elements.catalog.splitter

elements.catalog.splitter(name='splitter', volume=0.0)

A lossless (total-pressure) manifold; optionally a finite-volume plenum.

As :func:junction, a non-zero volume adds the chamber compliance to M (inert in the mean flow); a branch neck is modeled as an explicit neck :func:duct, not here.

Parameters

Name Type Description Default
name str Element label. 'splitter'
volume float Chamber volume [m^3] for the acoustic compliance (default 0.0, a lengthless split). 0.0

Returns

Name Type Description
ElementSpec
Back to top