humanHG_pregnancy.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "timeUnit":"min",
  3. "compartments":[
  4. "redBloodCells","plasma","venous","kidney","urine",
  5. "richlyPerfused","fat","slowlyPerfused","hair",
  6. "brainBlood","brain","placenta",
  7. "liver","gut","intestine","feces","inorganicMercury"],
  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. "plasma":"plasmaVolume",
  12. "venous":"plasmaVolume",
  13. "kidney":"kidneyVolume",
  14. "richlyPerfused":"richlyPerfusedVolume",
  15. "fat":"fatVolume",
  16. "slowlyPerfused":"slowlyPerfusedVolume",
  17. "brainBlood":"brainBloodVolume",
  18. "placenta":"placentaVolume",
  19. "gut":"gutVolume",
  20. "intestine":"intestineVolume",
  21. "redBloodCells":"redBloodCellsVolume",
  22. "hair":"hairVolume",
  23. "brain":"brainVolume",
  24. "liver":"liverVolume"
  25. },
  26. "flows":{
  27. "(plasma,venous):kidney":"kidneyFlow",
  28. "(plasma,venous):richlyPerfused":"richlyPerfusedFlow",
  29. "(plasma,venous):fat":"fatFlow",
  30. "(plasma,venous):slowlyPerfused":"slowlyPerfusedFlow",
  31. "(plasma,venous):brainBlood":"brainBloodFlow",
  32. "(plasma,venous):placenta":"placentaFlow",
  33. "plasma:liver":"liverInFlow",
  34. "liver:venous":"liverOutFlow",
  35. "(plasma,liver):gut":"gutFlow",
  36. "plasma:venous":"plasmaFlow"},
  37. "commentSources":"constants in concentration units per s",
  38. "commentHeavyside":"value is mass of exogene/volume of container/duration",
  39. "sources":{
  40. "intestine":{"name":"constant","value":0.0486,"unit":"ug/min"}},
  41. "commentBindings":"split to flow and diffusion dominated",
  42. "bindings": {
  43. "flowComments":"group common sources or targets with brackets",
  44. "flow":[
  45. "(kidney,richlyPerfused,fat,slowlyPerfused,brainBlood,placenta,liver)->venous",
  46. "gut->liver",
  47. "plasma->(kidney,richlyPerfused,fat,slowlyPerfused,brainBlood,placenta,liver,gut)",
  48. "venous->plasma"],
  49. "diffusion":{
  50. "plasma->redBloodCells":"kRBC",
  51. "redBloodCells->plasma":"kRBC",
  52. "kidney->urine":"kU",
  53. "slowlyPerfused->hair":"kH",
  54. "hair->venous":"kH",
  55. "brainBlood->brain":"kBR",
  56. "liver->intestine":"kB",
  57. "liver->inorganicMercury":"kI",
  58. "intestine->gut":"kR",
  59. "intestine->inorganicMercury":"kD",
  60. "intestine->feces":"kF",
  61. "inorganicMercury->feces":"kF1"}},
  62. "pcComments":"always related to outflow of organs",
  63. "partitionCoefficients":{
  64. "kidney":"kidneyPC",
  65. "richlyPerfused":"richlyPerfusedPC",
  66. "fat":"fatPC",
  67. "slowlyPerfused":"slowlyPerfusedPC",
  68. "brainBlood":"brainBloodPC",
  69. "placenta":"placentaPC",
  70. "liver":"liverPC",
  71. "gut":"gutPC",
  72. "brainBlood->brain":"brainPC",
  73. "hair->venous":"hairPC",
  74. "redBloodCells->plasma":"rbcPC"},
  75. "parameters":"humanHG_parameters1.json"
  76. }