First time here? Check our help page!
3

Adding to EnergyPlus Source Code

Hi,

Can anyone here help me with getting started on how to access and get started with energyplus source code.

I want to add two actuators to the object ElectricEquipment:ITE:AirCooled, in order to control the mass flow rate and exit air temperature through the equipment. Currently, there is only one actuator available for controlling the power dissipated within the equipment.

Any help would be much appreciated.

Rehan Khalid's avatar
197
Rehan Khalid
asked 2016-02-27 16:16:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Hi There.

I also want to add actuators to the source code. I am getting lost on which tutorial or documents to refer to . Could you please give some hints or share some useful links on that?

solutionlx's avatar solutionlx (2019-06-08 16:58:33 -0500) edit
add a comment see more comments

1 Answer

3

The source code is hosted in the EnergyPlus repository on GitHub. If you're unfamiliar with distributed version control using Git, then learning about that is a mandatory prerequisite. As far as I know most of the information for developers is in the Wiki section of the EnergyPlus repository.

  1. Git Documentation

  2. Developer Information

MatthewSteen's avatar
10.1k
MatthewSteen
answered 2016-02-27 20:44:49 -0500, updated 2016-02-27 20:45:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments