@dnv-plant/typescriptpws 1.0.63 → 1.0.64-alpha.1861876

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.
@@ -1,7 +1,7 @@
1
1
  /***********************************************************************
2
2
  * This file has been auto-generated by a code generation tool.
3
- * Version: 1.0.63
4
- * Date/time: 01 Apr 2025 10:24:17
3
+ * Version: 1.0.64
4
+ * Date/time: 04 Apr 2025 15:02:06
5
5
  * Template: templates/typescriptpws/calculations.razor.
6
6
  ***********************************************************************/
7
7
 
@@ -179,18 +179,18 @@ class LateExplosionCalculationRequest extends CalculationRequestBase {
179
179
  /**
180
180
  * LateExplosion calculation request class.
181
181
  *
182
- * @param {Entities.Material} material - A Material entity with post-discharge composition.
182
+ * @param {Entities.Material} material - a material entity with post-discharge composition.
183
183
  * @param {Entities.ScalarUdmOutputs} scalarUdmOutputs - Scalar dispersion results.
184
- * @param {Entities.Weather} weather - A Weather entity.
185
- * @param {Entities.DispersionRecord[]} dispersionRecords - An array of Dispersion Records.
186
- * @param {number} dispersionRecordCount - Number of Dispersion Records.
187
- * @param {Entities.Substrate} substrate - A Substrate entity.
188
- * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - A Dispersion Output Config.
189
- * @param {Entities.ExplosionOutputConfig} explosionOutputConfig - An Explosion Output Config.
190
- * @param {Entities.ExplosionParameters} explosionParameters - An Explosion Parameters entity.
191
- * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - An array of Explosion Confined Volumes.
192
- * @param {number} explosionConfinedVolumeCount - Number of Explosion Confined Volumes.
193
- * @param {Entities.DispersionParameters} dispersionParameters - A Dispersion Parameters entity.
184
+ * @param {Entities.Weather} weather - a weather entity.
185
+ * @param {Entities.DispersionRecord[]} dispersionRecords - an array of dispersion records.
186
+ * @param {number} dispersionRecordCount - Number of dispersion records.
187
+ * @param {Entities.Substrate} substrate - a substrate entity.
188
+ * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - a dispersion output config.
189
+ * @param {Entities.ExplosionOutputConfig} explosionOutputConfig - an explosion output config.
190
+ * @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
191
+ * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
192
+ * @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
193
+ * @param {Entities.DispersionParameters} dispersionParameters - a dispersion parameters entity.
194
194
  */
195
195
  constructor(
196
196
  material: Entities.Material,
@@ -306,18 +306,18 @@ export class LateExplosionCalculation extends CalculationBase {
306
306
  /**
307
307
  * Calculates the explosion overpressures from a flammable cloud, including delayed ignition. The method can switch between a "Uniform confined" approach where the multi-energy explosion calculations will model a single confined source that contains the entire mass of the cloud, or a "User-defined" approach where the user can specify explosion volumes with different strengths. The results produced are for the worst-case explosion determined by exploding the cloud at 10 m intervals in the downwind direction.
308
308
  *
309
- * @param {Entities.Material} material - A Material entity with post-discharge composition.
309
+ * @param {Entities.Material} material - a material entity with post-discharge composition.
310
310
  * @param {Entities.ScalarUdmOutputs} scalarUdmOutputs - Scalar dispersion results.
311
- * @param {Entities.Weather} weather - A Weather entity.
312
- * @param {Entities.DispersionRecord[]} dispersionRecords - An array of Dispersion Records.
313
- * @param {number} dispersionRecordCount - Number of Dispersion Records.
314
- * @param {Entities.Substrate} substrate - A Substrate entity.
315
- * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - A Dispersion Output Config.
316
- * @param {Entities.ExplosionOutputConfig} explosionOutputConfig - An Explosion Output Config.
317
- * @param {Entities.ExplosionParameters} explosionParameters - An Explosion Parameters entity.
318
- * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - An array of Explosion Confined Volumes.
319
- * @param {number} explosionConfinedVolumeCount - Number of Explosion Confined Volumes.
320
- * @param {Entities.DispersionParameters} dispersionParameters - A Dispersion Parameters entity.
311
+ * @param {Entities.Weather} weather - a weather entity.
312
+ * @param {Entities.DispersionRecord[]} dispersionRecords - an array of dispersion records.
313
+ * @param {number} dispersionRecordCount - Number of dispersion records.
314
+ * @param {Entities.Substrate} substrate - a substrate entity.
315
+ * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - a dispersion output config.
316
+ * @param {Entities.ExplosionOutputConfig} explosionOutputConfig - an explosion output config.
317
+ * @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
318
+ * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
319
+ * @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
320
+ * @param {Entities.DispersionParameters} dispersionParameters - a dispersion parameters entity.
321
321
  */
322
322
  constructor(
323
323
  material: Entities.Material,
@@ -428,8 +428,8 @@ export class LateExplosionCalculationResponse extends CalculationResponseBase {
428
428
  /**
429
429
  * LateExplosion calculation response class.
430
430
  *
431
- * @param {Entities.ExplosionOverpressureResult} explosionUnifConfOverpressureResult - Uniform confined Explosion Overpressure Result.
432
- * @param {Entities.ExplosionOverpressureResult} explosionUnconfOverpressureResult - Unconfined Explosion Overpressure Result.
431
+ * @param {Entities.ExplosionOverpressureResult} explosionUnifConfOverpressureResult - Uniform confined explosion overpressure result.
432
+ * @param {Entities.ExplosionOverpressureResult} explosionUnconfOverpressureResult - Unconfined explosion overpressure result.
433
433
  */
434
434
  constructor(
435
435
  explosionUnifConfOverpressureResult: Entities.ExplosionOverpressureResult,
@@ -559,19 +559,19 @@ class LateExplosionToOPLevelsCalculationRequest extends CalculationRequestBase {
559
559
  /**
560
560
  * LateExplosionToOPLevels calculation request class.
561
561
  *
562
- * @param {Entities.Material} material - A Material entity with post-discharge composition.
562
+ * @param {Entities.Material} material - a material entity with post-discharge composition.
563
563
  * @param {Entities.ScalarUdmOutputs} scalarUdmOutputs - Scalar dispersion results.
564
- * @param {Entities.Weather} weather - A Weather entity.
564
+ * @param {Entities.Weather} weather - a weather entity.
565
565
  * @param {Entities.DispersionRecord[]} dispersionRecords - Cloud definition.
566
- * @param {number} dispersionRecordCount - Number of Dispersion Records.
567
- * @param {Entities.Substrate} substrate - A Substrate entity.
568
- * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - A Dispersion Output Config entity.
569
- * @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - An array of Explosion Output Configs.
570
- * @param {number} explosionOutputConfigCount - Number of Explosion Output Configs.
566
+ * @param {number} dispersionRecordCount - Number of dispersion records.
567
+ * @param {Entities.Substrate} substrate - a substrate entity.
568
+ * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - a dispersion output config entity.
569
+ * @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs.
570
+ * @param {number} explosionOutputConfigCount - Number of explosion output configs.
571
571
  * @param {Entities.ExplosionParameters} explosionParameters - Explosion parameters.
572
- * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - An array of Explosion Confined Volumes.
573
- * @param {number} explosionConfinedVolumeCount - Number of Explosion Confined Volumes.
574
- * @param {Entities.DispersionParameters} dispersionParameters - A Dispersion Parameters entity.
572
+ * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
573
+ * @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
574
+ * @param {Entities.DispersionParameters} dispersionParameters - a dispersion parameters entity.
575
575
  */
576
576
  constructor(
577
577
  material: Entities.Material,
@@ -693,19 +693,19 @@ export class LateExplosionToOPLevelsCalculation extends CalculationBase {
693
693
  /**
694
694
  * Calculates the explosion overpressures from a flammable cloud, including delayed ignition. The method can switch between a "Uniform confined" approach where the multi-energy explosion calculations will model a single confined source that contains the entire mass of the cloud, or a "User-defined" approach where the user can specify explosion volumes with different strengths. The results produced are for the worst-case explosion determined by exploding the cloud at 10 m intervals in the downwind direction. This calculation determines the worst-case explosion to various overpressure levels as specified by the array of explosion output configs.
695
695
  *
696
- * @param {Entities.Material} material - A Material entity with post-discharge composition.
696
+ * @param {Entities.Material} material - a material entity with post-discharge composition.
697
697
  * @param {Entities.ScalarUdmOutputs} scalarUdmOutputs - Scalar dispersion results.
698
- * @param {Entities.Weather} weather - A Weather entity.
698
+ * @param {Entities.Weather} weather - a weather entity.
699
699
  * @param {Entities.DispersionRecord[]} dispersionRecords - Cloud definition.
700
- * @param {number} dispersionRecordCount - Number of Dispersion Records.
701
- * @param {Entities.Substrate} substrate - A Substrate entity.
702
- * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - A Dispersion Output Config entity.
703
- * @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - An array of Explosion Output Configs.
704
- * @param {number} explosionOutputConfigCount - Number of Explosion Output Configs.
700
+ * @param {number} dispersionRecordCount - Number of dispersion records.
701
+ * @param {Entities.Substrate} substrate - a substrate entity.
702
+ * @param {Entities.DispersionOutputConfig} dispersionOutputConfig - a dispersion output config entity.
703
+ * @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs.
704
+ * @param {number} explosionOutputConfigCount - Number of explosion output configs.
705
705
  * @param {Entities.ExplosionParameters} explosionParameters - Explosion parameters.
706
- * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - An array of Explosion Confined Volumes.
707
- * @param {number} explosionConfinedVolumeCount - Number of Explosion Confined Volumes.
708
- * @param {Entities.DispersionParameters} dispersionParameters - A Dispersion Parameters entity.
706
+ * @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
707
+ * @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
708
+ * @param {Entities.DispersionParameters} dispersionParameters - a dispersion parameters entity.
709
709
  */
710
710
  constructor(
711
711
  material: Entities.Material,
@@ -829,8 +829,8 @@ export class LateExplosionToOPLevelsCalculationResponse extends CalculationRespo
829
829
  /**
830
830
  * LateExplosionToOPLevels calculation response class.
831
831
  *
832
- * @param {Entities.ExplosionOverpressureResult[]} explosionUnifConfOverpressureResults - An array of uniform confined Explosion Overpressure Results.
833
- * @param {Entities.ExplosionOverpressureResult[]} explosionUnconfOverpressureResults - An array of unconfined Explosion Overpressure Results.
832
+ * @param {Entities.ExplosionOverpressureResult[]} explosionUnifConfOverpressureResults - an array of uniform confined explosion overpressure results.
833
+ * @param {Entities.ExplosionOverpressureResult[]} explosionUnconfOverpressureResults - an array of unconfined explosion overpressure results.
834
834
  */
835
835
  constructor(
836
836
  explosionUnifConfOverpressureResults: Entities.ExplosionOverpressureResult[],