26 #ifndef PRESSUREUNIT_H
27 #define PRESSUREUNIT_H
Class that defines the different units of a Load 'Pressure'.
Definition: PressureUnit.h:40
static PressureUnit & KPA()
kiloPascal
Definition: PressureUnit.cpp:30
static PressureUnit & PA()
Pascal.
Definition: PressureUnit.cpp:40
static PressureUnit & MMHG()
Millimeters of mercure.
Definition: PressureUnit.cpp:35
Class that defines the unit of the Load.
Definition: Unit.h:46
std::string unitString
Definition: Unit.h:51