The Spawn of EnergyPlus, called SOEP, is a next-generation simulation engine, for building and control energy systems. SOEP will combine
The OpenStudio front-end for model authoring, simulation and as a workflow automation tool,
the Modelica Buildings Library as a repository of models,
OPTIMICA as a translator that translate models from the Modelica standard to the Functional Mockup Interface standard for simulation and for execution on control systems,
QSS solvers, a class of new solvers that we develop for Spawn,
PyFMI as a suite of state-of-the-art numerical solvers that conduct a time domain simulation.
The intent is for SOEP and EnergyPlus to live side-by-side, with the OpenStudio software development kit providing access to both and insulating users and client vendors from implementation differences. Equation-based models allow SOEP to unify building energy modeling with control workflows, and allow users and manufacturers to insert their own models into SOEP.
This documentation is a working document for the design, development and implementation of the Spawn of EnergyPlus (SOEP).
To cite Spawn of EnergyPlus, use
Table of Contents¶
- 1. Preample
- 2. Download
- 3. Conventions
- 4. Requirements
- 5. Software Architecture
- 5.1. Overall software architecture
- 5.2. Coupling of EnergyPlus with Modelica
- 5.3. Distribution of Spawn and the Modelica Buildings Library
- 5.4. Integration of QSS solver with OPTIMICA
- 5.5. Integration with OpenStudio
- 6. Numerical Methods of the Master Algorithm
- 7. Benchmarks
- 8. Acknowledgments
- 9. Glossary
- 10. References