Viper does assume some default value for infiltration, 0.000302 m^3/s per
m^2 of exterior wall area for every hour in the year. You can see and edit
this in the file,
c:\DIVA\Thermal\Grasshopper\IDF_components\00_base_file.idf
Unfortunately (or fortunately if you know E+), it is all in EnergyPlus
file format.
For reference, the part of the file concerning infiltration reads,
...
! ********************************************************************
! INFILTRATION
ZoneInfiltration:DesignFlowRate,
ZONE1 Infiltration, !- Name
ZONE1, !- Zone or ZoneList Name
INFIL_SCH, !- Schedule Name
Flow/ExteriorArea, !- Design Flow Rate Calculation Method
, !- Design Flow Rate {m3/s}
, !- Flow per Zone Floor Area {m3/s-m2}
0.000302, !- Flow per Exterior Surface Area {m3/s-m2}
, !- Air Changes per Hour
1.0000, !- Constant Term Coefficient
0.0000, !- Temperature Term Coefficient
0.0000, !- Velocity Term Coefficient
0.0000; !- Velocity Squared Term Coefficient
...
Best,
Alstan
--
You received this message because you are subscribed to the Google Groups "DIVA for Rhino" group.
To post to this group, send email to diva-fo...@googlegroups.com.
To unsubscribe from this group, send email to diva-for-rhin...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/diva-for-rhino?hl=en.
I am not sure it is easy to get the envelope gains/losses per component
directly from Viper right now -- Jonnie can speak better to that. One
convenient thing EnergyPlus offers are summary reports on a variety of
useful things. If you want to edit the IDF files again in
c:\DIVA\Thermal\Grasshopper\IDF_components\, you can output some useful
summary reports that lead themselves to your goal,
OutputControl:Table:Style,
HTML,
JtoKWH;
Output:Table:SummaryReports,
InputVerificationandResultsSummary,
ClimacticDataSummary,
ZoneCoolingSummaryMonthly,
ZoneHeatingSummaryMonthly,
WindowReportMonthly,
EnvelopeSummary,
SensibleHeatGainSummary,
SpaceGainsMonthly,
PeakSpaceGainsMonthly,
SpaceGainComponentsAtCoolingPeakMonthly;
There is a complete list of the possible summary reports in the
EnergyPlus-7.0 Input/Output documentation.
You'll have to find the resulting html file in the
c:\DIVA\Thermal\Grasshopper\Projects\ folder, which is unfortunately not
an automated process as one would like.
Best,
Alstan