HDPipeDesignData Properties

Properties

CommercialPipeDiameters List of commercial pipe diameters. These are used for suggesting new pipe diameters after a simulation done. The smallest diameter larger than the computed diameter is used as suggestion.
Connection Holder of read/write information
(Inherited from AbstractDataAccess)
CustomTypes List of custom types stored in the data object and that must be serialized.

A custom type is e.g. a user implemented structure or catchment model. In order to store information on the custom type in the .m1dx file, the system needs to know which custom types are being used, and they must be added to this list.


(Inherited from AbstractDataAccess)
DesignOptimizationItems A list of items in the Pipe Design simulation. Each item contains a list of reaches that will be modified.
ExtensionData Holds data from an extended DataContract
(Inherited from AbstractDataAccess)
InputOutputUnits Unit of input and output files
MEXFile Name and path of mex file
PIDDerivationPeriod PID derivation period in seconds. Default value 0.8 seconds.
PIDIntegrationPeriod PID integration period in seconds. Default value 300 seconds.
PIDProportionalityFactor PID proportionality factors. Default value -1
PIDWeightTimeStep1 PID weight of time step n to use when modifying the Manning number of reaches. Default value 1.
PIDWeightTimeStep2 PID weight of time step n-1 to use when modifying the Manning number of reaches. Default value 1.
PIDWeightTimeStep3 PID weight of time step n-2 to use when modifying the Manning number of reaches. Default value 1.
ResultFile File path of the Pipe Design result file

See Also