///////////////////////////////////////////////////////////////
//
// This file is for specifying a different unit for displaying
// variables. Create an entry with the variable's pathname as the header,
// and set
// Unit		= the abbreviation you want for the unit. Note,
//		the program may prefix this by m, k, M etc.
// Conversion 	= the constant that must be multiplied by the
//		value in the original internal unit. for example,
//		to get Pascals from metres of mercury, use 132894.
//
// To enable these conversions, select 'Override internal units'
// in the options dialog.
//
///////////////////////////////////////////////////////////////
//
// UK UNITS:
// By default the engine calculates pressures in mmHg, and all
// concentrations in moles/Litre. In UK hospitals the following
// are commonly used:
//
///////////////////////////////////////////////////////////////


//////////////
//
// Partial pressures in Pa
//
[body.blood.arterial.PO2]
Unit=Pa
Conversion=132894
[body.blood.arterial.PCO2]
Unit=Pa
Conversion=132894

[body.blood.venous.PO2]
Unit=Pa
Conversion=132894
[body.blood.venous.PCO2]
Unit=Pa
Conversion=132894

[environment.airP.O2]
Unit=Pa
Conversion=132894
[environment.airP.CO2]
Unit=Pa
Conversion=132894

[body.CVS.InterstitialP.CO2]
Unit=Pa
Conversion=132894
[body.CVS.InterstitialP.O2]
Unit=Pa
Conversion=132894

[body.lungs.alvP.O2]
Unit=Pa
Conversion=132894
[body.lungs.alvP.CO2]
Unit=Pa
Conversion=132894

////////////////
//
// Certain pressures usually in cmH2O
//

[body.CVS.heart.RAP]
Unit=mH2O
Conversion=13.158
[body.brain.ICP]
Unit=mH2O
Conversion=13.158
[body.lung.Pairway]
Unit=mH2O
Conversion=13.158


////////////////
//
// Electrolytes in grams
//
[body.blood.PPr]
Unit=g/l
Conversion=60833

[body.blood.PNa]
Unit=g/l
Conversion=22.990
[body.blood.PK]
Unit=g/l
Conversion=39.098

[body.kidney.urine.Na]
Unit=g/l
Conversion=22.990
[body.kidney.urine.K]
Unit=g/l
Conversion=39.098

[body.NaQ]
Unit=g
Conversion=22.990
[body.KQ]
Unit=g
Conversion=22.990

[body.blood.Hb]
Unit=g/dl
Conversion=0.1

[body.blood.NH3]
Unit=g/L
Conversion=17

////////////////////////////
//
// This is the commonest unit in UK ITU
// Swan-Ganz transducers
//

[body.CVS.PR]
Unit=dyne s/cm^5
Conversion=79993

[body.muscle.resistance]
Unit=dyne s/cm^5

[body.skin.resistance]
Unit=dyne s/cm^5

[body.viscera.resistance]
Unit=dyne s/cm^5


////////////////////////
//
// US Unit for glucose
//

[body.blood.glucose]
Unit=g/l
Conversion=180


////////////////////////
//
// US unit for creatinine
//

[body.blood.PCreat]
Unit=g/dL
Conversion = 0.0000113122172
[body.blood.creat]
Unit=g/dL
Conversion = 0.0000113122172


/////////////////////////////////
//
// Other interesting alternatives
//

[body.blood.volume]
Unit=pt
Conversion = 1.760

[body.ecf.volume]
Unit=pt
Conversion = 1.760

[body.icf.volume]
Unit=pt
Conversion = 1.760
