Class: BTAP::EQuest::DOEMaterial

Inherits:
DOECommand show all
Defined in:
lib/openstudio-standards/btap/equest.rb

Instance Attribute Summary collapse

Attributes inherited from DOECommand

#building, #children, #commandName, #commandType, #comments, #exempt, #keywordPairs, #non_utype_commands, #one_line_commands, #parents, #utype, #uvalue

Instance Method Summary collapse

Methods inherited from DOECommand

#basic_output, #check_keyword?, #depth, #doe_scope, #get_children, #get_children_of_command, #get_command_from_string, #get_keyword_value, #get_name, #get_parent, #get_parents, #name, #output, #remove, #remove_keyword_pair, #set_keyword_value, #set_parent

Constructor Details

#initializeDOEMaterial

Returns a new instance of DOEMaterial.



1850
1851
1852
# File 'lib/openstudio-standards/btap/equest.rb', line 1850

def initialize
  super()
end

Instance Attribute Details

#densityObject

characteristics of the materials



1847
1848
1849
# File 'lib/openstudio-standards/btap/equest.rb', line 1847

def density
  @density
end

#specific_heatObject

Returns the value of attribute specific_heat.



1848
1849
1850
# File 'lib/openstudio-standards/btap/equest.rb', line 1848

def specific_heat
  @specific_heat
end

#thermal_conductivityObject

Returns the value of attribute thermal_conductivity.



1849
1850
1851
# File 'lib/openstudio-standards/btap/equest.rb', line 1849

def thermal_conductivity
  @thermal_conductivity
end