-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from thegridelectric/dev
v 0.4.0 - first pass Simple Resistive Hydronic Flo
- Loading branch information
Showing
64 changed files
with
3,374 additions
and
1,438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"gwapi": "001", | ||
"type_name": "atn.outside.temp.regr.coeffs", | ||
"version": "000", | ||
"owner": "[email protected]", | ||
"description": ". Coefficients for a linear regression of avg power leaving a building as a function of weather: PowerOut = Alpha + Beta * OutsideTempF These are an example of Slowly Varying State variables maintained for a thermal storage heating Terminal Asset by its AtomicTNode and Scada.", | ||
"url": "https://gridworks-atn.readthedocs.io/en/latest/data-categories.html#slowly-varying-state-variables", | ||
"properties": { | ||
"Alpha": { | ||
"type": "integer", | ||
"title": "Alpha (units: W)", | ||
"required": true | ||
}, | ||
"Beta": { | ||
"type": "number", | ||
"title": "Beta (units: W / deg F) ", | ||
"required": true | ||
}, | ||
"TypeName": { | ||
"type": "string", | ||
"value": "atn.outside.temp.regr.coeffs.000", | ||
"title": "The type name" | ||
}, | ||
"Version": { | ||
"type": "string", | ||
"title": "The type version", | ||
"default": "000", | ||
"required": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Data Categories | ||
================ | ||
|
||
|
||
Slowly Varying State Variables | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
This refers to state variables for a TerminalAsset that are likely to stay the | ||
same day-to-day but still are likely to change during normal lifecycle operations. | ||
|
||
A good example is the linear regression coefficients used for predicting building | ||
heat loss as a function of weather. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
Hello AtomicTNode | ||
================= | ||
|
||
AtomicTNodes intro - what they are, what they do. | ||
|
||
Walk through the tutorial using an open-source demo strategy for what we call a simple | ||
resistive hydronic heating system. This code emakes some simplifying assumptions that | ||
one would want to adjust for better performance in the field, but captures many of | ||
the core functional concepts of an AtomicTNode operating for a thermal storage | ||
asset that is indeed an appropriate part of the mix for a high renewables future. | ||
|
||
.. image:: images/simple-resistive-hydronic.png | ||
:alt: Simple Resistive Hydronic model | ||
:align: center |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
GridWorks Atn lexicon | ||
--------------------- | ||
|
||
See `GridWorks Lexicon <https://gridworks.readthedocs.io/en/latest/lexicon.html>`_. | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 2 | ||
:caption: Participate | ||
Brick Storage Heater strategy <brick-storage-heater> | ||
Data Categories <data-categories> | ||
Forward Looking Optimization <flo> | ||
Simple Resistive Hydronic strategy <simple-resistive-hydronic> | ||
Simple Scada Simulation <simple-sim-scada> |
Oops, something went wrong.