-
Notifications
You must be signed in to change notification settings - Fork 78
fixed sound units #411
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
fixed sound units #411
Conversation
fixes 168, although the issue is not very clear the units needed fixing
fixes #168, but for some reason the issue does not appear in the Development automation. So I leave it referenced here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation/UserManual/units.md
Outdated
| IFCSOUNDPOWERMEASURE | Sound power | decibel | db | db | (0, 0, 0, 0, 0, 0, 0) | IfcDerivedUnitEnum.SOUNDPOWERUNIT | | | ||
| IFCSOUNDPRESSURELEVELMEASURE | Sound pressure level | decibel | db | db | (0, 0, 0, 0, 0, 0, 0) | IfcDerivedUnitEnum.SOUNDPRESSURELEVELUNIT | | | ||
| IFCSOUNDPRESSUREMEASURE | Sound pressure | decibel | db | db | (0, 0, 0, 0, 0, 0, 0) | IfcDerivedUnitEnum.SOUNDPRESSUREUNIT | | | ||
| IFCSOUNDPOWERLEVELMEASURE | Sound power level (log ref. 1e-12 W) | decibel SWL | db(SWL) | db | (0, 0, 0, 0, 0, 0, 0) | IfcDerivedUnitEnum.SOUNDPOWERLEVELUNIT | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we just use 'decibel' unit, without the SPL/SWL? Whether it's the perceived noise (SPL) or source specs (SWL) it's defined in a property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was attempting to ensure that the identification was unique.
But it can be resolved by the measure in context.
simplified db units.
fixes 168, although the issue is not very clear the units needed fixing