Heat of vaporization via mass ============================= *Heat of vaporization* is the heat released during the complete vaporization of a body, in which it is converted from liquid into gaseous state. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.thermodynamics.heat_of_vaporization_via_mass .. py:data:: heat :attr:`~symplyphysics.symbols.thermodynamics.heat` released during vaporization. Symbol: :code:`Q` Latex: :math:`Q` Dimension: :code:`energy` .. py:data:: mass :attr:`~symplyphysics.symbols.basic.mass` of the body subjected to vaporization. Symbol: :code:`m` Latex: :math:`m` Dimension: :code:`mass` .. py:data:: specific_heat_of_vaporization Heat of vaporization per unit mass of the body. See :attr:`~symplyphysics.symbols.basic.specific_energy`. Symbol: :code:`epsilon_L` Latex: :math:`\varepsilon_{L}` Dimension: :code:`energy/mass` .. py:data:: law :code:`Q = epsilon_L * m` Latex: .. math:: Q = \varepsilon_{L} m