Etching rate of target in magnetron =================================== The ions of the gas-discharge plasma in the magnetron fall on the target and knock the atoms out of it. The etching rate is how many nanometers of the target substance are etched per unit of time. In other words, this is how much thinner a target becomes per unit of time. **Notation:** #. :math:`e` (:code:`e`) is :attr:`~symplyphysics.quantities.elementary_charge`. #. :math:`N_\text{A}` (:code:`N_A`) is :attr:`~symplyphysics.quantities.avogadro_constant`. .. TODO: find link TODO: move to `magnetron` folder? .. py:currentmodule:: symplyphysics.laws.chemistry.etching_rate_of_target_in_magnetron .. py:data:: etching_rate Target etching rate. See :attr:`~symplyphysics.symbols.classical_mechanics.speed`. Symbol: :code:`v` Latex: :math:`v` Dimension: :code:`velocity` .. py:data:: ion_current_density Ion flux :attr:`~symplyphysics.symbols.electrodynamics.current_density` incident on the target. Symbol: :code:`j` Latex: :math:`j` Dimension: :code:`current/area` .. py:data:: target_molar_mass :attr:`~symplyphysics.symbols.basic.molar_mass` of target atoms. Symbol: :code:`M` Latex: :math:`M` Dimension: :code:`mass/amount_of_substance` .. py:data:: sputtering_coefficient Sputtering coefficient. Shows how many target atoms are knocked out of the target by a single ion. Symbol: :code:`Y` Latex: :math:`Y` Dimension: :code:`dimensionless` .. py:data:: target_density Target :attr:`~symplyphysics.symbols.basic.density`. Symbol: :code:`rho` Latex: :math:`\rho` Dimension: :code:`mass/volume` .. py:data:: law :code:`v = j * M * Y / (e * rho * N_A)` Latex: .. math:: v = \frac{j M Y}{e \rho N_\text{A}}