![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <objects.h>
Public Attributes | |
| char * | ID |
| int | type |
| int | subIndex |
| int | rptFlag |
| int | node1 |
| int | node2 |
| double | offset1 |
| double | offset2 |
| TXsect | xsect |
| double | q0 |
| double | qLimit |
| double | cLossInlet |
| double | cLossOutlet |
| double | cLossAvg |
| double | seepRate |
| int | hasFlapGate |
| TInlet * | inlet |
| double | oldFlow |
| double | newFlow |
| double | oldDepth |
| double | newDepth |
| double | oldVolume |
| double | newVolume |
| double | surfArea1 |
| double | surfArea2 |
| double | qFull |
| double | setting |
| double | targetSetting |
| double | timeLastSet |
| double | froude |
| double * | oldQual |
| double * | newQual |
| double * | totalLoad |
| int | flowClass |
| double | dqdh |
| signed char | direction |
| char | bypassed |
| char | normalFlow |
| char | inletControl |
| double * | apiExtQualMassFlux |
| double* TLink::apiExtQualMassFlux |
| char TLink::bypassed |
| double TLink::cLossAvg |
| double TLink::cLossInlet |
| double TLink::cLossOutlet |
| signed char TLink::direction |
| double TLink::dqdh |
| int TLink::flowClass |
| double TLink::froude |
| int TLink::hasFlapGate |
| char* TLink::ID |
| TInlet* TLink::inlet |
| char TLink::inletControl |
| double TLink::newDepth |
| double TLink::newFlow |
| double* TLink::newQual |
| double TLink::newVolume |
| int TLink::node1 |
| int TLink::node2 |
| char TLink::normalFlow |
| double TLink::offset1 |
| double TLink::offset2 |
| double TLink::oldDepth |
| double TLink::oldFlow |
| double* TLink::oldQual |
| double TLink::oldVolume |
| double TLink::q0 |
| double TLink::qFull |
| double TLink::qLimit |
| int TLink::rptFlag |
| double TLink::seepRate |
| double TLink::setting |
| int TLink::subIndex |
| double TLink::surfArea1 |
| double TLink::surfArea2 |
| double TLink::targetSetting |
| double TLink::timeLastSet |
| double* TLink::totalLoad |
| int TLink::type |
| TXsect TLink::xsect |