standard packages for 1076.1 : Magnetic subtype additions


Subject: standard packages for 1076.1 : Magnetic subtype additions
From: Peter Wilson (prw99r@ecs.soton.ac.uk)
Date: Thu Sep 27 2001 - 08:33:15 PDT


Hi,

I would like to suggest the following additions to the magnetic section
of the package:

  -- Flux Density, B (T)
  subtype FLUX_DENSITY is REAL tolerance "DEFAULT_FLUX_DENSITY";
  -- Magnetic Field Strength, H (A/m)
  subtype MAGNETIC_FIELD_STENGTH is REAL tolerance
"DEFAULT_MAGNETIC_FIELD_STENGTH ";
  -- Magnetic Permeability, scalar
  subtype MU is REAL tolerance "DEFAULT_MU";

as these names are quite cumbersome, how about the following
alternatives :

  -- Flux Density, B (T)
  subtype MAGNETIC_B is REAL tolerance "MAGNETIC_B ";
  -- Magnetic Field Strength, H (A/m)
  subtype MAGNETIC_H is REAL tolerance "DEFAULT_MAGNETIC_H ";
  -- Magnetic Permeability, scalar
  subtype MU is REAL tolerance "DEFAULT_MU";

with the related attributes (just given once - substitute the
alternative subtype names if necessary) :-

   attribute SYMBOL of MAGNETIC_B : subtype is "Tesla";
   attribute SYMBOL of MAGNETIC_H : subtype is "Amperes per metre";



This archive was generated by hypermail 2b28 : Thu Sep 27 2001 - 08:51:42 PDT