Volumetric expansion coefficient of ideal gas ============================================= The isobaric volumetric expansion coefficient of an ideal gas is the inverse of its temperature. **Conditions:** #. Pressure of the gas remains constant during the expansion. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.thermodynamics.volumetric_expansion_coefficient_of_ideal_gas .. py:data:: volumetric_expansion_coefficient Volumetric :attr:`~symplyphysics.symbols.thermodynamics.thermal_expansion_coefficient` of the material. Also see :doc:`Volumetric expansion coefficient `. Symbol: :code:`alpha_V` Latex: :math:`\alpha_{V}` Dimension: :code:`1/temperature` .. py:data:: temperature :attr:`~symplyphysics.symbols.thermodynamics.temperature` of the gas. Symbol: :code:`T` Latex: :math:`T` Dimension: :code:`temperature` .. py:data:: law :code:`alpha_V = 1 / T` Latex: .. math:: \alpha_{V} = \frac{1}{T}