How to work with different measurement units
Plutocalc Designer supports hundreds of measurement units out of
the box, users can pick how they will enter the data or get the
results. The unit conversion feature works with the API, the web
version and the Excel Add-In.
Typically, most of the fields that display a measurement unit can be converted. The Excel Add-In will display all units in the same column, the web version displays the units inside brackets (example: [m3/h]), the JSON format will display a field called unit (example: "unit" : "m3h").
A list of the supported units can be obtained from the button "Units list". The API has a specific function that returns the supported units.
Just replace the unit name from the template default to the desired unit name.
Original input unit was m³/day but the user wants this input to be in gal/h:
Q - Input flow [m3/day] : 22700
becomes
Q - Input flow [gal/h] : 22700
V - Aeration tank volume [m3] : 10becomes
V - Aeration tank volume [gal] : 10and then, after the calculation is executed, the outputs will be magically converted to the desired unit
V - Aeration tank volume [gal] : 2641.7
You can type units with or without superscript values, for example, m³/h is equivalent to m3/h. The software will detect and convert sub/superscript values to the equivalent in the pure text form automatically.
Subscripts/Superscript values are not used by default in the templates because there are some character sets around the world that make the use of that formats almost impossible from language specific keyboards.
Invalid units will cause the calculation to FAIL. The software will try to explain what unit was incorrect in the error/status messages.
There are thousands of different measurement units in the world and we only included the ones we believed to be commonly used, sorry about that. Please contact us by e-mail, describe the model you are working with, the unit you need and list some literature references. We will make our best to have the desired conversions included in the next version of the software.