Skip to content

Commit

Permalink
Add ton per day as unit
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Sep 12, 2018
1 parent e8835ca commit aee377f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions quantulum3/tests/quantities.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,5 +763,26 @@
"entity": "unknown"
}
]
},
{
"req": "4,500 tpd",
"res": [
{
"value": 4500,
"unit": "ton per day",
"surface": "4,500 tpd",
"entity": "mass flow rate",
"dimensions": [
{
"base": "ton",
"power": 1
},
{
"base": "day",
"power": -1
}
]
}
]
}
]
21 changes: 21 additions & 0 deletions quantulum3/units.json
Original file line number Diff line number Diff line change
Expand Up @@ -4551,5 +4551,26 @@
"C",
"CT"
]
},
{
"name": "ton per day",
"surfaces": [
"ton per day"
],
"entity": "mass flow",
"URI": "https://en.wikipedia.org/wiki/Ton",
"dimensions": [
{
"base": "ton",
"power": 1
},
{
"base": "day",
"power": -1
}
],
"symbols": [
"tpd"
]
}
]

0 comments on commit aee377f

Please sign in to comment.