Work of ideal gas in isobaric process ===================================== An isobaric process is a process that occurs at constant pressure. The work done by the gas is proportional to the pressure of the gas and its volume change. **Conditions:** #. The gas is ideal. #. The process is isobaric. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.thermodynamics.work_of_ideal_gas_in_isobaric_process .. py:data:: work :attr:`~symplyphysics.symbols.basic.work` done by the gas during the isobaric process. Symbol: :code:`W` Latex: :math:`W` Dimension: :code:`energy` .. py:data:: pressure :attr:`~symplyphysics.symbols.classical_mechanics.pressure` of the gas, constant during the process. Symbol: :code:`p` Latex: :math:`p` Dimension: :code:`pressure` .. py:data:: initial_volume Initial :attr:`~symplyphysics.symbols.classical_mechanics.volume` of the gas. Symbol: :code:`V_0` Latex: :math:`V_{0}` Dimension: :code:`volume` .. py:data:: final_volume Final :attr:`~symplyphysics.symbols.classical_mechanics.volume` of the gas Symbol: :code:`V_1` Latex: :math:`V_{1}` Dimension: :code:`volume` .. py:data:: law :code:`W = p * (V_1 - V_0)` Latex: .. math:: W = p \left(V_{1} - V_{0}\right)