From GridLAB-D Wiki
Jump to: navigation, search


ceiling_height – Average residential ceiling height

Synopsis

module residential;
class house {
     double ceiling_height[ft];
}
object house {
     ceiling_height value ft;
}

Default

If no value is set for ceiling_height, it is set to 8 feet.

See Also