mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
Fix angular momentum quantity, add flow rate
Removes spin because of conflict.
This commit is contained in:
parent
efd3182f46
commit
9fff8b71c6
1 changed files with 2 additions and 2 deletions
|
@ -516,7 +516,7 @@ entropy ? energy / temperature
|
|||
thermal_inductance ? energy temperature^2 / power^2
|
||||
permittivity ? farad / meter
|
||||
permeability ? henry / meter
|
||||
angular_momentum ? length area / time
|
||||
angular_momentum ? mass area / time
|
||||
area_density ? mass / area
|
||||
catalytic_activity ? amount / time
|
||||
chemical_potential ? energy / amount
|
||||
|
@ -531,11 +531,11 @@ moment_of_inertia ? mass area
|
|||
reaction_rate ? amount / volume time
|
||||
specific_heat_capacity ? energy / mass temperature
|
||||
specific_volume ? volume / mass
|
||||
spin ? mass area / time
|
||||
surface_tension ? energy / area
|
||||
fuel_efficiency ? area^-1
|
||||
specific_energy ? energy / mass
|
||||
molar_mass ? mass / amount
|
||||
flow_rate ? volume / time
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue