Skip to content

Commit 0c71079

Browse files
authored
Merge pull request #317 from Systems-Modeling/ST6RI-416
ST6RI-416 Complete SI and USCustomaryUnits libraries - Update: Applied manual corrections (from ST6RI-414) in SI.sysml
2 parents 28e3767 + 297424a commit 0c71079

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sysml.library/Domain Libraries/Quantities and Units

sysml.library/Domain Libraries/Quantities and Units/SI.sysml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ package SI {
5252
attribute <E> erlang : TrafficIntensityUnit = one;
5353
attribute <F> farad : CapacitanceUnit = C/V;
5454
attribute <Gy> gray : AbsorbedDoseUnit = J/kg;
55-
attribute <H> henry : PermeanceUnit = Wb/A;
55+
attribute <H> henry : PermeanceUnit, InductanceUnit = Wb/A;
5656
attribute <Hart> hartley : InformationContentUnit = one;
5757
attribute <Hz> hertz : FrequencyUnit = s^-1;
5858
attribute <J> joule : EnergyUnit = N*m;
@@ -235,7 +235,7 @@ package SI {
235235
attribute <'mol/kg'> 'mole per kilogram' : MolalityUnit = mol/kg;
236236
attribute <'mol/L'> 'mole per l' : AmountOfSubstanceConcentrationUnit = mol/L;
237237
attribute <'mol/m³'> 'mole per cubic metre' : EquilibriumConstantOnConcentrationBasisUnit = mol/m^3;
238-
attribute <'N⋅m'> 'newton metre' : MomentOfForceUnit = N*m;
238+
attribute <'N⋅m'> 'newton metre' : MomentOfForceUnit, TorqueUnit = N*m;
239239
attribute <'N⋅m⋅s'> 'newton metre second' : AngularImpulseUnit = N*m*s;
240240
attribute <'N⋅m⋅s⁻¹'> 'newton metre second to the power minus 1' : PowerUnit = N*m*s^-1;
241241
attribute <'N⋅m⁻¹'> 'newton metre to the power minus 1' : SurfaceTensionUnit = N*m^-1;

0 commit comments

Comments
 (0)