An NDoc Documented Class Library

Storage.monthlyvolumes Method 

Method: monthly volumes

[Visual Basic]
Private Sub monthlyvolumes( _ 
   ByVal period As Long, _ 
   ByVal contractdate As Date, _ 
   ByVal enddate As Date, _ 
   ByRef mmwq As Double, _ 
   ByRef mmiq As Double _ 
)
[C#]
private void monthlyvolumes(
   long period,
   DateTime contractdate,
   DateTime enddate,
   ref double mmwq,
   ref double mmiq
);
[C++]
private: void monthlyvolumes(
   __int64 period,
   DateTime contractdate,
   DateTime enddate,
   * double mmwq,
   * double mmiq
);
[JScript]
private function monthlyvolumes(
   long period,
   DateTime contractdate,
   DateTime enddate,
   double mmwq,
   double mmiq
);

Parameters

period
Trajectory period
contractdate
Contract beginning flow date
enddate
Contract ending flow date
mmwq
Maximum tenor withdrawal rate
mmiq
Maximum tenor injection rate

Return Value

NA

Remarks

calculates the allowable flow volume for the contract from the contractdate to the enddate under the gas available for deliver, gas in ground, maximum storage quantity, and daily ratchets. TODO: add volumetric calculations based on gas in ground

See Also

Storage Class | CommodityStorage.Storage Namespace