measur-tools-suite 1.0.13-beta.143 → 1.0.13-beta.144

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.13-beta.143",
3
+ "version": "1.0.13-beta.144",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"
@@ -0,0 +1,29 @@
1
+ /**
2
+ * @defgroup fixture_heat_loss_calculator Fixture Heat Loss Calculator
3
+ * @ingroup heat_loss_calculators
4
+ * @brief Calculates heat losses from fixtures, trays, and conveyors in process heating equipment.
5
+ * @details This calculator is used to estimate heat losses of process heating equipment due to fixtures, trays,
6
+ * conveyor belts, and similar equipment that enter the furnace at lower temperatures and are heated to the furnace
7
+ * temperature. These fixtures absorb heat from the furnace as they are heated from their initial temperature to the
8
+ * final furnace temperature. The calculator computes the total heat loss based on the feed rate, specific heat of the
9
+ * fixture material, initial and final temperatures, and a correction factor @cite trinks2003industrial. The calculation
10
+ * assumes there is no melting or phase change of the fixture material involved. Relevant formulas are documented below.
11
+ *
12
+ * @heading{Heat Loss}
13
+ * @copydoc fixture_heat_loss_formula
14
+ */
15
+
16
+ /**
17
+ * @defgroup fixture_heat_loss_formula Fixture Heat Loss Formula
18
+ * @ingroup fixture_heat_loss_calculator
19
+ * @formula{fixture-heat-loss; Q = \dot{m} \cdot c_p \cdot (T_\text{final} - T_\text{initial}) \cdot f_\text{corr}}
20
+ * @subheading{Symbols}
21
+ * @symtable
22
+ * @symrow{Q; Heat loss; \btu\per\hour}
23
+ * @symrow{\dot{m}; Feed rate of fixture material; \pound\per\hour}
24
+ * @symrow{c_p; Specific heat of fixture material; \btu\per\pound\degreeFahrenheit}
25
+ * @symrow{T_\text{final}; Final temperature of fixture; \degreeFahrenheit}
26
+ * @symrow{T_\text{initial}; Initial temperature of fixture; \degreeFahrenheit}
27
+ * @symrow{f_\text{corr}; Correction factor; \unitless}
28
+ * @endsymtable
29
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.13-beta.143",
3
+ "version": "1.0.13-beta.144",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"