1. Submit Method

submit()

This method takes an array of inputs, creates a new building, submits the inputs, runs the energy calculation and returns an array of results.

The object model and the specific objects are described in the sub-pages, starting with the building object.

There is a graphical representation of the available objects in the object modelpage.

 Note: at present this method includes calls to calculate() and retrieve_results. The intent is to break out the function of creating the building and submitting to inputs, so the flow will be similar to other APIs - create-submit-calculate-retrieve.