measur-tools-suite 1.0.14-rc.19 → 1.0.14-rc.20

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/client.wasm CHANGED
Binary file
package/bin/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-rc.19",
3
+ "version": "1.0.14-rc.20",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @defgroup slag_other_material_heat_loss_calculator Slag/Other Material Heat Loss Calculator
3
+ * @ingroup heat_loss_calculators
4
+ * @brief Calculates heat losses from slag and other waste materials in process heating equipment.
5
+ * @details This calculator estimates the heat required to heat slag or other combustion byproducts in a furnace. It uses the discharged weight, specific heat, initial and final temperatures, and a correction factor. Assumes majority of slag is silicon and specific heat does not change with temperature. Glass structures in slag may significantly affect results. The calculation is relevant for electrotechnologies and does not account for melting or phase change. Relevant formulas are documented below.
6
+ *
7
+ * @heading{Heat Loss}
8
+ * @copydoc slag_other_material_heat_loss_formula
9
+ */
10
+
11
+ /**
12
+ * @defgroup slag_other_material_heat_loss_formula Slag/Other Material Heat Loss Formula
13
+ * @ingroup slag_other_material_heat_loss_calculator
14
+ * @formula{slag-other-material-heat-loss; Q = m \cdot c_p \cdot (T_\text{outlet} - T_\text{inlet}) \cdot f_\text{corr}}
15
+ * @subheading{Symbols}
16
+ * @symtable
17
+ * @symrow{Q; Heat loss; \btu}
18
+ * @symrow{m; Weight discharged; \pound}
19
+ * @symrow{c_p; Specific heat of material; \btu\per\pound\degreeFahrenheit}
20
+ * @symrow{T_\text{outlet}; Outlet temperature; \degreeFahrenheit}
21
+ * @symrow{T_\text{inlet}; Inlet temperature; \degreeFahrenheit}
22
+ * @symrow{f_\text{corr}; Correction factor; \unitless}
23
+ * @endsymtable
24
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-rc.19",
3
+ "version": "1.0.14-rc.20",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"