-
Notifications
You must be signed in to change notification settings - Fork 15
BHoM Units conventions
This page describes the Units conventions for the BHoM.
For geometrical/structural conventions, refer to this page.
The BHoM framework adheres as much as possible to the conventions of the SI system.
Any Engine method must operate in SI to avoid complexity of Unit Conversions inside calculations. Conversion to and from SI is the responsibility of the Converts inside the Adapters.
The Localisation_Toolkit provides support for conversion between SI and other units systems.
BHoM object properties can be decorated with a Quantity to define (in SI) the dimensionality of primitive properties. See Quantities_oM
When some units (derived or not) are not explicitly covered by this Wiki page, it is generally safe to assume that measures expressed in SI units will not be converted by the BHoM.
- Mass: kilograms [kg]
- Length: meters [m]
- Force: Newtons [N]
- Moments: [N*m]
- Stress/Pressure: [N/m²]
- Spring constraints: [N/m]
- Rotational constraints: [N*m/rad]
- Temperature: [K]
For conventions on forces and constraints directions, see this page.
-
Introduction to the BHoM:
What is the BHoM for?
Structure of the BHoM
Technical Philosophy of the BHoM -
Getting Started:
Installing the BHoM
Using the BHoM
Submitting an Issue
Getting started for developers -
Use GitHub & Visual Studio:
Using the SCRUM Board
Resolving an Issue
Avoiding Conflicts
Creating a new Repository
Using Visual Studio
Using Visual Studio Code -
Contribute:
The oM
The Engine
The Adapter
The Toolkit
The UI
The Tests -
Guidelines:
Unit convention
Geometry
BHoM_Engine Classes
The IImmutable Interface
Handling Exceptional Events
BHoM Structural Conventions
BHoM View Quality Conventions
Code Versioning
Wiki Style
Coding Style
Null Handling
Code Attributes
Creating Icons
Changelog
Releases and Versioning
Open Sourcing Procedure
Dataset guidelines -
Foundational Interfaces:
IElement Required Extension Methods -
Continuous Integration:
Introduction
Check-PR-Builds
Check-Core
Check-Installer -
Code Compliance:
Compliance -
Further Reading:
FAQ
Structural Adapters
Mongo_Toolkit
Socket_Toolkit