declare enum SourceType { Concen = 0,//!< Sets the concentration of external inflow entering a node Mass = 1,//!< Injects a given mass/minute into a node SetPoint = 2,//!< Sets the concentration leaving a node to a given value FlowPaced = 3 } export default SourceType;