home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / gamegif / pspice5.lzh / MAGNETIC.LIB < prev    next >
Text File  |  1988-11-01  |  3KB  |  72 lines

  1. * Library of magnetic core model parameters
  2.  
  3. * This is a reduced version of MicroSim's magnetic core library.
  4. *   You are welcome to make as many copies of it as you find convenient.
  5.  
  6. * Release date: November 1988
  7.  
  8. * The parameters in this model library were derived from the data sheets for
  9. * each core.  The Jiles-Atherton magnetics model is described in:
  10. *
  11. *   Theory of Ferromagnetic Hysteresis, by D C Jiles and D L Atherton,
  12. *   Journal of Magnetism and Magnetic Materials, vol 61 (1986) pp 48-60
  13. *
  14. * Model parameters for ferrite material (Ferroxcube 3C8) were obtained by
  15. * trial simulations, using the B-H curves from the manufacturer's catalog.
  16. * Then, the library was compiled from the data sheets for each core geometry.
  17. * Notice that only the geometric values change once a material is
  18. * characterized.
  19.  
  20. * Example use:  K2 L2 .99 K1409PL_3C8
  21.  
  22. * Notes:
  23. *   1) Using a K device (formerly only for mutual coupling) with a model
  24. *   reference changes the meaning of the L device: the inductance value
  25. *   becomes the number of turns for the winding.
  26. *   2) K devices can "get away" with specifying only one inductor, as in the
  27. *   example above, to simulate power inductors.
  28.  
  29. * Example circuit file:
  30.  
  31. *+-----------------------------------------------------------------------------
  32. *|Demonstration of power inductor B-H curve
  33. *|
  34. *|* To view results with Probe (B-H curve):
  35. *|* 1) Add Trace for B(K1)
  36. *|* 2) set X-axis variable to H(K1)
  37. *|*
  38. *|* Probe x-axis unit is Oersted
  39. *|* Probe y-axis unit is Gauss
  40. *|*
  41. *|.tran .1 4
  42. *|igen0 0 1 sin(0 .1amp 1Hz 0)    ; Generator: starts with 0.1 amp sinewave, then
  43. *|igen1 0 1 sin(0 .1amp 1Hz 1)    ;   +0.1 amps, starting at 1 second
  44. *|igen2 0 1 sin(0 .2amp 1Hz 2)    ;   +0.2 amps, starting at 2 seconds
  45. *|igen3 0 1 sin(0 .8amp 1Hz 3)    ;   +0.4 amps, starting at 3 seconds
  46. *|RL 1 0 1ohm            ; generator source resistance
  47. *|L1 1 0 20            ; inductor with 20 turns
  48. *|K1 L1 .9999 K528T500_3C8    ; Ferroxcube torroid core
  49. *|.model K528T500_3C8    Core(MS=420E3 ALPHA=2E-5 A=26 K=18 C=1.05
  50. *|+            AREA=1.17 PATH=8.49)
  51. *|.options itl5=0
  52. *|.probe
  53. *|.end
  54. *+-----------------------------------------------------------------------------
  55.  
  56. *** Ferroxcube pot cores: 3C8 material
  57.  
  58. .model K3019PL_3C8    Core(Ms=420E3 Alpha=2E-5 A=26 K=18 C=1.05
  59. +            Area=1.38 Path=4.52)
  60.  
  61. *** Ferroxcube square cores: 3C8 material
  62.  
  63. .model KRM8PL_3C8    Core(Ms=420E3 Alpha=2E-5 A=26 K=18 C=1.05
  64. +            Area=.630 Path=3.84)
  65.  
  66. *** Ferroxcube toroid cores: 3C8 material
  67.  
  68. .model K502T300_3C8    Core(Ms=420E3 Alpha=2E-5 A=26 K=18 C=1.05
  69. +            Area=.371 Path=7.32)
  70.  
  71. *** end of library file
  72.