Commit 0d4f8396 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Added units for CO2 emissions

parent 1ea7c3d7
......@@ -718,7 +718,7 @@ image::AddUpdateSite.png[Install Plug-in , 500, role="thumb"]
Select Indriya plug-in, press `Next >` and acknowledge all following dialogs, including security warnings.
Do the same for the City Units plug-in available at site `https://transfer.hft-stuttgart.de/pages/neqmodplus/de.hft-stuttgart.cityunits/release_target_101/`
Do the same for the City Units plug-in available at site `https://transfer.hft-stuttgart.de/pages/neqmodplus/de.hft-stuttgart.cityunits/release_target_102/`
Finally, restart Eclipse to complete plug-in installation.
While the first plug-in installs Indriya, the second plug-in adds some specific units for urban simulation, EMF Forms editor fields for quantities, and Ecore types used for modeling quantities as attributes of classes.
......
......@@ -4,8 +4,9 @@
For an introduction on dealing with units in Java, see
[Baeldung: Introduction to javax.measure](https://www.baeldung.com/javax-measure).
Here some examples for valid units:
Find demos on how to define new dimensions and units, e.g. in the energy domain under [github.com/unitsofmeasurement](https://github.com/unitsofmeasurement/uom-demos/tree/master/domain).
Here some examples for valid units:
| Symbol | Dimension
| -------- | -------------------
......@@ -53,7 +54,7 @@ Here some examples for valid units:
| rad | one
| sr | one
Some units of special interest for Urban Simulation, partly introduced with Plug-in "City Units":
Some derived units of special interest for urban simulation like kW·h (encodes kWh) as measure of energy or m³/min as measure of flow rate.
| Symbol | Dimension
| -------- | --------------
......@@ -66,10 +67,18 @@ Some units of special interest for Urban Simulation, partly introduced with Plug
| m³/s | [L]³/[T]
| m³/d | [L]³/[T]
| l/min | [L]³/[T]
| W/m² | [M]/[T]³
Some units of special interest for urban simulation introduced with plug-in "City Units":
| Symbol | Dimension
| -------- | --------------
| W/m² | [M]/[T]³ Intensity
| ppm | one
| dB | one
| g CO₂eq | [M] CarbonEmission
| kg CO₂eq | [M] CarbonEmission
| t CO₂eq | [M] CarbonEmission
| € | [$]
| $ | [$]
Note that monetary units have been added ad hoc to City Untis to model costs, but may be abandoned in future.
Note that monetary units have been added ad hoc to City Units to model costs, but may be abandoned in future.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment