In my business field, I have values that are expressed as W.mˆ-2.Kˆ-1.
In a 'base dimensions' point of view, these values are expressed as kg.sˆ-3.Kˆ-1 (W = kg.mˆ2.sˆ-3)
How do I implement this dimension and this unit with Boost Unit?
The only examples I found, including the official documentation, were about deriving dimensions from base dimensions, but I'd like to derive from the 'power' dimension, which is itself a derived dimension.
Also, I don't know if I have to derive from the power dimension, or if I must derive my dimension from the base ones and set my dimension's unit such as it is expressed in W.mˆ-2.Kˆ-1. I forsee that the latter would be more difficult to manipulate (getting the number of watts, given an area and a temperature would not be trivial given that my 'base-derived' dimension is about kilograms and seconds...).
Thanks.