Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mechanical Inertance #1331

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions Common/UnitDefinitions/MechanicalInertance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"Name": "MechanicalInertance",
"BaseUnit": "NewtonPerMeterPerSecondSquared",
"XmlDocSummary": "Mechanical Inertance is the ratio of mass force to acceleration representing the the resistance of a mechanical system to acceleration. This is simply a different way of representing mass, often used with mass-damper-inerter systems.",
"BaseDimensions": {
"M": 1
},
"Units": [
{
"SingularName": "NewtonPerMeterPerSecondSquared",
"PluralName": "NewtonsPerMeterPerSecondSquared",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"XmlDocSummary": "A unit equivalent to one kilogram.",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N/(m/s²)" ]
}
]
},
{
"SingularName": "KilogramForcePerMeterPerSecondSquared",
"PluralName": "KilogramsForcePerMeterPerSecondSquared",
"FromUnitToBaseFunc": "{x} * 9.80665",
"FromBaseToUnitFunc": "{x} / 9.80665",
"XmlDocSummary": "A unit equivalent to one kilogram divided by the acceleration due to gravity.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Kilogram-force",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kgf/(m/s²)" ]
}
]
},
{
"SingularName": "PoundForcePerG",
"PluralName": "PoundsForcePerG",
"FromUnitToBaseFunc": "{x} * 0.45359237",
"FromBaseToUnitFunc": "{x} / 0.45359237",
"XmlDocSummary": "A unit equivalent to one avoirdupois pound.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Pound_(force)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf/G" ]
}
]
}
]
}
10 changes: 10 additions & 0 deletions Common/UnitEnumValues.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -1787,5 +1787,15 @@
"Picogray": 11,
"Rad": 17,
"Teragray": 14
},
"MechanicalInertance": {
"DecanewtonPerMeterPerSecondSquared": 3,
"KilogramForcePerMeterPerSecondSquared": 4,
"KilonewtonPerMeterPerSecondSquared": 1,
"MeganewtonPerMeterPerSecondSquared": 8,
"MicronewtonPerMeterPerSecondSquared": 7,
"MillinewtonPerMeterPerSecondSquared": 6,
"NewtonPerMeterPerSecondSquared": 9,
"PoundForcePerG": 5
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
</PropertyGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{55aaea5f-9cf3-89ba-5467-977857271485}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<FileAlignment>512</FileAlignment>
<RootNamespace>UnitsNet</RootNamespace>
<AssemblyName>UnitsNet.MechanicalInertance</AssemblyName>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Compile Include="..\Quantities\MechanicalInertance.g.cs" />
<Compile Include="..\Units\MechanicalInertanceUnit.g.cs" />
<Compile Include="..\Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
<ProjectExtensions>
<ProjectCapabilities>
<ProjectConfigurationsDeclaredAsItems />
</ProjectCapabilities>
</ProjectExtensions>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>UnitsNet.nanoFramework.MechanicalInertance</id>
<version>5.36.0</version>
<title>Units.NET MechanicalInertance - nanoFramework</title>
<authors>Andreas Gullberg Larsen,nanoframework</authors>
<owners>UnitsNet</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/angularsen/UnitsNet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds MechanicalInertance units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.</description>
<iconUrl>https://raw.githubusercontent.com/angularsen/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</iconUrl>
<releaseNotes>
</releaseNotes>
<copyright>Copyright 2013 Andreas Gullberg Larsen ([email protected]).</copyright>
<language>en-US</language>
<tags>nanoframework mechanicalinertance unit units quantity quantities measurement si metric imperial abbreviation abbreviations convert conversion parse immutable</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
</dependencies>
</metadata>
<files>
<file src="..\..\..\Artifacts\UnitsNet.NanoFramework\MechanicalInertance\UnitsNet.*" target="lib" />
</files>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnanoframework10" />
</packages>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Project("{d608a2b1-6ead-4383-a205-ad1ce69d9ef7}") = "MassFraction", "MassFractio
EndProject
Project("{d608a2b1-6ead-4383-a205-ad1ce69d9ef7}") = "MassMomentOfInertia", "MassMomentOfInertia\MassMomentOfInertia.nfproj", "{6218c061-3905-79b2-d3bc-bb7b8fc77a69}"
EndProject
Project("{d608a2b1-6ead-4383-a205-ad1ce69d9ef7}") = "MechanicalInertance", "MechanicalInertance\MechanicalInertance.nfproj", "{55aaea5f-9cf3-89ba-5467-977857271485}"
EndProject
Project("{d608a2b1-6ead-4383-a205-ad1ce69d9ef7}") = "MolarEnergy", "MolarEnergy\MolarEnergy.nfproj", "{9b77d4e0-863d-4a74-c30a-56f7b2bb7cb7}"
EndProject
Project("{d608a2b1-6ead-4383-a205-ad1ce69d9ef7}") = "MolarEntropy", "MolarEntropy\MolarEntropy.nfproj", "{2053731b-90f5-5141-d15e-8d7be8c2662f}"
Expand Down Expand Up @@ -668,6 +670,12 @@ Global
{6218c061-3905-79b2-d3bc-bb7b8fc77a69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6218c061-3905-79b2-d3bc-bb7b8fc77a69}.Release|Any CPU.Build.0 = Release|Any CPU
{6218c061-3905-79b2-d3bc-bb7b8fc77a69}.Release|Any CPU.Deploy.0 = Release|Any CPU
{55aaea5f-9cf3-89ba-5467-977857271485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55aaea5f-9cf3-89ba-5467-977857271485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55aaea5f-9cf3-89ba-5467-977857271485}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{55aaea5f-9cf3-89ba-5467-977857271485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55aaea5f-9cf3-89ba-5467-977857271485}.Release|Any CPU.Build.0 = Release|Any CPU
{55aaea5f-9cf3-89ba-5467-977857271485}.Release|Any CPU.Deploy.0 = Release|Any CPU
{9b77d4e0-863d-4a74-c30a-56f7b2bb7cb7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9b77d4e0-863d-4a74-c30a-56f7b2bb7cb7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9b77d4e0-863d-4a74-c30a-56f7b2bb7cb7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
Expand Down
Loading