We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Archetypes: Slab On Grade or Crawl Space without insulation.
Opt-H2KFoundation: Any slab option with added insulation such as STEP_SLAB_R15_under
Results in corrupted H2K files. The <Slab> is missing a <AddedToSlab> tag.
<Slab>
<AddedToSlab>
<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>
<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>
The text was updated successfully, but these errors were encountered:
To recreate the problem please use the below files.
htap-prm -r add_insulation.run -o HTAP-options.json
Issue71.zip
Sorry, something went wrong.
No branches or pull requests
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
Correct Schema
The text was updated successfully, but these errors were encountered: