First time here? Check out the Help page!
1 | initial version |
Each Generator:###
object in EnergyPlus has a unique list of output variables. For example, the Generator:InternalCombustionEngine
object has 19 output variables while the Generator:CombustionTurbine
object only has 3 output variables.
In general, to know what output variables are available in your EnergyPlus model (IDF), add the Output:VariableDictionary
object and review the generated RDD output file. You can read more about this in posts here and here.