An NDoc Documented Class Library

Storage.volumes Method 

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
);

Parameters

daytype
Type variable specifically to designate a weekend or holiday
curdate
Current Date
traj
Current Trajectory
dayctr
Counter for days

Return Value

NA

Remarks

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

See Also

Storage Class | CommodityStorage.Storage Namespace