@dnv-plant/typescriptpws 1.0.78 → 1.0.83-alpha.1963580
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/index.ts +10 -4
- package/package.json +6 -6
- package/src/calculations/applicationTools.ts +10 -4
- package/src/calculations/discharge.ts +10 -4
- package/src/calculations/dispersion.ts +10 -4
- package/src/calculations/dispersionView.ts +10 -4
- package/src/calculations/fireball.ts +10 -4
- package/src/calculations/jetFire.ts +10 -4
- package/src/calculations/lateExplosion.ts +10 -4
- package/src/calculations/linkedRunners.ts +10 -4
- package/src/calculations/poolFire.ts +10 -4
- package/src/calculations/properties.ts +10 -4
- package/src/calculations/radiation.ts +10 -4
- package/src/calculations/standalones.ts +10 -4
- package/src/calculations/toxics.ts +10 -4
- package/src/calculations/utilities.ts +10 -4
- package/src/constants.ts +10 -4
- package/src/entities.ts +359 -303
- package/src/entity-schemas.ts +10 -4
- package/src/enums.ts +10 -4
- package/src/materials.ts +10 -4
- package/src/utilities.ts +10 -4
package/index.ts
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/index.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
export * from "./src/constants";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dnv-plant/typescriptpws",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.83-alpha.1963580",
|
|
4
4
|
"description": "Integrate Phast models with our versatile APIs for enhanced customization and efficiency.",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"typescript": "^5.7.3"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
"@types/jsonwebtoken": "^9.0.8",
|
|
20
|
+
"@types/jest": "^29.5.14",
|
|
21
|
+
"jest": "^29.7.0",
|
|
22
|
+
"ts-jest": "^29.3.0"
|
|
23
23
|
}
|
|
24
|
-
}
|
|
24
|
+
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:10
|
|
11
|
+
* Template: templates/typescriptpws/calculations.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
|
package/src/constants.ts
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* This file has been auto-generated by a code generation tool.
|
|
3
|
+
*
|
|
4
|
+
* DO NOT MODIFY THIS FILE
|
|
5
|
+
* This file is maintained by DNV.
|
|
6
|
+
* Editing it may lead to inconsistent results and limit DNV's ability to provide support.
|
|
7
|
+
* Please contact DNV if you believe changes are required.
|
|
8
|
+
*
|
|
9
|
+
* Version: 1.0.83
|
|
10
|
+
* Date/time: 08 Jul 2025 16:03:09
|
|
11
|
+
* Template: templates/typescriptpws/constants.razor.
|
|
6
12
|
***********************************************************************/
|
|
7
13
|
|
|
8
14
|
export const ABS_TOL_RAD = 0.0000000001;
|