Location: Cardiovascular model with the feedback loops @ ab80326df218 / simulation.json

Author:
Weiwei Ai <wai484@aucklanduni.ac.nz>
Date:
2024-07-17 13:30:50+12:00
Desc:
Upload manifest.xml and simulation.json files
Permanent Source URI:
https://models.physiomeproject.org/workspace/b6e/rawfile/ab80326df218db41b5a3ef46a2cdf2a5fb8905cc/simulation.json

{
    "input": [
      {
        "defaultValue": 1000,
        "id": "sp1",
        "maximumValue": 1500,
        "minimumValue": 500,
        "name": "Stimulation period for activity(ms)"
      },
      {
        "defaultValue": 30000,
        "id": "sp2",
        "maximumValue": 50000,
        "minimumValue": 5000,
        "name": "Druation of activity(ms)"
      }
    ],
    "output": {
      "data": [
        {
          "id": "time",
          "name": "main/time"
        },
        {
          "id": "V",
          "name": "membrane/V"
        },
        {
          "id": "ABP",
          "name": "cvs/u_sa"
        },
        {
          "id": "stim_period",
          "name": "membrane/stim_period"
        }
      ],
      "plots": [
        {
          "xAxisTitle": "Time (ms)",
          "xValue": "time",
          "yAxisTitle": "Membrane potential (mV)",
          "yValue": "V"
        },
        {
          "xAxisTitle": "Time (ms)",
          "xValue": "time",
          "yAxisTitle": "Arterial blood pressure (mmHg)",
          "yValue": "ABP"
        },
        {
          "xAxisTitle": "Time (ms)",
          "xValue": "time",
          "yAxisTitle": "Stimulation period (ms)",
          "yValue": "stim_period"
        }
      ]
    },
    "parameters": [
      {
        "name": "membrane/act_period",
        "value": "sp1"
      },
      {
        "name": "membrane/act_duration",
        "value": "sp2"
      }
    ]
  }