Skip to content

Commit

Permalink
Incorporated the new version of the nuget UnitConversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCayeux committed Aug 28, 2024
1 parent ecec71d commit 24db760
Show file tree
Hide file tree
Showing 14 changed files with 2,995 additions and 643 deletions.
1,697 changes: 1,495 additions & 202 deletions docs/vocabulary_development/definitions/MeasurableQuantityTypes.md

Large diffs are not rendered by default.

24 changes: 17 additions & 7 deletions docs/vocabulary_development/definitions/Quantities.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,41 @@ Context dependent: for example, Fluid density and Equivalent Circulating Density
- Parent class: DWISNoun
- Attributes:
- L
- Type: int
- Type: double
- Description: Length exponent.
SI Unit: meter (m)
- M
- Type: int
- Type: double
- Description: Mass exponent.
SI Unit: Kilogram (kg)
- T
- Type: int
- Type: double
- Description: Time exponent.
SI Unit: Second (s)
- I
- Type: int
- Type: double
- Description: Electric current exponent.
SI Unit: Ampere (A)
- ThT
- Type: int
- Type: double
- Description: Thermodynamic temperature exponent.
SI Unit: Kelvin (K)
- N
- Type: int
- Type: double
- Description: Amount of substance exponent.
SI Unit: Mole (N)
- J
- Type: int
- Type: double
- Description: Luminous intensity exponent.
SI Unit: Candela (cd)
- Theta
- Type: double
- Description: plane angle exponent.
SI Unit: radian (rad)
- Omega
- Type: double
- Description: solid angle exponent.
SI Unit: steradian (sr)
- SIUnit
- Type: string
- Description:
Expand All @@ -63,6 +71,8 @@ SI Unit: Candela (cd)
- ThT = 0
- N = 0
- J = 0
- Theta = 0
- Omega = 0
- Description:
- Examples:
## Unit <!-- NOUN -->
Expand Down
Loading

0 comments on commit 24db760

Please sign in to comment.