Network Screw Compressor Curve
The network screw compressor table describes time-based screw compressor curves to apply to compressor elements in a network for network optimization and forecasting.
The unique constraint on the Network Screw Compressor table rows is sourceId + name + date
Variable | Data Type | Unit of Measure | Is Nullable? | Default Value | Description |
sourceId | String | - | No | - | Source ID for the compressor/date curve. This sourceID enables upsert functionality from client source systems of record |
name | String | - | No | - | Compressor name. This must match the compressor name in the network definition |
date | DateTimeOffset | - | No | - | Date at which the compressor curve becomes applicable. Datetime offset (with timezone) in ISO 8601 format. Example: 2022-09-27T16:28:37+0000 |
compressorCurve | List<object> / json | - | No | - | See object description below |
Compressor Curve Notes
The compressorCurve object describes suction pressures and gas rates at defined discharge pressure steps in the following format (example). NOTE: Gas rate is in Mscf [ { "dischargePressure": 100, "suctionPressure": [10, 20, 30], "gasRate": [100, 200, 300] }, { "dischargePressure": 200, "suctionPressure": [15, 25, 35], "gasRate": [105, 205, 305] }... ]

