Code Monkey home page Code Monkey logo

soep's Introduction

Spawn of EnergyPlus

This repository is to coordinate the design and development of the Spawn of EnergyPlus.

For download instructions and design document, visit https://lbl-srg.github.io/soep/

soep's People

Contributors

bravache avatar deadparrot avatar dhblum avatar jayhulbl avatar kbenne avatar michael-okeefe avatar mwetter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

soep's Issues

API has duplicate way for setting time

Functions such as setVariables and getVariables all have time as an argument, but there is also a function setTime. There should not be a duplicate way for setting time. I recommend to use only setTime, similar to the FMI API, and remove time as an argument of the other methods.

revise FMI specification

@tsnouidui : I merged your text to the master.

Can you please read it once again and clean up the file. For example, there is wording like
"In Listing 5.2, d2 /dt2 depends on the event indicator." -- A variable is missing, and I don't quite now what this means to say.

You need to say what index refers to in
HigherOrder index="5"
I guess that is the index of the state variable, but it is not clear. Let's be explicit to avoid misunderstanding.

We wrote now that "We will say that z=aโˆ’x is the event indicator", but there are still several locations where it says "event indicator function". We should be consistent in the terminology to make it easier for others to understand.

Revised API

This issue is to revise the AP and include that E+ should expose the zone room volume and a capacity multiplier for Modelica. E+ should also only send the sum of mInlet (for the non-negative components of mInlet) and the average air inlet temperature to Modelica.

change signature for instantiate

The call

unsigned int instantiate(const char const *input,
                         const char const *weather,
                         const char const *idd,
                         const char const *instanceName,
                         const char ** parameterNames,
                         const unsigned int parameterValueReferences[],
                         size_t nPar,
                         const char ** inputNames,
                         const unsigned int inputValueReferences[],
                         size_t nInp,
                         const char ** outputNames,
                         const unsigned int outputValueReferences[],
                         size_t nOut,
                         const char *log);

needs to be changed to include the following:

  • it needs to return fmi2Component
  • it needs to add the other arguments of fmi2Instantiate (such as call back functions for logging)

Embed Modelica files into rst

This issue is to embed Modelica model to

  • create a folder which contains the Modelica models used in the requirement document
  • embed the Modelica file in the requirement document

Revise API

This issue is to revise the API for E+ and add value references.

add specification for coupling a radiant system

This issue is to add the specification for coupling a radiant system to EnergyPlus. This is modeled as a "zone surface", e.g., a surface that participates in the heat balance of a thermal zone in EnergyPlus.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.