Skip to content

Commit

Permalink
Specify units of GHE flow_rate (#623)
Browse files Browse the repository at this point in the history
* specify units for ghe flow_rate in schema

* change ghe flow_rate to be in liters/second as GHED expects

* remove unit for ghe flow_type, which was a typo
  • Loading branch information
vtnate authored Mar 15, 2024
1 parent f6a0a7b commit 79c763d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geojson_modelica_translator/system_parameters/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1613,13 +1613,13 @@
"default": "AREAPROPORTIONAL"
},
"flow_rate": {
"description": "Nominal design mass flow rate. Depending on whether the flow_type attribute is set to 'borehole' or 'system', this will be the nominal flow rate for either each borehole or the entire ground heat exchanger.",
"description": "Nominal design mass flow rate, in l/s. Depending on whether the flow_type attribute is set to 'borehole' or 'system', this will be the nominal flow rate for either each borehole or the entire ground heat exchanger.",
"type": "number",
"minimum": 0,
"default": 0.3
},
"flow_type": {
"description": "Flow type for ground heat exchanger sizing, in l/s.",
"description": "Flow type for ground heat exchanger sizing",
"type": "string",
"enum": [
"borehole",
Expand Down

0 comments on commit 79c763d

Please sign in to comment.