Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing <AddedToSlab> #71

Open
please-wait opened this issue Jan 21, 2019 · 1 comment
Open

Missing <AddedToSlab> #71

please-wait opened this issue Jan 21, 2019 · 1 comment

Comments

@please-wait
Copy link
Contributor

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>
@please-wait
Copy link
Contributor Author

To recreate the problem please use the below files.

htap-prm -r add_insulation.run -o HTAP-options.json

Issue71.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant