Isochoric molar heat capacity of ideal gas via adiabatic index ============================================================== For ideal gases the isobaric and isochoric heat capacities can be calculated via the molar gas constant and the adiabatic index of the gas. **Notation:** #. :math:`R` (:code:`R`) is :attr:`~symplyphysics.quantities.molar_gas_constant`. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.thermodynamics.isochoric_molar_heat_capacity_of_ideal_gas_via_adiabatic_index .. py:data:: isochoric_molar_heat_capacity :attr:`~symplyphysics.symbols.thermodynamics.molar_heat_capacity` at constant :attr:`~symplyphysics.symbols.classical_mechanics.volume`. Symbol: :code:`c_Vm` Latex: :math:`c_{V, \text{m}}` Dimension: :code:`energy/(amount_of_substance*temperature)` .. 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:: law :code:`c_Vm = R / (gamma - 1)` Latex: .. math:: c_{V, \text{m}} = \frac{R}{\gamma - 1}