Class FaradayLaw<T>

A force law computes the forces on one or more bodies in the system.

Type Parameters

  • T

Hierarchy

  • AbstractSimObject
    • FaradayLaw

Implements

Constructors

  • force = Q * (v << F), where Q is the body charge, v is the ordinary spacetime velocity, F is the Faraday field at the body location.

    Type Parameters

    • T

    Parameters

    • body: Charged<T>

      the body upon which the field acts.

    • field: ((position) => T)

      the Faraday field. This field that has a bivector value.

        • (position): T
        • Parameters

          • position: T

          Returns T

    Returns FaradayLaw<T>

Accessors

Methods

Generated using TypeDoc