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

add missing quantities #30

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

e-kwsm
Copy link

@e-kwsm e-kwsm commented Jul 23, 2018

  • energy_density
  • heat_capacity
  • luminance
  • molar_energy
  • molar_heat_capacity
  • specific_energy
  • specific_heat_capacity
  • specific_volume
  • stress
  • thermal_conductivity

Enable something like

boost::units::quantity<boost::units::si::specific_heat_capacity> c =
    4.2e3 * boost::units::si::joule / boost::units::si::kelvin / boost::units::si::kilogram;

@correaa
Copy link

correaa commented Jul 24, 2018

Hello, I would like to contribute code that I developed during many years to make Boost.Units usable for my applications. Including an atomic units system. The code can be found here https://gitlab.com/correaa/boost-units, it is made to coexists with a current installation of boost.

@e-kwsm
Copy link
Author

e-kwsm commented Jul 27, 2018

@correaa It seems that I have no permission to view your repo.
Anyway you can create new PR.

@correaa
Copy link

correaa commented Jul 28, 2018 via email

@e-kwsm
Copy link
Author

e-kwsm commented Jul 28, 2018

I am not a developer of this library, just a user. But I appreciate that you implemented atomic unit system.

Here are brief comments:

  • systems/au/si_conversion.hpp: some of converting factors are different from (older than?) 2014 CODATA recommended values; how about using include/boost/units/systems/si/codata/? (update to 2014 CODATA recommended values #29)
  • underscore + ALPHABET (e.g. _TEST_BOOST_UNITS_AU) should be avoided (N4762 5.10)

    Each identifier that contains a double underscore __ or begins with an underscore followed by an
    uppercase letter is reserved to the implementation for any use.

  • Spaces should be used for indent (https://www.boost.org/development/requirements.html#Tabs)

@alfC
Copy link
Contributor

alfC commented Jul 28, 2018 via email

@jhunold
Copy link
Contributor

jhunold commented Sep 14, 2018

I'd like you to change the copyright header. Even if they are copied and changed, new files should get new copyright.

@e-kwsm
Copy link
Author

e-kwsm commented Sep 18, 2018

I'd like you to change the copyright header. Even if they are copied and changed, new files should get new copyright.

What should I modify? Just add my name?

@correaa
Copy link

correaa commented Sep 18, 2018 via email

@jhunold
Copy link
Contributor

jhunold commented Sep 19, 2018

I thought about this MR, but this applies to upcoming ones, too
Rule of thumb:

  • when creating new files copyright them under your name
  • major changes to existing files add your name to the existing copyright holder(s)
  • trivial changes no copyright changes

For changing the CODATA constants the latter applies. The constants are public domain after all.
For augmenting the builtin quantities the first applies in my eyes. If you think the original copyright should be kept, this would be fine with me. This is what the BSL is all about, after all.

This allows a quick check of who added which constant when without heavy usage of git log

- energy_density
- heat_capacity
- luminance
- molar_energy
- molar_heat_capacity
- specific_energy
- specific_heat_capacity
- specific_volume
- stress
- thermal_conductivity
@e-kwsm e-kwsm force-pushed the add-missing-quantity branch from 0d28f02 to b6845b1 Compare September 21, 2018 01:31
@e-kwsm
Copy link
Author

e-kwsm commented Sep 21, 2018

I updated the copyright.

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

Successfully merging this pull request may close these issues.

4 participants