{
  "id": 36,
  "name": "Nomad Natural Filter (6.5 Bar)",
  "phases": [
    {
      "name": "Soft Fill (Naturals)",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 3.5,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 8000,
        "pressureAbove": 2.5
      }
    },
    {
      "name": "Bloom (Hydrate Fines)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2,
        "curve": "INSTANT",
        "start": 2.5
      },
      "stopConditions": {
        "time": 10000
      }
    },
    {
      "name": "Ramp to 6.5 Bar",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6.5,
        "time": 4000,
        "curve": "LINEAR",
        "start": 2
      },
      "restriction": 5,
      "stopConditions": {
        "time": 4000
      }
    },
    {
      "name": "Flow Maintenance",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4.5,
        "time": 25000,
        "curve": "EASE_OUT",
        "start": 6.5
      },
      "restriction": 5,
      "stopConditions": {
        "time": 35000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 95,
  "globalStopConditions": {
    "weight": 48
  }
}