/* * Model Structure * * This CellML model contains a full set of SI base units, SI-derived * units, and non-SI-derived units. * * The complete original reference is cited below: * * The International System of Units (SI) 8th edition, 2006, The * International System of Units (SI). */ import nsrunit; unit conversion on; unit minute=60 second^1; unit hour=3600 second^1; unit day=86400 second^1; unit degree=.01745329 dimensionless; unit tonne=1E3 kilogram^1; unit electronvolt=1.6021773E-19 kilogram^1*meter^2*second^(-2); unit unified_atomic_mass_unit=1.6605402E-27 kilogram^1; unit astronomical_unit=1.4959787E11 meter^1; unit nautical_mile=1852 meter^1; unit knot=.51444444 meter^1*second^(-1); unit are=100 meter^2; unit hectare=1E4 meter^2; unit bar=1E5 kilogram^1*meter^(-1)*second^(-2); unit angstrom=1E-10 meter^1; unit barn=1E-28 meter^2; // unit erg predefined unit dyn=1E-5 kilogram^1*meter^1*second^(-2); // unit poise predefined unit stokes=1E-4 meter^2*second^(-1); // unit gauss predefined //Warning: unit oersted_ renamed from oersted, as the latter is predefined in JSim with different fundamental units. unit oersted_=785.3981634 meter^(-1)*ampere^1; unit maxwell=1E-8 kilogram^1*meter^2*second^(-2)*ampere^(-1); unit stilb=1E4 meter^(-2)*candela^1; unit phot=1E4 meter^(-2)*candela^1; unit gal=.01 meter^1*second^(-2); unit curie=3.7E10 second^(-1); unit rontgen=2.58E-4 kilogram^(-1)*second^1*ampere^1; unit rem=.01 meter^2*second^(-2); unit x_unit=1.002E-13 meter^1; unit gamma=1E-9 kilogram^1*second^(-2)*ampere^(-1); unit jansky=1E-26 kilogram^1*second^(-2); unit fermi=1E-15 meter^1; unit metric_carat=2E-4 kilogram^1; // unit torr predefined unit atmosphere=101325 kilogram^1*meter^(-1)*second^(-2); unit calorie_at_15C=4.1855 kilogram^1*meter^2*second^(-2); unit calorie_international_table=4.1868 kilogram^1*meter^2*second^(-2); unit calorie_thermochemical=4.184 kilogram^1*meter^2*second^(-2); unit micron=1E-6 meter^1; unit rad=1 dimensionless; unit sr=1 dimensionless; unit Hz=1 second^(-1); unit N=1 kilogram^1*meter^1*second^(-2); unit Pa=1 kilogram^1*meter^(-1)*second^(-2); unit J=1 kilogram^1*meter^2*second^(-2); unit W=1 kilogram^1*meter^2*second^(-3); unit C=1 second^1*ampere^1; unit V=1 kilogram^1*meter^2*second^(-3)*ampere^(-1); unit F=1 kilogram^(-1)*meter^(-2)*second^4*ampere^2; unit S=1 kilogram^(-1)*meter^(-2)*second^3*ampere^2; unit Wb=1 kilogram^1*meter^2*second^(-2)*ampere^(-1); unit T=1 kilogram^1*second^(-2)*ampere^(-1); unit H=1 kilogram^1*meter^2*second^(-2)*ampere^(-2); unit lm=1 candela^1; unit lx=1 meter^(-2)*candela^1; unit Bq=1 second^(-1); unit Gy=1 meter^2*second^(-2); unit Sv=1 meter^2*second^(-2); unit m=1 meter^1; unit kg=1 kilogram^1; unit s=1 second^1; unit A=1 ampere^1; unit K=1 kelvin^1; unit mol=1 mole^1; unit cd=1 candela^1; math main { //Note: no math in this CellML model: probably used for defining units or metadata only. extern real all; }