Dear Mostapha, thank you very much for your kind support on our research.
Your suggestion in the thread
http://www.grasshopper3d.com/group/ladybug/forum/topics/problem-set…
is useful to replace values (even if I cannot replace the same value for example “fraction radiant” in two different internal gains), but not to add new stuff, as in our case.
As you may recall, we were able to add our internal gains through the additional strings, but we have the problem of the default ones that we can not change or remove.
We’ve noticed that People, Lights and ElectricEquipment Internal gains are located inside the “runEnergySimulation” honeybee command inside the Python script.
We were thinking of two possible quick alternatives while waiting to be able to fully customize the internal gains with honeybee.
For the first one, if it is possible, you could make a “modified” “runEnergySimulation” command for us in which you cut off the Internal Gain parts, so that we can add them as text in the additional strings part. Alternatively you could show us where to add the additional strings we need inside the runEnergySimulation command so that we can add the values we need to run the simulation.
For clarity, these are the internal gains in idf file we need (that are inside de gh file in the panel just below the additional strings command)
Lights,
, !- Name
, !- Zone or ZoneList Name
, !- Schedule Name
Watts/Person, !- Design Level Calculation Method
, !- Lighting Level {W}
, !- Watts per Zone Floor Area {W/m2}
16, !- Watts per Person {W/person}
0.2, !- Return Air Fraction
0.59, !- Fraction Radiant
0.2, !- Fraction Visible
0, !- Fraction Replaceable
GeneralLights; !- End-Use Subcategory
People,
, !- Name
, !- Zone or ZoneList Name
, !- Number of People Schedule Name
People, !- Number of People Calculation Method
4, !- Number of People
, !- People per Zone Floor Area {person/m2}
, !- Zone Floor Area per Person {m2/person}
0.3, !- Fraction Radiant
, !- Sensible Heat Fraction
attività metabolica, !- Activity Level Schedule Name
0.0000000382, !- Carbon Dioxide Generation Rate {m3/s-W}
, !- Enable ASHRAE 55 Comfort Warnings
ZoneAveraged, !- Mean Radiant Temperature Calculation Type
, !- Surface Name/Angle Factor List Name
, !- Work Efficiency Schedule Name
ClothingInsulationSchedule, !- Clothing Insulation Calculation Method
, !- Clothing Insulation Calculation Method Schedule Name
, !- Clothing Insulation Schedule Name
, !- Air Velocity Schedule Name
AdaptiveCEN15251; !- Thermal Comfort Model 1 Type
ElectricEquipment,
, !- Name
, !- Zone or ZoneList Name
, !- Schedule Name
Watts/Area, !- Design Level Calculation Method
, !- Design Level {W}
5, !- Watts per Zone Floor Area {W/m2}
, !- Watts per Person {W/person}
0, !- Fraction Latent
0.3, !- Fraction Radiant
0, !- Fraction Lost
General; !- End-Use Subcategory
Thank you very much!
Filippo
userCustomEPLibrary.idf (25.8 KB)
HB_TEST_1505.gh (563 KB)