Acceleration of transfer between relative frames ================================================ Imagine two reference frames, one of which is fixed (:math:`S`) and the other one is moving (:math:`S'`). The motion of a body stationary in moving frame :math:`S'` due to the motion of the frame itself is called transfer motion. The acceleration related to such motion is called transfer acceleration. It is composed of the acceleration of the moving frame relative to the fixed frame, centripetal acceleration and the acceleration due to uneven rotation of the moving frame. The transfer acceleration only depends on the motion of frame :math:`S'` relative to stationary frame :math:`S`, so its physical meaning would be that it is the acceleration in :math:`S` of a point stationary in :math:`S'`. **Links:** #. `Wikipedia `__. .. TODO find English link .. py:currentmodule:: symplyphysics.classical_mechanics.kinematics.relative_motion.acceleration_of_transfer_between_relative_frames .. py:data:: transfer_acceleration Vector of the transfer :attr:`~symplyphysics.symbols.classical_mechanics.acceleration`. Symbol: :code:`a_tr` Latex: :math:`{\vec a}_\text{tr}` Dimension: :code:`acceleration` .. py:data:: moving_frame_acceleration Vector of the :attr:`~symplyphysics.symbols.classical_mechanics.acceleration` of the :math:`S'` relative to :math:`S`. Symbol: :code:`a_0` Latex: :math:`{\vec a}_{0}` Dimension: :code:`acceleration` .. py:data:: centripetal_acceleration Vector of the body's centripetal :attr:`~symplyphysics.symbols.classical_mechanics.acceleration` relative to :math:`S'`. Symbol: :code:`a_cp` Latex: :math:`{\vec a}_\text{cp}` Dimension: :code:`acceleration` .. py:data:: rotation_acceleration Vector of acceleration due to non-uniform rotation of :math:`S'`. Symbol: :code:`a_rot` Latex: :math:`{\vec a}_\text{rot}` Dimension: :code:`acceleration` .. py:data:: law :code:`a_tr = a_0 + a_cp + a_rot` Latex: .. math:: {\vec a}_\text{tr} = {\vec a}_{0} + {\vec a}_\text{cp} + {\vec a}_\text{rot}