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

Volumetric flow rate units #280

Closed
jmirtsch opened this issue Feb 28, 2021 · 7 comments
Closed

Volumetric flow rate units #280

jmirtsch opened this issue Feb 28, 2021 · 7 comments
Labels
parameters-properties Error in resulting Revit parameter or IFC properties/property sets Triage Initial inspection of issue to determine labels and urgency

Comments

@jmirtsch
Copy link
Contributor

Hi,

I posted a pull request last year in response to an apparent issue with the scaling of volumetric flow units.
Has it been considered yet? #257

Thanks,

Jon

@JOuellette-Autodesk JOuellette-Autodesk added parameters-properties Error in resulting Revit parameter or IFC properties/property sets Triage Initial inspection of issue to determine labels and urgency labels Mar 2, 2023
@BIMLUND
Copy link

BIMLUND commented Dec 21, 2023

Is this the same problem as this: ?
We have set everything to "L/sec" in Revit. When export to IFC. We get the correct VALUES. But the UNIT in the IFC-file is incorrect (it says m3/sec)... So we have 35 L/sec in Revit. But in IFC it is 35 m3/sec.... That is an error by 1000 🚨

Revit 2023 (latest IFC-exporter):
image

IFC-file:
image

Uploaded a Revit 2023 and IFC-file here:
Wrong litre second.zip

@AngelVelezSosa
Copy link
Contributor

Let me check on that - I thought that was fixed a while ago.

@t-vasyi
Copy link
Contributor

t-vasyi commented Dec 22, 2023

Hi @BIMLUND
The attached wrong litre.ifc is technically correct.
Revit exported L/sec as dm3/sec, but the viewer displayed it as m3/sec

image

@AngelVelezSosa
Copy link
Contributor

OK, so that seems like a viewer issue, then. We currently promise one of three states:

  1. Ideally, correct value with correct units.
  2. If not, correct scaled value with standardized units.
  3. Last resort, a number if we can't figure it out at all.

The bug is if we have correct value/wrong units, wrong value/correct units or wrong value/wrong units.

@BIMLUND
Copy link

BIMLUND commented Jan 9, 2024

Hi @BIMLUND The attached wrong litre.ifc is technically correct. Revit exported L/sec as dm3/sec, but the viewer displayed it as m3/sec

image

Hi, the viewer company says it is m3. They sent me this picture:
image

@t-vasyi
Copy link
Contributor

t-vasyi commented Jan 9, 2024

It still looks wrong to me

yes, .VOLUMEUNIT. is m3
but the .VOLUMETRICFLOWRATE. is dm3/s
and the property value is IfcVolumetricFlowRateMeasure

@AngelVelezSosa what do you think?

@AngelVelezSosa
Copy link
Contributor

I think that the viewer is using the data incorrectly. The .VOLUMEUNIT. doesn't have to have the same base as the .VOLUMETRICFLOWRATEUNIT. If they are displaying volume by looking at .VOLUMEUNIT. and .TIMEUNIT. they are doing it incorrectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parameters-properties Error in resulting Revit parameter or IFC properties/property sets Triage Initial inspection of issue to determine labels and urgency
Projects
None yet
Development

No branches or pull requests

5 participants