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