How to add fields to an object in idf file
I want to add some fields into People, object of a idf file. As I know, eppy can not add fields into an existing object. And, I also tried edit idf file by readline idf file, but filed>
What should I do?
The following is People object
People,
189.1-2009 - Office - Corridor - CZ4-8 People, !- Name
189.1-2009 - Office - Corridor - CZ4-8, !- Zone or ZoneList or Space or SpaceList Name
Office Work Occ, !- Number of People Schedule Name
People/Area, !- Number of People Calculation Method
, !- Number of People
0.0107639104167097, !- People per Floor Area
, !- Floor Area per Person
0.3, !- Fraction Radiant
, !- Sensible Heat Fraction
Office Activity; !- Activity Level Schedule Name
And I want to add some fields after Office Activity; !- Activity Level Schedule Name
, !- Carbon Dioxide Generation Rate {m3/s-W},
, !- Enable ASHRAE 55 Comfort Warnings,
, !- Mean Radiant Temperature Calculation Type
, !- Surface Name/Angle Factor List Name,
, !- Work Efficiency Schedule Name,
, !- Clothing Insulation Calculation Method,
, !- Clothing Insulation Calculation Method Schedule Name,
, !- Clothing Insulation Schedule Name,
, !- Air Velocity Schedule Name,
Fanger; !- Thermal Comfort Model 1 Type
Best Regards;
I’m sure some one can give a better answer regarding eppy, but if you’re in a pinch I’d search for the idd file in the energyplus directory and add lines to the objects in question, just keep all the formatting straight and you can more or less add as much as you need.
Thank you very much for your comments!