Skip to content

Commit

Permalink
Add deca newton unit. (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoalexdiaz authored Dec 11, 2023
1 parent 8898bc6 commit 83de419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SchemaInventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"name": "Units",
"path": "Standard\\Units.ecschema.xml",
"released": false,
"version": "01.00.07",
"version": "01.00.08",
"comment": "Working Copy",
"sha1": "",
"author": "",
Expand Down
3 changes: 2 additions & 1 deletion Standard/Units.ecschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
| * See LICENSE.md in the project root for license terms and full copyright notice.
======================================================================================= -->
<ECSchema schemaName="Units" alias="u" version="01.00.07" description="Standard Set of Unit definitions for the system" displayLabel="Units"
<ECSchema schemaName="Units" alias="u" version="01.00.08" description="Standard Set of Unit definitions for the system" displayLabel="Units"
xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<UnitSystem typeName="SI" />
<UnitSystem typeName="CGS" />
Expand Down Expand Up @@ -367,6 +367,7 @@
<Unit typeName="MOL_PER_SEC" phenomenon="MOLAR_FLOW" unitSystem="SI" definition="MOL*S(-1)" displayLabel="mol/s" />
<Unit typeName="KMOL_PER_SEC" phenomenon="MOLAR_FLOW" unitSystem="METRIC" definition="[KILO]*MOL*S(-1)" displayLabel="kmol/s" />
<Unit typeName="N" phenomenon="FORCE" unitSystem="SI" definition="KG*M*S(-2)" />
<Unit typeName="DECAN" phenomenon="FORCE" unitSystem="SI" definition="[DECA]*N" displayLabel="daN" />
<Unit typeName="KN" phenomenon="FORCE" unitSystem="METRIC" definition="[KILO]*N" displayLabel="kN" />
<Unit typeName="MN" phenomenon="FORCE" unitSystem="METRIC" definition="[MILLI]*N" displayLabel="mN" />
<Unit typeName="MEGAN" phenomenon="FORCE" unitSystem="METRIC" definition="[MEGA]*N" displayLabel="MN" />
Expand Down

0 comments on commit 83de419

Please sign in to comment.