humanHG_parameters1.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {"parameters":{
  2. "bodyWeight":{"value":70,"units":"kg"},
  3. "bodyWeight0p75":{"derived":"bwPower0p75"},
  4. "kidneyPC":{"value":4.0},
  5. "richlyPerfusedPC":{"value":1},
  6. "fatPC":{"value":0.15},
  7. "slowlyPerfusedPC":{"value":2},
  8. "brainBloodPC":{"value":1},
  9. "brainPC":{"value":3},
  10. "hairPCBlood":{"value":248.7,"dist":"lognormal","cv":0.7},
  11. "hairPC":{"derived":"hairPC"},
  12. "placentaPC":{"value":2},
  13. "liverPC":{"value":5},
  14. "gutPC":{"value":1},
  15. "rbcPC":{"value":12},
  16. "flowNotes":"assuming 70kg individual, fetus at 0.1kg",
  17. "plasmaFlow":{"value":8.067,"unit":"l/min"},
  18. "plasmaFlowScaled":{"value":0.333,"unit":"l/min"},
  19. "kidneyFlow":{"value":1.412,"unit":"l/min"},
  20. "richlyPerfusedFlow":{"value":1.484,"unit":"l/min"},
  21. "fatFlow":{"value":0.419,"unit":"l/min"},
  22. "slowlyPerfusedFlow":{"value":2.01,"unit":"l/min"},
  23. "brainBloodFlow":{"value":0.920,"unit":"l/min"},
  24. "placentaFlow":{"value":0.173,"unit":"l/min"},
  25. "liverInFlow":{"value":0.391,"unit":"l/min"},
  26. "liverOutFlow":{"value":1.928,"unit":"l/min"},
  27. "gutFlow":{"value":1.538,"unit":"l/min"},
  28. "commentVolumes":"X",
  29. "plasmaVolume":{"derived":"plasmaVolume"},
  30. "redBloodCellsVolume":{"derived":"redBloodCellsVolume"},
  31. "kidneyVolume":{"derived":"kidneyVolume"},
  32. "richlyPerfusedVolume":{"derived":"richlyPerfusedVolume"},
  33. "fatVolume":{"derived":"fatVolume"},
  34. "hairVolume":{"function":"hairGrowth"},
  35. "hairGrowthDuration":{"derived":"hairGrowthDuration"},
  36. "hairVolumeMax":{"derived":"hairVolumeMax"},
  37. "slowlyPerfusedVolume":{"derived":"slowlyPerfusedVolume"},
  38. "brainBloodVolume":{"derived":"brainBloodVolume"},
  39. "brainVolume":{"derived":"brainVolume"},
  40. "liverVolume":{"derived":"liverVolume"},
  41. "gutVolume":{"derived":"gutVolume"},
  42. "intestineVolume":{"derived":"intestineVolume"},
  43. "commentFractions":"X",
  44. "plasmaVolumeFraction":{"value":0.024,"dist":"normal","cv":0.14},
  45. "redBloodCellsVolumeFraction":{"value":0.024,"dist":"normal","cv":0.25},
  46. "kidneyVolumeFraction":{"value":0.004,"dist":"normal","cv":0.3},
  47. "richlyPerfusedVolumeFraction":{"value":0.1,"dist":"normal","cv":0.3},
  48. "fatVolumeFraction":{"value":0.273,"dist":"normal","cv":0.24},
  49. "hairVolumeFraction":{"value":0.002,"dist":"normal","cv":0.5},
  50. "slowlyPerfusedVolumeFraction":{"value":0.35,"dist":"normal","cv":0.16},
  51. "brainBloodVolumeFraction":{"value":0.007,"dist":"normal","cv":0.3},
  52. "brainVolumeFraction":{"value":0.02,"dist":"normal","cv":0.3},
  53. "liverVolumeFraction":{"value":0.026,"dist":"normal","cv":0.25},
  54. "gutVolumeFraction":{"value":0.017,"dist":"normal","cv":0.15},
  55. "intestineVolumeFraction":{"value":0.14,"dist":"normal","cv":0.3},
  56. "commentDiff":"X",
  57. "kRBC":{"value":0.60,"unit":"l/min"},
  58. "kU":{"value":0,"unit":"l/min"},
  59. "commentkH":"assume pc-times larger input flow, 2.823e-6*248.7",
  60. "kH":{"value":2.823e-6,"unit":"l/min"},
  61. "kBR":{"value":4.033e-3,"unit":"l/min"},
  62. "kI":{"value":4.033e-6,"unit":"l/min"},
  63. "kB":{"value":4.033e-5,"unit":"l/min"},
  64. "kD":{"value":4.033e-5,"unit":"l/min"},
  65. "kF":{"value":8.066e-5,"unit":"l/min"},
  66. "kF1":{"value":0,"unit":"l/min"},
  67. "kR":{"value":2.016e-3,"unit":"l/min"},
  68. "zero":{"value":0},
  69. "threeQuarters":{"value":0.75},
  70. "heavisideTransition":{"value":100},
  71. "hairGrowthStart":{"value":0e6,"unit":"min"},
  72. "hairGrowthStop":{"derived":"hairGrowthStop"},
  73. "hairGrowth":{"derived":"hairGrowth"}},
  74. "functions":{
  75. "commentHairGrowth":"2yr hair growth to a total mass of 140g",
  76. "hairGrowth":{
  77. "type":"linearGrowth",
  78. "t1":"hairGrowthStart",
  79. "W1":"heavisideTransition",
  80. "t2":"hairGrowthStop",
  81. "W2":"heavisideTransition",
  82. "C":"hairVolumeMax"}},
  83. "derivedParameters":{
  84. "plasmaVolume":{
  85. "type":"product",
  86. "a":"plasmaVolumeFraction",
  87. "b":"bodyWeight"},
  88. "redBloodCellsVolume":{
  89. "type":"product",
  90. "a":"redBloodCellsVolumeFraction",
  91. "b":"bodyWeight"},
  92. "kidneyVolume":{
  93. "type":"product",
  94. "a":"kidneyVolumeFraction",
  95. "b":"bodyWeight"},
  96. "richlyPerfusedVolume":{
  97. "type":"product",
  98. "a":"richlyPerfusedVolumeFraction",
  99. "b":"bodyWeight"},
  100. "fatVolume":{
  101. "type":"product",
  102. "a":"fatVolumeFraction",
  103. "b":"bodyWeight"},
  104. "slowlyPerfusedVolume":{
  105. "type":"product",
  106. "a":"slowlyPerfusedVolumeFraction",
  107. "b":"bodyWeight"},
  108. "brainBloodVolume":{
  109. "type":"product",
  110. "a":"brainBloodVolumeFraction",
  111. "b":"bodyWeight"},
  112. "brainVolume":{
  113. "type":"product",
  114. "a":"brainVolumeFraction",
  115. "b":"bodyWeight"},
  116. "liverVolume":{
  117. "type":"product",
  118. "a":"liverVolumeFraction",
  119. "b":"bodyWeight"},
  120. "gutVolume":{
  121. "type":"product",
  122. "a":"gutVolumeFraction",
  123. "b":"bodyWeight"},
  124. "intestineVolume":{
  125. "type":"product",
  126. "a":"intestineVolumeFraction",
  127. "b":"bodyWeight"},
  128. "hairVolumeMax":{
  129. "type":"product",
  130. "a":"hairVolumeFraction",
  131. "b":"bodyWeight"},
  132. "hairGrowthStop":{
  133. "type":"sum",
  134. "a":"hairGrowthStart",
  135. "b":"hairGrowthDuration"},
  136. "hairGrowthDuration":{
  137. "type":"ratio",
  138. "a":"hairVolumeMax",
  139. "b":"hairGrowth"},
  140. "hairGrowth":{
  141. "type":"ratio",
  142. "a":"kH",
  143. "b":"hairPC"},
  144. "bwPower0p75":{
  145. "type":"power",
  146. "a":"bodyWeight",
  147. "n":"threeQuarters"},
  148. "plasmaFlow":{
  149. "type":"product",
  150. "a":"plasmaFlowScaled",
  151. "b":"bodyWeight0p75"},
  152. "hairPC":{
  153. "type":"ratio",
  154. "a":"hairPCBlood",
  155. "b":"slowlyPerfusedPC"}}
  156. }