measur-tools-suite 1.0.14-beta.283 → 1.0.14-beta.284

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-beta.283",
3
+ "version": "1.0.14-beta.284",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"
@@ -48,13 +48,8 @@
48
48
  /**
49
49
  * @defgroup o2_enrichment_excess_air_formula Excess Air Formula
50
50
  * @ingroup o2_enrichment_calculator
51
- * @brief Excess air calculated from oxygen concentration in flue gas.
52
- * @details The excess air is determined from the oxygen concentration in the flue gas using stoichiometric
53
- * relationships. This calculation uses the shared @ref process_heat::calculateExcessAir function from the
54
- * @ref process_heat namespace, which provides a consistent implementation across all process heat calculators.
55
51
  *
56
- * The formula uses empirical factors derived from combustion stoichiometry for typical fuels to account for
57
- * the fact that excess oxygen in flue gas indicates incomplete combustion air utilization.
52
+ * @copydoc process_heat_excess_air_formula_doc
58
53
  *
59
54
  * @par Implementation
60
55
  * See @ref process_heat_excess_air_formula for the complete formula, symbol definitions, and implementation details.
@@ -26,6 +26,15 @@
26
26
  * - O2 enrichment analysis (@ref o2_enrichment_calculator)
27
27
  * - Solid/liquid flue gas material calculations (@ref solid_liquid_flue_gas_material_calculator)
28
28
  *
29
+ * @copydoc process_heat_excess_air_formula_doc
30
+ *
31
+ * @note Input oxygen should be provided as a fraction (not percentage). For example, 3% O2 should be passed as 0.03.
32
+ */
33
+
34
+
35
+ /**
36
+ * @defgroup process_heat_excess_air_formula_doc
37
+ *
29
38
  * The formula provides a quick estimate of excess air based on measured flue gas oxygen content. For more
30
39
  * complex fuel compositions, iterative refinement may be applied (as in
31
40
  * @ref solid_liquid_flue_gas_material::calculateExcessAirFromFlueGasO2).
@@ -40,11 +49,4 @@
40
49
  * @symrow{k_2; Oxygen flue gas factor (9.52381); \unitless}
41
50
  * @endsymtable
42
51
  *
43
- * @subheading{Implementation}
44
- * The function is implemented in the @ref process_heat namespace:
45
- * @code{.cpp}
46
- * double excess_air = process_heat::calculateExcessAir(o2_flue_gas_fraction);
47
- * @endcode
48
- *
49
- * @note Input oxygen should be provided as a fraction (not percentage). For example, 3% O2 should be passed as 0.03.
50
- */
52
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-beta.283",
3
+ "version": "1.0.14-beta.284",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"