Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove ground loads from system parameter #576

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions geojson_modelica_translator/system_parameters/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1380,13 +1380,6 @@
],
"additionalProperties": true
},
"ground_loads": {
"description": "Heat rejection or extraction loads (in Watts) of the ground heat exchanger. \n\n Determined from the Thermal Network sizing, and used for ground heat exchanger sizing.\n\n Heat extraction loads are positive, and heat rejection loads are negative.",
"type": "array",
"items": {
"type": "number"
}
},
"ghe_geometric_params": {
"description": "The length and width of the Ground Heat Exchanger determined from the GeoJSON Feature File.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@
"diameter": 0.15,
"length_of_boreholes": 1.0,
"number_of_boreholes": 5
},
"ground_loads": []
}
}
]
}
Expand Down
Loading