class UserDataCSVThermalZone
Public Class Methods
new(model, save_dir)
click to toggle source
user data userdata_thermal_zone @param model [OpenStudio::Model::Model] @param save_dir [String] directory to save user data files
Calls superclass method
UserDataCSV::new
# File lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb, line 227 def initialize(model, save_dir) super @component_name = 'ThermalZones' @file_name = UserDataFiles::THERMAL_ZONE end
Public Instance Methods
write_default_rows(component)
click to toggle source
# File lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb, line 233 def write_default_rows(component) # @todo we can do more here but right now, keep everything unchecked. return Array.new(@headers.length - 1, '') end