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

No gauge pressure units in pressure kind #103

Open
wuxipaopao opened this issue Feb 8, 2020 · 3 comments
Open

No gauge pressure units in pressure kind #103

wuxipaopao opened this issue Feb 8, 2020 · 3 comments

Comments

@wuxipaopao
Copy link

Gauge pressure units are commonly used in engineering calculation, like "bar-g", "MPa-g".
Is it possible to add support for these gauge pressure units?

@carlo-quinonez
Copy link

Doesn't gauge pressure depends on the local atmospheric pressure? How would you handle conversion to an absolute measurement?

@wuxipaopao
Copy link
Author

Normally we use standard atmospheric pressure which is 101.325 kPa. If we want to be more precise, we can define a variable as local atmospheric pressure.

@carlo-quinonez
Copy link

Assuming standard atmospheric pressure as the default but letting folks override that makes sense and seems reasonable. But I'm not a repo maintainer, so I'm not the person to convince.

If I were you, I'd go ahead and implement your solution and submit a PR. Worst case is the PR isn't merged, but you could still use your fork.

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

2 participants