Class that defines the different units of a Load 'Force'. More...
#include <ForceUnit.h>
Static Public Member Functions | |
static ForceUnit & | KN () |
KiloNewtons. | |
static ForceUnit & | N () |
Newtons. | |
static ForceUnit & | PN () |
picoNewtons | |
Additional Inherited Members | |
![]() | |
std::string | getUnitName () |
virtual | ~Unit ()=default |
![]() | |
std::string | unitString |
Class that defines the different units of a Load 'Force'.
|
static |
KiloNewtons.
References KN().
Referenced by KN(), and Loads::xmlRead().
|
static |
Newtons.
References N().
Referenced by Force::Force(), N(), and Loads::xmlRead().
|
static |
picoNewtons
References PN().
Referenced by PN(), and Loads::xmlRead().