`Static2D` Class
===============================================================================

.. currentmodule:: thermal.static

.. autoclass:: thermal.static.Static2D

Methods
-------

.. autosummary::

   ~thermal.static.Static2D.compute
   ~thermal.static.Static2D.initialize
   ~thermal.static.Static2D.invalidate

Attributes
----------

Receivers
^^^^^^^^^

.. autosummary::

   ~thermal.static.Static2D.inHeat

Providers
^^^^^^^^^

.. autosummary::

   ~thermal.static.Static2D.outHeatFlux
   ~thermal.static.Static2D.outTemperature
   ~thermal.static.Static2D.outThermalConductivity

Other
^^^^^

.. autosummary::

   ~thermal.static.Static2D.algorithm
   ~thermal.static.Static2D.convection_boundary
   ~thermal.static.Static2D.empty_elements
   ~thermal.static.Static2D.err
   ~thermal.static.Static2D.geometry
   ~thermal.static.Static2D.heatflux_boundary
   ~thermal.static.Static2D.id
   ~thermal.static.Static2D.initialized
   ~thermal.static.Static2D.inittemp
   ~thermal.static.Static2D.iterative
   ~thermal.static.Static2D.maxerr
   ~thermal.static.Static2D.mesh
   ~thermal.static.Static2D.radiation_boundary
   ~thermal.static.Static2D.temperature_boundary


Descriptions
------------

Method Details
^^^^^^^^^^^^^^

.. automethod:: thermal.static.Static2D.compute

.. automethod:: thermal.static.Static2D.initialize

.. automethod:: thermal.static.Static2D.invalidate

Receiver Details
^^^^^^^^^^^^^^^^

.. autoattribute:: thermal.static.Static2D.inHeat

Provider Details
^^^^^^^^^^^^^^^^

.. autoattribute:: thermal.static.Static2D.outHeatFlux
   :show-signature:

.. autoattribute:: thermal.static.Static2D.outTemperature
   :show-signature:

.. autoattribute:: thermal.static.Static2D.outThermalConductivity
   :show-signature:

Attribute Details
^^^^^^^^^^^^^^^^^

.. autoattribute:: thermal.static.Static2D.algorithm

.. autoattribute:: thermal.static.Static2D.convection_boundary

.. autoattribute:: thermal.static.Static2D.empty_elements

.. autoattribute:: thermal.static.Static2D.err

.. autoattribute:: thermal.static.Static2D.geometry

.. autoattribute:: thermal.static.Static2D.heatflux_boundary

.. autoattribute:: thermal.static.Static2D.id

.. autoattribute:: thermal.static.Static2D.initialized

.. autoattribute:: thermal.static.Static2D.inittemp

.. autoattribute:: thermal.static.Static2D.iterative

.. autoattribute:: thermal.static.Static2D.maxerr

.. autoattribute:: thermal.static.Static2D.mesh

.. autoattribute:: thermal.static.Static2D.radiation_boundary

.. autoattribute:: thermal.static.Static2D.temperature_boundary

.. template class.rst