cDiazepam.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "timeUnit":"min",
  3. "compartments":["adipose","brain","heart","kidney","liver",
  4. "splanchnic","stomach","muscle","skin","testes","remainder","lung",
  5. "excrement","arterial","venous"],
  6. "commentScaled":"add compartments that only have inputs so they can be scaled to total input",
  7. "scaled":["excrement"],
  8. "commentParameters":"every parameter must have a value, name is optional and used in SE computation",
  9. "volumeComment":"in a compartment w/o volume, value is mass",
  10. "volumes":{
  11. "adipose":"adiposeVolume",
  12. "brain":"brainVolume",
  13. "heart":"heartVolume",
  14. "kidney":"kidneyVolume",
  15. "liver":"liverVolume",
  16. "lung":"lungVolume",
  17. "muscle":"muscleVolume",
  18. "skin":"skinVolume",
  19. "splanchnic":"splanchnicVolume",
  20. "stomach":"stomachVolume",
  21. "testes":"testesVolume",
  22. "remainder":"remainderVolume",
  23. "venous":"venousVolume",
  24. "arterial":"arterialVolume"},
  25. "flows":{
  26. "(arterial,venous):adipose":"adiposeFlow",
  27. "(arterial,venous):brain":"brainFlow",
  28. "(arterial,venous):heart":"heartFlow",
  29. "(arterial,venous):kidney":"kidneyFlow",
  30. "arterial:liver":"liverInFlow",
  31. "liver:venous":"liverOutFlow",
  32. "(arterial,venous):lung":"totalFlow",
  33. "(arterial,venous):muscle":"muscleFlow",
  34. "(arterial,venous):skin":"skinFlow",
  35. "(arterial,liver):splanchnic":"splanchnicFlow",
  36. "(arterial,liver):stomach":"stomachFlow",
  37. "(arterial,venous):testes":"testesFlow",
  38. "(arterial,venous):remainder":"remainderFlow"},
  39. "commentSources":"constants in concentration units per s",
  40. "commentHeavyside":"value is mass of exogene/volume of container/duration",
  41. "inputs":{
  42. "venous":"venousInput"},
  43. "commentBindings":"split to flow and diffusion dominated",
  44. "bindings": {
  45. "flowComments":"group common sources or targets with brackets",
  46. "flow":[
  47. "(adipose,brain,heart,kidney,liver,muscle,skin,testes,remainder)->venous",
  48. "(splanchnic,stomach)->liver",
  49. "arterial->(adipose,brain,heart,kidney,liver,muscle,skin,testes,remainder,splanchnic,stomach)",
  50. "venous->lung",
  51. "lung->arterial"],
  52. "diffusion":{
  53. "liver->excrement":"k1"}},
  54. "pcComments":"always related to outflow of organs",
  55. "partitionCoefficients":{
  56. "adipose":"adiposePC",
  57. "brain":"brainPC",
  58. "heart":"heartPC",
  59. "kidney":"kidneyPC",
  60. "liver":"liverPC",
  61. "lung":"lungPC",
  62. "muscle":"musclePC",
  63. "remainder":"remainderPC",
  64. "skin":"skinPC",
  65. "splanchnic":"splanchnicPC",
  66. "stomach":"stomachPC",
  67. "testes":"testesPC"}
  68. }