Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
9aed5974
Commit
9aed5974
authored
Jun 30, 2020
by
Matthieu Schaller
Browse files
Added units for tidal tensors to the unit tool
parent
775e346e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/units.c
View file @
9aed5974
...
...
@@ -301,6 +301,10 @@ void units_get_base_unit_exponents_array(float baseUnitsExp[5],
baseUnitsExp
[
UNIT_TIME
]
=
-
2
.
f
;
break
;
case
UNIT_CONV_TIDAL_TENSOR
:
baseUnitsExp
[
UNIT_TIME
]
=
-
2
.
f
;
break
;
case
UNIT_CONV_ENERGY
:
baseUnitsExp
[
UNIT_MASS
]
=
1
.
f
;
baseUnitsExp
[
UNIT_LENGTH
]
=
2
.
f
;
...
...
src/units.h
View file @
9aed5974
...
...
@@ -79,6 +79,7 @@ enum unit_conversion_factor {
UNIT_CONV_MOMENTUM
,
UNIT_CONV_ANGULAR_MOMENTUM
,
UNIT_CONV_FORCE
,
UNIT_CONV_TIDAL_TENSOR
,
UNIT_CONV_ENERGY
,
UNIT_CONV_ENERGY_PER_UNIT_MASS
,
UNIT_CONV_ENTROPY
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment