cDiazepam_parameters1.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "parameters":{
  3. "commentsInput":"X",
  4. "venousInput":{"value":0.3e6,"commentUnit":"sameUnitAsVolumes"},
  5. "_venousInput":{"function":"venousInput"},
  6. "inputA":{"value":0.01,"commentUnit":"sameAsVolumes"},
  7. "inputTau":{"value":1,"commentUnit":"sameAsTimeUnit"},
  8. "commentPC":"X",
  9. "adiposePC":{"value":23.1,"dist":"lognormal","cv":0.3},
  10. "brainPC":{"value":2.2,"dist":"lognormal","cv":0.3},
  11. "heartPC":{"value":4.3},
  12. "kidneyPC":{"value":5.2},
  13. "liverPC":{"value":9.1},
  14. "lungPC":{"value":5.3},
  15. "musclePC":{"value":2.4},
  16. "remainderPC":{"value":16.5},
  17. "skinPC":{"value":3.2,"dist":"lognormal","cv":0.3},
  18. "splanchnicPC":{"value":4.3},
  19. "stomachPC":{"value":4.5},
  20. "testesPC":{"value":4.7},
  21. "commentFlows":"X",
  22. "flowNotes":"liverOutFlow is sum of liver,splanchnic and stomach",
  23. "adiposeFlow":{"value":2.55,"unit":"ml/min"},
  24. "brainFlow":{"value":0.78,"unit":"ml/min"},
  25. "heartFlow":{"value":4.2,"unit":"ml/min"},
  26. "kidneyFlow":{"value":16.61,"unit":"ml/min"},
  27. "liverInFlow":{"value":3.55,"unit":"ml/min"},
  28. "liverOutFlow":{"derived":"liverOutFlow"},
  29. "gutOutFlow":{"derived":"gutOutFlow"},
  30. "totalFlow":{"value":80,"unit":"ml/min"},
  31. "muscleFlow":{"value":16.25,"unit":"ml/min"},
  32. "skinFlow":{"value":7.1,"unit":"ml/min"},
  33. "splanchnicFlow":{"value":20.25,"unit":"ml/min"},
  34. "stomachFlow":{"value":1.9,"unit":"ml/min"},
  35. "testesFlow":{"value":1.9,"unit":"ml/min"},
  36. "remainderFlow":{"value":4.91,"unit":"ml/min"},
  37. "adiposeVolume":{"value":10,"unit":"g"},
  38. "brainVolume":{"value":1.2,"unit":"g"},
  39. "heartVolume":{"value":1,"unit":"g"},
  40. "kidneyVolume":{"value":2,"unit":"g"},
  41. "liverVolume":{"value":11,"unit":"g"},
  42. "lungVolume":{"value":1.2,"unit":"g"},
  43. "muscleVolume":{"value":125,"unit":"g"},
  44. "skinVolume":{"value":43.8,"unit":"g"},
  45. "splanchnicVolume":{"value":15,"unit":"g"},
  46. "stomachVolume":{"value":1.1,"unit":"g"},
  47. "testesVolume":{"value":2.5,"unit":"g"},
  48. "remainderVolume":{"value":15.8,"unit":"g"},
  49. "venousVolume":{"value":13.6,"unit":"g"},
  50. "arterialVolume":{"value":6.8,"unit":"g"},
  51. "liverToExcrementNotes":"CL=422 ml/min,PC=9.1,f=0.15,V=11g->k1=0.0105/s",
  52. "k1":{"value":0.0105,"unit":"1/s"}},
  53. "derivedParameters":{
  54. "liverOutFlow":{
  55. "type":"sum",
  56. "a":"liverInFlow",
  57. "b":"gutOutFlow"},
  58. "gutOutFlow":{
  59. "type":"sum",
  60. "a":"splanchnicFlow",
  61. "b":"stomachFlow"}
  62. },
  63. "functions":{
  64. "venousInput":{"type":"exp","A":"inputA","tau":"inputTau"}
  65. }
  66. }