We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trivial to add to SI, unit is "joule per kelvin per mole": https://en.wikipedia.org/wiki/Molar_heat_capacity
type MolarHeatCapacity = Quantity<ISQ<P2, P1, N2, Z0, N1, N1, Z0>, SI<f64>, f64>;
This is the unit of the Gas Constant used in Ideal Gas Law.
The text was updated successfully, but these errors were encountered:
I'll try to get to this in the next few days!
Sorry, something went wrong.
Add molar heat capacity and related units.
ad76946
Resolves #262.
eea7bd8
4c802e6
ed8c1e2
c1194cf
No branches or pull requests
Trivial to add to SI, unit is "joule per kelvin per mole": https://en.wikipedia.org/wiki/Molar_heat_capacity
This is the unit of the Gas Constant used in Ideal Gas Law.
The text was updated successfully, but these errors were encountered: