Adiabatic process equation via pressure and volume ================================================== An *adiabatic process* is a type of thermodynamic process that occurs without transferring heat or mass between the thermodynamic system and its environment. **Links:** #. `Wikipedia `__. .. TODO rename file .. py:currentmodule:: symplyphysics.laws.thermodynamics.pressure_and_volume_in_adiabatic_process .. py:data:: adiabatic_index :attr:`~symplyphysics.symbols.thermodynamics.adiabatic_index`, also known as :doc:`heat capacity ratio `, of the gas. Symbol: :code:`gamma` Latex: :math:`\gamma` Dimension: :code:`dimensionless` .. 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:: initial_pressure Initial :attr:`~symplyphysics.symbols.classical_mechanics.pressure` inside the system. Symbol: :code:`p_0` Latex: :math:`p_{0}` Dimension: :code:`pressure` .. py:data:: final_pressure Final :attr:`~symplyphysics.symbols.classical_mechanics.pressure` inside the system. Symbol: :code:`p_1` Latex: :math:`p_{1}` Dimension: :code:`pressure` .. py:data:: adiabatic_condition :code:`p_0 * V_0^gamma = p_1 * V_1^gamma` Latex: .. math:: p_{0} V_{0}^{\gamma} = p_{1} V_{1}^{\gamma}