02-06-2015, 10:39 AM
Hi Antonio,
To normalise it per floor are you need to extract the total building area first. I think that total building area can be found in sql outputs. You can watch Youtube tutorial on how to extract data from sql (https://www.youtube.com/watch?v=9Cf0yHYxd-M).
Total building floor area should be somewhere amond tabular data and the sql command should lool like (from top of my head): SELECT Value FROM TabularDataWithStrings Where RowName = 'Total Building Area'
Having extracted total floor area you would be able to use equation to create optimisation objective. For example, if your total floor area is c4 than normalised heating would be:
Heating; kWh; c2/c4/1000/3600.
Cheers,
Ivan
To normalise it per floor are you need to extract the total building area first. I think that total building area can be found in sql outputs. You can watch Youtube tutorial on how to extract data from sql (https://www.youtube.com/watch?v=9Cf0yHYxd-M).
Total building floor area should be somewhere amond tabular data and the sql command should lool like (from top of my head): SELECT Value FROM TabularDataWithStrings Where RowName = 'Total Building Area'
Having extracted total floor area you would be able to use equation to create optimisation objective. For example, if your total floor area is c4 than normalised heating would be:
Heating; kWh; c2/c4/1000/3600.
Cheers,
Ivan