Volume and temperature in isobaric process ========================================== A thermodynamic process is called **isobaric** when the pressure inside the system stays constant. Also called **Charles's law**, it states that the volume of the gas scales by the same amount as the temperature during an isobaric process. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.thermodynamics.volume_and_temperature_in_isobaric_process .. py:data:: initial_temperature Initial :attr:`~symplyphysics.symbols.thermodynamics.temperature` of the system. Symbol: :code:`T_0` Latex: :math:`T_{0}` Dimension: :code:`temperature` .. py:data:: final_temperature Final :attr:`~symplyphysics.symbols.thermodynamics.temperature` of the system. Symbol: :code:`T_1` Latex: :math:`T_{1}` Dimension: :code:`temperature` .. py:data:: initial_volume Initial :attr:`~symplyphysics.symbols.classical_mechanics.volume` of the system. Symbol: :code:`V_0` Latex: :math:`V_{0}` Dimension: :code:`volume` .. py:data:: final_volume Final :attr:`~symplyphysics.symbols.classical_mechanics.volume` of the system. Symbol: :code:`V_1` Latex: :math:`V_{1}` Dimension: :code:`volume` .. py:data:: law :code:`V_0 / V_1 = T_0 / T_1` Latex: .. math:: \frac{V_{0}}{V_{1}} = \frac{T_{0}}{T_{1}}