This is a lazy/pull driven version, only retrieving values when required. If the same values are retrieved more than once, they are recalculated from scratch.
public class HDInOutFlowCalculator : EngineDataItemAll<double>| Create |
Create an engine data item that provides in/outflow into/from the model.
It can produce the general in/out flow and also detailed in/out flow of all nodes/reaches/gridpoints. Set the detailed to true to get detailed results. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SetupDetailed | Enable detailed calculations, for all nodes and grid points in the network |
| ToString | Returns a string that represents the current object. (Inherited from Object) |