BFromHHysteresis:

Path: SC/MagneticControl

% Flux density from the magnetic field due to hysteresis.

   Unlike Flatley, we use a tanh curve for the hysteresis boundaries.

   Since version 10.
--------------------------------------------------------------------------
   Form:
   b = BFromHHysteresis( h, hDot, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   h                  (1,:) Magnetic field in each bar
   hDot               (1,:) Magnetic field rate in each bar
   d                  (1,1) Data structure
                            .bS (1,1) Saturation flux density 
                            .hC (1,1) Coercive force
                            .bR (1,1) Remnance

   -------
   Outputs
   -------
   b                  (1,:) Flux density
   

--------------------------------------------------------------------------
   Reference: Flatley, T. W. and Henretty, D. A., "A Magnetic Hysteresis
              Model."
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the SC Module page