Class that defines the different units of a Load 'Pressure'. More...
#include <PressureUnit.h>
Static Public Member Functions | |
static PressureUnit & | KPA () |
kiloPascal | |
static PressureUnit & | MMHG () |
Millimeters of mercure. | |
static PressureUnit & | PA () |
Pascal. | |
Additional Inherited Members | |
![]() | |
std::string | getUnitName () |
virtual | ~Unit ()=default |
![]() | |
std::string | unitString |
Class that defines the different units of a Load 'Pressure'.
|
static |
kiloPascal
References KPA().
Referenced by KPA(), and Loads::xmlRead().
|
static |
Millimeters of mercure.
References MMHG().
Referenced by MMHG(), and Loads::xmlRead().
|
static |
Pascal.
References PA().
Referenced by PA(), Pressure::Pressure(), and Loads::xmlRead().