measur-tools-suite 1.0.14-rc.32 → 1.0.14-rc.33

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.32",
3
+ "version": "1.0.14-rc.33",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"
@@ -16,7 +16,8 @@
16
16
  * @copydoc atmosphere_heat_loss_formula
17
17
  *
18
18
  * @heading{Specific Heat Values}
19
- * @copydoc atmosphere_specific_heat_values
19
+ * @copydoc gas_type_data
20
+ * see gas_type_data
20
21
  */
21
22
 
22
23
  /**
@@ -38,18 +39,4 @@
38
39
  * @symrow{T_\text{in}; Inlet temperature of gas; \degreeFahrenheit}
39
40
  * @symrow{f_\text{corr}; Correction factor; \unitless}
40
41
  * @endsymtable
41
- */
42
-
43
- /**
44
- * @defgroup atmosphere_specific_heat_values Atmosphere Specific Heat Values
45
- * @ingroup atmosphere_heat_loss_calculator
46
- * Reference temperature: @qty{60; \degreeFahrenheit}
47
- * | Gas Type | Specific Heat @unitb{\btu\per\standardCubicFeet\degreeFahrenheit} |
48
- * | --------------- | ----------------------------------------------------------------- |
49
- * | Nitrogen | 0.0185 |
50
- * | Hydrogen | 0.0182 |
51
- * | Exothermic Gas | 0.0185 |
52
- * | Endothermic Gas | 0.0185 |
53
- * | Air | 0.0184 |
54
- * | Water Vapor | 0.0212 |
55
42
  */
@@ -24,7 +24,8 @@
24
24
  * @copydoc wall_radiative_heat_loss_formula
25
25
  *
26
26
  * @heading{Shape Factors}
27
- * @copydoc shape_factors
27
+ * @copydoc wall_type_data_database
28
+ * @see wall_type_data_database
28
29
  */
29
30
 
30
31
  /**
@@ -100,19 +101,4 @@
100
101
  * @symrow{T_s; Surface temperature; \degreeRankine}
101
102
  * @symrow{T_a; Ambient temperature; \degreeRankine}
102
103
  * @endsymtable
103
- */
104
-
105
- /**
106
- * @defgroup wall_shape_factors Wall Shape Factors
107
- * @ingroup wall_heat_loss_calculator
108
- * | Wall Type | Shape Factor @unitb{\unitless} |
109
- * |-----------------------------------------------|--------------------------------|
110
- * | Horizontal cylinders | 1.016 |
111
- * | Longer vertical cylinders | 1.235 |
112
- * | Vertical plates | 1.394 |
113
- * | Horizontal plate facing up, warmer than air | 1.79 |
114
- * | Horizontal plate facing down, warmer than air | 0.89 |
115
- * | Horizontal plate facing up, cooler than air | 0.89 |
116
- * | Horizontal plate facing down, cooler than air | 1.79 |
117
- * Source: @cite astmC680
118
- */
104
+ */
@@ -0,0 +1,28 @@
1
+ /**
2
+ * @defgroup gas_type_data_database Gas Type Database
3
+ * @ingroup databases
4
+ * @brief Contains default data for atmospheric gas types used in atmosphere heat loss calculations.
5
+ * @details This database provides default values for the specific heat of common atmospheric gases at a reference temperature of @qty{60;\degreeFahrenheit}. The data is used in atmosphere heat loss calculations for process heating systems.
6
+ *
7
+ * @heading{Default Gas Type Data}
8
+ * @copydoc gas_type_data
9
+ */
10
+
11
+ /**
12
+ * @defgroup gas_type_data Default Gas Type Data
13
+ * @ingroup gas_type_data_database
14
+ * The following table lists the default gas types and their specific heat values:
15
+ *
16
+ * | Gas Description | Specific Heat @unitb{\btu\per\standardCubicFeet\degreeFahrenheit} |
17
+ * |---------------------|-------------------------------------------------------------------|
18
+ * | Nitrogen | 0.0185 |
19
+ * | Hydrogen | 0.0182 |
20
+ * | Exothermic Gas | 0.0185 |
21
+ * | Endothermic Gas | 0.0185 |
22
+ * | Air | 0.0184 |
23
+ * | Water Vapor | 0.0212 |
24
+ *
25
+ * @note Values are at a reference temperature of @qty{60;\degreeFahrenheit} and may vary with pressure and temperature.
26
+ *
27
+ * @see atmosphere_heat_loss_calculator
28
+ */
@@ -0,0 +1,30 @@
1
+ /**
2
+ * @defgroup wall_type_data_database Wall Type Database
3
+ * @ingroup databases
4
+ * @brief Contains default data for wall types used in wall heat loss calculations.
5
+ * @details This database provides default values for shape factors associated with various wall types. The data is used in wall heat loss calculations for process heating systems.
6
+ *
7
+ * @heading{Default Wall Type Data}
8
+ * @copydoc wall_type_data
9
+ * Source: @cite astmC680
10
+ */
11
+
12
+ /**
13
+ * @defgroup wall_type_data Default Wall Type Data
14
+ * @ingroup wall_type_data_database
15
+ * The following table lists the default wall types and their shape factor values:
16
+ *
17
+ * | Wall Description | Shape Factor @unitb{\unitless} |
18
+ * |------------------------------------------------------|--------------------------------|
19
+ * | Horizontal cylinders | 1.016 |
20
+ * | Longer vertical cylinders | 1.235 |
21
+ * | Vertical plates | 1.394 |
22
+ * | Horizontal plate facing up, warmer than air | 1.79 |
23
+ * | Horizontal plate facing down, warmer than air | 0.89 |
24
+ * | Horizontal plate facing up, cooler than air | 0.89 |
25
+ * | Horizontal plate facing down, cooler than air | 1.79 |
26
+ *
27
+ * @note Shape factors are used to account for the effect of surface orientation on convective heat transfer.
28
+ *
29
+ * @see wall_heat_loss_calculator
30
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "measur-tools-suite",
3
- "version": "1.0.14-rc.32",
3
+ "version": "1.0.14-rc.33",
4
4
  "engines": {
5
5
  "node": "20.19.4",
6
6
  "npm": "10.8.2"