Class: BTAP::EQuest::DOEMaterial
- Inherits:
-
DOECommand
- Object
- DOECommand
- BTAP::EQuest::DOEMaterial
- Defined in:
- lib/openstudio-standards/btap/equest.rb
Instance Attribute Summary collapse
-
#density ⇒ Object
characteristics of the materials.
-
#specific_heat ⇒ Object
Returns the value of attribute specific_heat.
-
#thermal_conductivity ⇒ Object
Returns the value of attribute thermal_conductivity.
Attributes inherited from DOECommand
#building, #children, #commandName, #commandType, #comments, #exempt, #keywordPairs, #non_utype_commands, #one_line_commands, #parents, #utype, #uvalue
Instance Method Summary collapse
-
#initialize ⇒ DOEMaterial
constructor
A new instance of DOEMaterial.
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
#initialize ⇒ DOEMaterial
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
#density ⇒ Object
characteristics of the materials
1847 1848 1849 |
# File 'lib/openstudio-standards/btap/equest.rb', line 1847 def density @density end |
#specific_heat ⇒ Object
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_conductivity ⇒ Object
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 |