Decoupled pressure units from the flow unit system
Decoupled pressure units from the flow unit system, allowing them to be set independently to support mixed-unit conventions (e.g., using LPS for flow and PSI for pressure).
This commit is contained in:
@@ -238,7 +238,8 @@ typedef enum {
|
||||
typedef enum {
|
||||
PSI, // pounds per square inch
|
||||
KPA, // kiloPascals
|
||||
METERS // meters
|
||||
METERS, // meters
|
||||
UNITDEFAULT // default based on unit system (SI or US)
|
||||
} PressureUnitsType;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user