Method: volumes
[Visual Basic] Private Sub volumes( _ ByVal daytype As String, _ ByVal curdate As Date, _ ByVal traj As Integer, _ ByVal dayctr As Integer _ ) [C#] private void volumes( string daytype, DateTime curdate, int traj, int dayctr ); [C++] private: void volumes( String* daytype, DateTime curdate, int traj, int dayctr ); [JScript] private function volumes( String daytype, DateTime curdate, int traj, int dayctr );
NA
Type: Macro to roll the volumes each day Sequence: called from storage optimizer after optimization called from storage contraint before setting constraints to get the last values. no user call required! Inputs: Description: keeps track of the volume transactions for buying, selling and delivering gas Output: Written by Joe W. Byers
Storage Class | CommodityStorage.Storage Namespace