Skip to content

Missing <AddedToSlab> #71

@please-wait

Description

@please-wait

Inputs

  • Archetypes: Slab On Grade or Crawl Space without insulation.

  • Opt-H2KFoundation: Any slab option with added insulation such as STEP_SLAB_R15_under

Problem

Results in corrupted H2K files. The <Slab> is missing a <AddedToSlab> tag.

Wrong Schema

<Floor>
    <Construction hasIntegralFooting='false' heatedFloor='false' isBelowFrostline='false'>
        <FloorsAbove idref='Code 3' nominalInsulation='0' rValue='0.4684'>4200000000</FloorsAbove>
    </Construction>
    <Measurements area='102.19' isRectangular='false' perimeter='46.634'/>
</Floor>

Correct Schema

<Floor>
   <Construction isBelowFrostline="false" hasIntegralFooting="false" heatedFloor="false">
        <AddedToSlab rValue="1.9601" nominalInsulation="1.9601">User specified</AddedToSlab>
        <FloorsAbove idref="Code 3" rValue="0.4684" nominalInsulation="0">4200000000</FloorsAbove>
    </Construction>
    <Measurements isRectangular="false" area="102.1933" perimeter="46.6344" />
</Floor>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions