/////////////////////////////////////////////////////
//
// Fluids
//
// The compositions of the fluid types used by Phic
// All values are concentrations x 1E-6 M.
// The final item is the name of the fluid, as will
// be displayed in the Fluids menu.
//
///////////////////////////////////////////////////////
//
// Bicarb      H       glu  urea     prot     K      Na   solids
//
//

   0.    	0.1	0.	0.	0.	4000.	144000.	0.	Saline


	//Hartmanns used to be 'Dextran'
   24000. 	0.1	0.      0.	0.	20000.	144000.	0. 	Hartmanns


	//Dextrose 5% added 31/7/3
	0	0	0.250E6	0	0	0	0	0	Dextrose


	//packed cells added 10/1/03 - contains more K+ (5.5mmol/L), and is 80% cells
  24000		0.07272	 4000	4000	0	3000	79200	800000	PackedCells


      0		0	0	0	32850	0	0	0	Colloid

      0.	0.1	0.	0.	0.	0.	0.	0.	Water



	0.	1000	0.	0.	0.	0.	0.	0.	Acid


100000.		0.	0.	0.	0.	0.	0.	0. 	Alkali



      0		0.1	0.	0.	0.	20000.	440000.	0.	Seawater


	//old name: hyper
 24000000. 	0.1	0.      0.	0.  4000000. 144000000.	0.	Hypertonic



//added 27/10/3. This is basically pure plasma without any protein.
24000         0.0398107  4000    0      0       4000    144000  0       Lactasol


	//?Variables has 39800 H+
// 24000.     0.072720	0.      0.	73000.	4000.	144000.	0.	Plasma    //Old
//new plasma has less protein 10/1/03
24000	      0.0398107	0	0	1200	4000.	144000	0	Plasma





		//old name: blud. @todo - protein is probably wrong.
//  13200.	0.04	4000.	4000.   32850.	2200.	79200.	450000.	Blood //old
//corrected protein, K+, bic
//? Variables has 21890 H+
  13200		0.07272	 4000	4000	660	2420	79200	450000	Blood




// 240000.	0.05	1200000. 0.	5000.	60000.	500000.	700000.	Food
	//16/6/3 removed bicarbonate from food, 24000 now.
	//4/10/3 H+ is less than expected, because of the solids.
	//       made rest more dilute because of solids.
	7200.	0.03	60000. 0.	5000.	60000.	500000.	700000.	Food




//large  : 1Molar protein used by Container.ultraFiltrate()
      0.	0.	0.	0.	1000000.  0.	0.	0.	Large


//ideal  : Plasma without protein, the fluid removed from Proximal convoluted tubule
// 24000.     0.072720	0.      0.	0.	4000.	144000.	0.	Ideal
// 16/6/3 removed bicarb from this; it is handled separately, independent of AngII
// 22/6/5 added urea to this
   24000.    0.0398107	 0.   4000.	0.	4000.	144000.	0.	Ideal



   0           100      0       0       0       4000     0      0       GastricSecretions
  24000         0.      4000    0       660     4200     79200  0       ColonicSecretions

