NatLabRockies / NatLabRockies/OpenStudio
By default interior partition surfaces should not be converted to internal mass objects
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 646
- Forks
- 237
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 10
Description
I thought "Convert to internal Mass" used to default to "No" but now it shows "Yes". This will really slow down models with a lot of internal partition surfaces. This should be set to "No" by default until we do a better job on minimizing the surface count on forward translation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Locate the implementation of the "Convert to internal Mass" setting and identify where its default is assigned, then check the forward-translation path affected by interior partition surfaces. Done means new settings use "No" by default and the existing conversion behavior remains available when explicitly enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100