|
25 | 25 | * between two operating pressures for an existing or proposed tank. |
26 | 26 | * 2. **General** – the simplest sizing method; computes the tank volume needed to supply a |
27 | 27 | * known air demand within an allowable pressure drop. |
28 | | - * 3. **Dedicated Storage** – sizes a tank that must independently supply a sustained flow |
29 | | - * for a defined time interval by drawing down from a stored pressure. |
30 | | - * 4. **Metered Storage** – extends Dedicated Storage by accounting for a metering (needle) |
31 | | - * valve that continuously replenishes the tank during the demand event; also computes |
32 | | - * the tank refill time after the event. |
| 28 | + * 3. **Dedicated Storage** – determines the amount of compressed air storage required to |
| 29 | + * support a short-duration event without causing system pressure to fall below an |
| 30 | + * acceptable minimum. Assumes storage alone supplies the additional air demand during |
| 31 | + * the event, with no significant compressor recovery during the storage discharge period. |
| 32 | + * 4. **Metered Storage** – used when a compressor can partially replenish the storage |
| 33 | + * volume during the demand event through a controlled recovery flow. The recovery flow |
| 34 | + * is typically regulated by a needle valve that meters air into or out of the storage |
| 35 | + * receiver at a slower fixed rate. Accounts for both the stored air and the metered |
| 36 | + * recovery flow available during the event, often reducing the required storage volume |
| 37 | + * compared to a storage-only design; also computes the tank refill time after the event. |
33 | 38 | * 5. **Bridging Compressor Reaction Delay** – sizes a tank that must supply air during |
34 | 39 | * the time the pressure signal propagates from a demand event back to the compressor |
35 | 40 | * room and the compressor responds. |
|
115 | 120 | /** |
116 | 121 | * @defgroup receiver_tank_dedicated_storage_size_formula Dedicated Storage Method Tank Size Formula |
117 | 122 | * @ingroup receiver_tank_calculator |
118 | | - * @brief Sizes a tank that must supply a sustained flow for a defined duration from stored pressure. |
119 | | - * @details The Dedicated Storage method is used when a process requires a fixed flow rate |
120 | | - * for a known duration and the compressor cannot keep up. The tank is sized to |
121 | | - * provide that flow over the demand period while the pressure falls from the |
122 | | - * initial to the final value. |
| 123 | + * @brief Determines the compressed air storage volume needed to support a short-duration demand event without letting system pressure fall below an acceptable minimum. |
| 124 | + * @details Use this method when storage alone must supply the additional air demand during |
| 125 | + * the event, with no significant compressor recovery occurring during the storage |
| 126 | + * discharge period. The tank is sized so that pressure can fall from the initial |
| 127 | + * stored value to the minimum acceptable value while satisfying the full demand |
| 128 | + * flow rate for the duration of the event. |
123 | 129 | * |
124 | 130 | * @formula{receiver-tank-dedicated-storage-size; |
125 | 131 | * V_{required} = \frac{k_{gal} \cdot t_{demand} \cdot Q_{flow} \cdot P_{atm}}{P_{in} - P_{out}} |
|
140 | 146 | /** |
141 | 147 | * @defgroup receiver_tank_metered_storage_size_formula Metered Storage Method Tank Size Formula |
142 | 148 | * @ingroup receiver_tank_calculator |
143 | | - * @brief Sizes a tank when flow is regulated through a metering (needle) valve. |
144 | | - * @details The Metered Storage method extends the Dedicated Storage method for the case |
145 | | - * where a needle valve or flow-control orifice continuously supplies air to the |
146 | | - * downstream process at a controlled rate @math{Q_{metered}} during the demand |
147 | | - * event. Only the net demand @math{(Q_{flow} - Q_{metered})} draws from the |
148 | | - * stored volume, so the required tank is smaller than the Dedicated Storage size |
149 | | - * for the same scenario. |
| 149 | + * @brief Sizes a dedicated storage tank when the compressor can partially replenish storage during the demand event through a controlled recovery flow. |
| 150 | + * @details Use this method when a compressor can partially replenish the storage volume |
| 151 | + * during the demand event through a controlled recovery flow. In many compressed |
| 152 | + * air systems this recovery flow is regulated by a needle valve that meters air |
| 153 | + * into or out of the storage receiver at a slower fixed rate @math{Q_{metered}}. |
| 154 | + * The calculator accounts for both the stored air and the metered recovery flow |
| 155 | + * available during the event: only the net demand @math{(Q_{flow} - Q_{metered})} |
| 156 | + * draws from the stored volume, often reducing the required tank size compared to |
| 157 | + * a storage-only design. This method is appropriate for intermittent, high-flow |
| 158 | + * applications where a controlled refill rate is desired. |
150 | 159 | * |
151 | 160 | * @formula{receiver-tank-metered-storage-size; |
152 | 161 | * V_{required} = \frac{k_{gal} \cdot t_{demand} \cdot (Q_{flow} - Q_{metered}) \cdot P_{atm}}{P_{in} - P_{out}} |
|
0 commit comments