Skip to content

Commit

Permalink
Renaming unused measurements to accurate names + removing superfluous…
Browse files Browse the repository at this point in the history
… apparent power/energy sensors
  • Loading branch information
ohshazbot committed Jun 5, 2024
1 parent bfdb6b8 commit f8210d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
4 changes: 2 additions & 2 deletions ontology/yaml/resources/subfields/subfields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ measurement:
electricfield: "A region around a charged particle or object within which a force would be exerted on other charged particles or objects."
electricinductance: "The property of an electric conductor or circuit that causes an electromotive force to be generated by a change in the current flowing."
electricphasedifference: "The angular difference by which a wave leads by or lags by another wave."
electricfieldstrength: "Quantitative expression of the intensity of an electric field at a particular location."
electricresistivity: "A measure of the resisting power of a specified material to the flow of an electric current."
energy: "The quantitative property that must be transferred to an object to perform work (default electrical unless otherwise modified)."
energydensity: "The amount of energy stored in a given system, substance, or region of space per unit volume."
Expand All @@ -301,6 +300,7 @@ measurement:
luminance: "The intensity of light emitted from a surface per unit area in a given direction."
luminousflux: "Measure of the perceived power of light."
luminousintensity: "Measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle."
magneticfieldstrength: "Quantitative expression of the intensity of a magnetic field."
magneticflux: "Surface integral of the normal component of the magnetic field over a surface."
magneticinduction: "Vector field that wdescribes the magnetic influence on moving electric charges, electric currents and magnetic materials."
magneticmoment: "Measure of the magnetic strength of a magnet or current-carrying coil, expressed as the torque produced when the magnet or coil is set with its axis perpendicular to unit magnetic flux density."
Expand All @@ -317,7 +317,7 @@ measurement:
rate: "ratio of change compared to a step or time."
resistance: "Electrical resistance."
rotationalvelocity: "Vector measure of rotation rate, that refers to how fast an object rotates or revolves relative to another point."
specificenergy: "Energy per unit mass."
specificentropy: "Energy per unit mass."
specificenthalpy: "Measure of energy of air per unit mass."
soundpressurelevel: "Logarithmic measure of the sound intensity in comparison to a reference value (1e10-12 W/m^2)."
temperature: "Measures the temperature of media within a process or system."
Expand Down
19 changes: 5 additions & 14 deletions ontology/yaml/resources/units/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ electricinductance:
henrys: STANDARD
electricphasedifference:
degrees_phase: STANDARD
electricfieldstrength:
amperes_per_meter: STANDARD
electricresistivity:
ohm_meters: STANDARD
energy:
Expand Down Expand Up @@ -152,9 +150,6 @@ energy:
kilovolt_ampere_hours:
multiplier: 3600000
offset: 0
kilovolt_ampere_apparent_hours:
multiplier: 3600000
offset: 0
kilovolt_ampere_reactive_hours:
multiplier: 3600000
offset: 0
Expand Down Expand Up @@ -283,6 +278,8 @@ luminousflux:
lumens: STANDARD
luminousintensity:
candelas: STANDARD
magneticfieldstrength:
amperes_per_meter: STANDARD
magneticflux:
webers: STANDARD
magneticinduction:
Expand Down Expand Up @@ -375,13 +372,7 @@ power:
megavolt_amperes_reactive:
multiplier: 1000000
offset: 0
volt_amperes_apparent:
multiplier: 1
offset: 0
kilovolt_amperes_apparent:
multiplier: 1000
offset: 0
megavolt_amperes_apparent:
megavolt_amperes:
multiplier: 1000000
offset: 0
powerfactor:
Expand Down Expand Up @@ -443,8 +434,6 @@ rotationalvelocity:
revolutions_per_minute: STANDARD
soundpressurelevel:
decibels: STANDARD
specificenergy:
joules_per_kilogram_kelvin: STANDARD
specificenthalpy:
joules_per_kilogram: STANDARD
btus_per_pound_dry_air:
Expand All @@ -459,6 +448,8 @@ specificenthalpy:
megajoules_per_kilogram_dry_air:
multiplier: 1000000
offset: 0
specificentropy:
joules_per_kilogram_kelvin: STANDARD
temperature:
kelvin: STANDARD
degrees_celsius:
Expand Down

0 comments on commit f8210d4

Please sign in to comment.