Skip to content

Commit

Permalink
Add Molar mass as a derived dimension (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmeitz authored Jul 30, 2023
1 parent 3df6123 commit 07eed0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pkgdefaults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const AbsoluteScaleTemperature = Quantity{T, 𝚯, <:ScalarUnits} where T
@derived_dimension MagneticDipoleMoment 𝐋^2*𝐈 true
@derived_dimension Molarity 𝐍/𝐋^3 true
@derived_dimension Molality 𝐍/𝐌 true
@derived_dimension MolarMass 𝐌/𝐍 true
@derived_dimension MassFlow 𝐌/𝐓 true
@derived_dimension MolarFlow 𝐍/𝐓 true
@derived_dimension VolumeFlow 𝐋^3/𝐓 true
Expand Down

0 comments on commit 07eed0a

Please sign in to comment.