Network Source Definition
The Network Source Definition table defines third-party sources into the network (wells or other networks). These sources must have a forecast defined in Network Source Forecast. The unique constraint on Network Source Definition is sourceNetworkId + sourceId + date.
Variable | Data Type | Unit of Measure | Is Nullable? | Default Value | Description |
---|---|---|---|---|---|
sourceNetworkId | String | - | - | - | SourceNetworkId the network source belongs to |
sourceId | String | - | No | - | Source ID for the network source definition. This sourceID enables upsert functionality from client source systems of record |
date | DateTimeOffset | - | No | - | Date at which the network source becomes part of the network. Datetime offset (with timezone) in ISO 8601 format. Example: 2022-09-27T16:28:37+0000 |
downstreamSourceId | String | - | No | - | Source Id of the downstream node. Most commonly a Network Pipe Definition Source ID |
enabled | Bool | - | No | - | Whether the network source should participate in the network (false would be the equivalent of a mask in GAP) |
fluidGravityApi | Double | API degrees | No | - | Oil API gravity |
fluidGravityGas | Double | Specific gravity | No | - | Gas specific gravity |
fluidSalinityWater | Double | ppm | No | - | Water salinity |
rsi | Double | scf/STB | No | - | Initial solution gas oil ratio |
fluidMolarFracN2 | Double | decimal percent | No | - | Molar fraction N2 |
fluidMolarFracCO2 | Double | decimal percent | No | - | Molar fraction CO2 |
fluidMolarFracH2S | Double | decimal percent | No | - | Molar fraction H2S |
condensateGasRatio | Double | STB/scf | No | - | Condensate gas ratio |
waterGasRatio | Double | STB/scf | No | - | Water gas ratio |