From 77051c4f70f450a4363be7ae587de36efc1fdd54 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sun, 14 Apr 2019 07:57:38 -0400 Subject: Added more units and dimensions to the converter. --- dimensionfile.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dimensionfile.txt') diff --git a/dimensionfile.txt b/dimensionfile.txt index 7a1da10..3485de5 100644 --- a/dimensionfile.txt +++ b/dimensionfile.txt @@ -4,14 +4,15 @@ # ! means "look for an existing dimension which I will load at the start" # This is necessary because every dimension must be defined by others, and I need somewhere to start. -# I have excluded electric current and quantity since their units are exclusively SI. +# I have excluded electric current, quantity and luminous intensity since their units are exclusively SI. LENGTH ! MASS ! TIME ! TEMPERATURE ! -LUMINOUS_INTENSITY ! # Derived Dimensions +AREA LENGTH^2 +VOLUME LENGTH^3 VELOCITY LENGTH / TIME ENERGY MASS * VELOCITY^2 \ No newline at end of file -- cgit v1.2.3