Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/p2_tables.romdata @ 167:cb055a7d75f3
+ Use overlay local vars.
+ Make all private functions static.
+ Merge calc_tissue 2sec and 1min
+ Merge sim_tissue 1min and 10min
+ Expose basic display utilities for c-code.
+ Prepare stand-alone utilities for p2_main.c testing platform.
+ New c utility: int read_custom_function(cf#)
author | JeanDo |
---|---|
date | Mon, 24 Jan 2011 23:31:57 +0100 |
parents | 8b5b848db4cd |
children | f15e804ff67f |
comparison
equal
deleted
inserted
replaced
166:80de93d72a17 | 167:cb055a7d75f3 |
---|---|
94 0.9171, | 94 0.9171, |
95 0.9217, | 95 0.9217, |
96 0.9267 | 96 0.9267 |
97 }; | 97 }; |
98 | 98 |
99 rom const float buhlmann_t05[] = | |
100 { | |
101 //---- half-life for N2 ------------------------------------------------------ | |
102 -5.77078, // 4 min * -1/ln(2) | |
103 -11.54156, | |
104 -17.31234, | |
105 -25.96851, | |
106 -38.95277, | |
107 -56.26511, | |
108 -79.34823, | |
109 -111.08752, | |
110 -157.25376, | |
111 -210.63348, | |
112 -269.78397, | |
113 -344.80411, | |
114 -440.02199, | |
115 -562.65107, | |
116 -718.46213, | |
117 -916.11135, // 635 min * -1/ln(2) | |
118 //---- half-life for He ------------------------------------------------------ | |
119 -2.178469512, // 1.51 min * -1/ln(2) | |
120 -4.356939024, | |
121 -6.809520594, | |
122 -10.08443834, | |
123 -14.72991637, | |
124 -20.89022419, | |
125 -29.61852919, | |
126 -41.99685264, | |
127 -59.43903569, | |
128 -79.62233931, | |
129 -101.9841124, | |
130 -130.33307, | |
131 -166.3283113, | |
132 -212.6821029, | |
133 -271.5729145, | |
134 -346.2900907 // 240,03 * -1/ln(2) | |
135 }; | |
136 | |
137 rom const float buhlmann_ht[] = | 99 rom const float buhlmann_ht[] = |
138 { | 100 { |
139 //---- N2 -------------------------------------------------------------------- | 101 //---- N2 -------------------------------------------------------------------- |
140 4, // Compartiment length, in minute, for nitrogen. | 102 4, // Compartiment length, in minute, for nitrogen. |
141 8, | 103 8, |