measur-tools-suite 1.0.14-beta.225 → 1.0.14-beta.232

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.225",
3
+ "version": "1.0.14-beta.232",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"
@@ -65,9 +65,9 @@
65
65
  * @formula{pheic-heat-input; HI = H_B + H_C \cdot T_{FG}}
66
66
  *
67
67
  * @symtable
68
- * @symrow{HI; Heat input; \degreeFahrenheit}
69
- * @symrow{H_B; Heat input base (95.0); \degreeFahrenheit}
70
- * @symrow{H_C; Heat input temp coeff (-0.025); \degreeFahrenheit}
68
+ * @symrow{HI; Heat input; \percent}
69
+ * @symrow{H_B; Heat input base (95.0); \percent}
70
+ * @symrow{H_C; Heat input temp coeff (-0.025); \percent\per\degreeFahrenheit}
71
71
  * @symrow{T_{FG}; Flue gas temperature; \degreeFahrenheit}
72
72
  * @endsymtable
73
73
  */
@@ -81,9 +81,9 @@
81
81
  * @formula{pheic-air-specific-heat; C_{p,air} = C_B + C_C \cdot T_{CA}}
82
82
  *
83
83
  * @symtable
84
- * @symrow{C_{p,air}; Air specific heat; \btu\per\pound\degreeFahrenheit}
85
- * @symrow{C_B; Air specific heat base (0.017828518); \btu\per\pound\degreeFahrenheit}
86
- * @symrow{C_C; Air specific heat temp coeff (0.000002556); \btu\per\pound\degreeFahrenheit}
84
+ * @symrow{C_{p,air}; Air specific heat; \btu\per\pound\per\degreeFahrenheit}
85
+ * @symrow{C_B; Air specific heat base (0.017828518); \btu\per\pound\per\degreeFahrenheit}
86
+ * @symrow{C_C; Air specific heat temp coeff (0.000002556); \btu\per\pound\per\degreeFahrenheit}
87
87
  * @symrow{T_{CA}; Combustion air temperature; \degreeFahrenheit}
88
88
  * @endsymtable
89
89
  */
@@ -97,8 +97,8 @@
97
97
  * @formula{pheic-air-correction; AC = -\left(A_B + C_{p,air} \cdot T_{FG}\right) \cdot \frac{EA}{100}}
98
98
  *
99
99
  * @symtable
100
- * @symrow{AC; Air correction; \btu}
101
- * @symrow{A_B; Air correction base (-1.07891327); \btu}
100
+ * @symrow{AC; Air correction; \percent}
101
+ * @symrow{A_B; Air correction base (-1.07891327); \unitless}
102
102
  * @symrow{C_{p,air}; Air specific heat; \btu\per\pound\degreeFahrenheit}
103
103
  * @symrow{T_{FG}; Flue gas temperature; \degreeFahrenheit}
104
104
  * @symrow{EA; Excess air; \percent}
@@ -114,9 +114,15 @@
114
114
  * @formula{pheic-combustion-air-correction; CAC = \left(CA_B + C_{p,air} \cdot T_{CA}\right) \cdot \left(1 + \frac{EA}{100}\right)}
115
115
  *
116
116
  * @symtable
117
+ <<<<<<< Updated upstream
117
118
  * @symrow{CAC; Combustion air correction; \btu}
118
119
  * @symrow{CA_B; Combustion air correction base (-1.078913827); \btu}
120
+ * @symrow{C_{p,air}; Air specific heat; \btu\per\pound\per\degreeFahrenheit}
121
+ =======
122
+ * @symrow{CAC; Combustion air correction; \percent}
123
+ * @symrow{CA_B; Combustion air correction base (-1.078913827); \unitless}
119
124
  * @symrow{C_{p,air}; Air specific heat; \btu\per\pound\degreeFahrenheit}
125
+ >>>>>>> Stashed changes
120
126
  * @symrow{T_{CA}; Combustion air temperature; \degreeFahrenheit}
121
127
  * @symrow{EA; Excess air; \percent}
122
128
  * @endsymtable
@@ -132,7 +138,7 @@
132
138
  *
133
139
  * @symtable
134
140
  * @symrow{AH; Available heat; \percent}
135
- * @symrow{HI; Heat input; \degreeFahrenheit}
141
+ * @symrow{HI; Heat input; \percent}
136
142
  * @symrow{AC; Air correction; \btu}
137
143
  * @symrow{CAC; Combustion air correction; \btu}
138
144
  * @endsymtable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-beta.225",
3
+ "version": "1.0.14-beta.232",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"