humanHG_parameters2.json 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "hairPC":{"value":248.7},
  11. "placentaPC":{"value":2},
  12. "liverPC":{"value":5},
  13. "gutPC":{"value":1},
  14. "rbcPC":{"value":12},
  15. "flowNotes":"assuming 70kg individual, fetus at 0.1kg",
  16. "plasmaFlow":{"value":8.067,"unit":"l/min"},
  17. "plasmaFlowScaled":{"value":0.333,"unit":"l/min"},
  18. "kidneyFlow":{"value":1.412,"unit":"l/min"},
  19. "richlyPerfusedFlow":{"value":1.484,"unit":"l/min"},
  20. "fatFlow":{"value":0.419,"unit":"l/min"},
  21. "slowlyPerfusedFlow":{"value":2.01,"unit":"l/min"},
  22. "brainBloodFlow":{"value":0.920,"unit":"l/min"},
  23. "placentaFlow":{"value":0.173,"unit":"l/min"},
  24. "liverInFlow":{"value":0.391,"unit":"l/min"},
  25. "liverOutFlow":{"value":1.928,"unit":"l/min"},
  26. "gutFlow":{"value":1.538,"unit":"l/min"},
  27. "plasmaVolume":{"value":1.64,"unit":"kg"},
  28. "redBloodCellsVolume":{"value":1.64,"unit":"kg"},
  29. "kidneyVolume":{"value":0.28,"unit":"kg"},
  30. "richlyPerfusedVolume":{"value":7,"unit":"kg"},
  31. "fatVolume":{"value":19.11,"unit":"kg"},
  32. "hairVolume":{"function":"hairGrowth"},
  33. "hairGrowth":{"value":5e-8,"unit":"kg/min"},
  34. "hairGrowthDuration":{"value":3e6,"dist":"lognormal","cv":0.5},
  35. "slowlyPerfusedVolume":{"value":24.5,"unit":"kg"},
  36. "brainBloodVolume":{"value":0.49,"unit":"kg"},
  37. "brainVolume":{"value":1.4,"unit":"kg"},
  38. "placentaVolume":{"value":0.0431,"unit":"kg"},
  39. "liverVolume":{"value":1.82,"unit":"kg"},
  40. "gutVolume":{"value":1.19,"unit":"kg"},
  41. "intestineVolume":{"value":0.98,"unit":"kg"},
  42. "kRBC":{"value":0.60,"unit":"l/min"},
  43. "kU":{"value":0,"unit":"l/min"},
  44. "commentkH":"assume pc-times larger input flow, 2.823e-6*248.7",
  45. "kH":{"value":2.823e-6,"unit":"l/min"},
  46. "kBR":{"value":4.033e-3,"unit":"l/min"},
  47. "kI":{"value":4.033e-6,"unit":"l/min"},
  48. "kB":{"value":4.033e-5,"unit":"l/min"},
  49. "kD":{"value":4.033e-5,"unit":"l/min"},
  50. "kF":{"value":8.066e-5,"unit":"l/min"},
  51. "kF1":{"value":0,"unit":"l/min"},
  52. "kR":{"value":2.016e-3,"unit":"l/min"},
  53. "zero":{"value":0},
  54. "threeQuarters":{"value":0.75},
  55. "heavisideTransition":{"value":100},
  56. "hairGrowthStart":{"value":0e6,"unit":"min"},
  57. "hairGrowthStop":{"derived":"hairGrowthStop"}},
  58. "functions":{
  59. "commentHairGrowth":"2yr hair growth to a total mass of 140g",
  60. "hairGrowth":{
  61. "type":"linearGrowthFixedSlope",
  62. "t1":"hairGrowthStart",
  63. "W1":"heavisideTransition",
  64. "t2":"hairGrowthStop",
  65. "W2":"heavisideTransition",
  66. "alpha":"hairGrowth"}},
  67. "derivedParameters":{
  68. "hairGrowthStop":{
  69. "type":"sum",
  70. "a":"hairGrowthStart",
  71. "b":"hairGrowthDuration"},
  72. "bwPower0p75":{
  73. "type":"power",
  74. "a":"bodyWeight",
  75. "n":"threeQuarters"},
  76. "plasmaFlow":{
  77. "type":"product",
  78. "a":"plasmaFlowScaled",
  79. "b":"bodyWeight0p75"}}
  80. }