architecture-building-systems / hive

Rhino Grasshopper plug-in for quick & dirty building simulation
https://www.food4rhino.com/en/app/hive
GNU General Public License v3.0
31 stars 4 forks source link

energy systems form some data not shown #385

Closed christophwaibel closed 4 years ago

christophwaibel commented 4 years ago

image

From the json:

{
      "Name": "Monocristalline (23%)",
      "ElectricEfficiency": 0.228,
      "ThermalEfficiency": 0.00,
      "SpecificCapitalCost": 3076,
      "SpecificEmbodiedEmissions": 833
    },

Only efficiency and name are shown on the form.

m2 is missing on the form.

btw, in the json, specific capital cost are CHF / kWp, and Specific embodied emissions are kgCO2 / kWp

cost per m2 can be calculated by SpecCapitalCost ElectricEfficiency; embodied emissions per m2 can be calculated by SpecEmbodiedEmissions ElectricEfficiency

Same for Solar thermal, just replace elecitrc efficiency with thermal efficiency

daren-thomas commented 4 years ago

@christophwaibel where on the screen to put the area? i'm guessing at least the correct calculations need to go into the mvp?

daren-thomas commented 4 years ago

(I can hide the "technology image" for now?)

daren-thomas commented 4 years ago

OR place it below the selection of surfaces. actually, that would work nicely!

christophwaibel commented 4 years ago

@daren-thomas actually, keep the calculation of CAPEX and embodied emission as it is. I will use values per m2, and not per kWp

daren-thomas commented 4 years ago

huh. just implemented it the other way round... wait. i'll create a pull request and you can decide. ALSO, do we show specific capex and emissions or multiply by area?

christophwaibel commented 4 years ago

hold on, you're right. @daren-thomas we wanna have specific cost and emissions as a variable for the user to change

total cost and emissions should still be displayed somewhere, but as a dependant variable (user shouldnt be able to change it)