SEA model examples
------------------

Two rooms separated by a wall
+++++++++++++++++++++++++++++

.. literalinclude:: ../code/two_rooms_problem.py 

Two rooms with floor separated by a wall
++++++++++++++++++++++++++++++++++++++++

.. literalinclude:: ../code/two_rooms_floor_problem.py 

Box cover of sound source
+++++++++++++++++++++++++
.. literalinclude:: ../code/box_pure.py 

Box cover with noise control treatment
++++++++++++++++++++++++++++++++++++++

.. literalinclude:: ../code/box_isolated.py 

.. _sec-sea-price-example:

Price and Crocker double panel transmission loss using SEA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. literalinclude:: ../code/price_and_crocker_transmission_double_panels.py



