diff --git a/ParameterCatalogs2Creation.adoc b/ParameterCatalogs2Creation.adoc index 6954795ca67e043fbd5ff512a2d957d355a846ec..d55ae79fe9762a0d8bc03e1f1a07ae0cca6cbe09 100644 --- a/ParameterCatalogs2Creation.adoc +++ b/ParameterCatalogs2Creation.adoc @@ -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. diff --git a/UnitsExamples.md b/UnitsExamples.md index 003b5e7f3eca3742ca7ab7f87d450e2a6d25a389..085037b145564a498c2443307926a1ec7b0253cd 100644 --- a/UnitsExamples.md +++ b/UnitsExamples.md @@ -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.