@dnv-plant/typescriptpws 1.0.63 → 1.0.64
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 +2 -2
- package/package.json +1 -1
- package/src/calculations/applicationTools.ts +4 -4
- package/src/calculations/discharge.ts +45 -45
- package/src/calculations/dispersion.ts +16 -16
- package/src/calculations/dispersionView.ts +113 -113
- package/src/calculations/fireball.ts +14 -14
- package/src/calculations/jetFire.ts +13 -13
- package/src/calculations/lateExplosion.ts +48 -48
- package/src/calculations/linkedRunners.ts +245 -245
- package/src/calculations/poolFire.ts +15 -15
- package/src/calculations/properties.ts +6 -6
- package/src/calculations/radiation.ts +124 -124
- package/src/calculations/standalones.ts +11 -11
- package/src/calculations/toxics.ts +17 -17
- package/src/calculations/utilities.ts +36 -36
- package/src/constants.ts +26 -5
- package/src/entities.ts +212 -82
- package/src/entity-schemas.ts +160 -64
- package/src/enums.ts +25 -14
- package/src/materials.ts +2 -2
- package/src/utilities.ts +4 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
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
|
|
|
@@ -201,29 +201,29 @@ class UserDefinedSourceLinkedRunCalculationRequest extends CalculationRequestBas
|
|
|
201
201
|
/**
|
|
202
202
|
* UserDefinedSourceLinkedRun calculation request class.
|
|
203
203
|
*
|
|
204
|
-
* @param {Entities.Material} material -
|
|
204
|
+
* @param {Entities.Material} material - a material entity.
|
|
205
205
|
* @param {Entities.DischargeResult} dischargeResult - Scalar discharge data.
|
|
206
|
-
* @param {Entities.DischargeRecord[]} dischargeRecords -
|
|
207
|
-
* @param {number} dischargeRecordCount - Number of
|
|
208
|
-
* @param {Enums.Phase} phaseToBeReleased - Phase to be released (
|
|
209
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
210
|
-
* @param {Entities.Substrate} substrate -
|
|
211
|
-
* @param {Entities.Weather} weather -
|
|
212
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
213
|
-
* @param {number} dispersionParameterCount - Number of
|
|
206
|
+
* @param {Entities.DischargeRecord[]} dischargeRecords - an array of discharge records.
|
|
207
|
+
* @param {number} dischargeRecordCount - Number of discharge records.
|
|
208
|
+
* @param {Enums.Phase} phaseToBeReleased - Phase to be released ( vapour, two-phase or liquid).
|
|
209
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
210
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
211
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
212
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
213
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
214
214
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
215
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
216
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
217
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
218
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
219
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
220
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
221
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
222
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
223
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
224
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
225
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
226
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
215
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
216
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
217
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
218
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
219
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
220
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
221
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
222
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
223
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
224
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
225
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
226
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
227
227
|
*/
|
|
228
228
|
constructor(
|
|
229
229
|
material: Entities.Material,
|
|
@@ -424,29 +424,29 @@ export class UserDefinedSourceLinkedRunCalculation extends CalculationBase {
|
|
|
424
424
|
/**
|
|
425
425
|
* Calculates maximum distance to a number of concentration, radiation and overpressure levels for flammable and toxic materials, given user-specified discharge and inputs and weather definition.
|
|
426
426
|
*
|
|
427
|
-
* @param {Entities.Material} material -
|
|
427
|
+
* @param {Entities.Material} material - a material entity.
|
|
428
428
|
* @param {Entities.DischargeResult} dischargeResult - Scalar discharge data.
|
|
429
|
-
* @param {Entities.DischargeRecord[]} dischargeRecords -
|
|
430
|
-
* @param {number} dischargeRecordCount - Number of
|
|
431
|
-
* @param {Enums.Phase} phaseToBeReleased - Phase to be released (
|
|
432
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
433
|
-
* @param {Entities.Substrate} substrate -
|
|
434
|
-
* @param {Entities.Weather} weather -
|
|
435
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
436
|
-
* @param {number} dispersionParameterCount - Number of
|
|
429
|
+
* @param {Entities.DischargeRecord[]} dischargeRecords - an array of discharge records.
|
|
430
|
+
* @param {number} dischargeRecordCount - Number of discharge records.
|
|
431
|
+
* @param {Enums.Phase} phaseToBeReleased - Phase to be released ( vapour, two-phase or liquid).
|
|
432
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
433
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
434
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
435
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
436
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
437
437
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
438
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
439
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
440
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
441
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
442
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
443
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
444
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
445
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
446
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
447
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
448
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
449
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
438
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
439
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
440
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
441
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
442
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
443
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
444
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
445
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
446
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
447
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
448
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
449
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
450
450
|
*/
|
|
451
451
|
constructor(
|
|
452
452
|
material: Entities.Material,
|
|
@@ -742,27 +742,27 @@ export class UserDefinedSourceLinkedRunCalculationResponse extends CalculationRe
|
|
|
742
742
|
/**
|
|
743
743
|
* UserDefinedSourceLinkedRun calculation response class.
|
|
744
744
|
*
|
|
745
|
-
* @param {number[]} distancesToJetFireRadiation -
|
|
746
|
-
* @param {Entities.LocalPosition[]} jetContourPoints -
|
|
747
|
-
* @param {number[]} nJetContourPoints -
|
|
748
|
-
* @param {number[]} areaContourJet -
|
|
749
|
-
* @param {number[]} distancesToFlamConcentration -
|
|
750
|
-
* @param {number[]} flamConcentrationsUsed -
|
|
751
|
-
* @param {Entities.LocalPosition[]} flamConcContourPoints -
|
|
752
|
-
* @param {number[]} nFlamConcContourPoints -
|
|
753
|
-
* @param {number[]} areaFootprintFlamConc -
|
|
754
|
-
* @param {number[]} distancesToPoolFireRadiation -
|
|
755
|
-
* @param {Entities.LocalPosition[]} poolContourPoints -
|
|
756
|
-
* @param {number[]} nPoolContourPoints -
|
|
757
|
-
* @param {number[]} areaContourPool -
|
|
758
|
-
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults -
|
|
759
|
-
* @param {number[]} distancesToToxicConcentration -
|
|
760
|
-
* @param {number[]} toxicConcentrationUsed -
|
|
761
|
-
* @param {Entities.LocalPosition[]} toxicConcContourPoints -
|
|
762
|
-
* @param {number[]} nToxicConcContourPoints -
|
|
763
|
-
* @param {number[]} areaFootprintToxicConc -
|
|
764
|
-
* @param {Entities.FlameResult} jetFireFlameResult -
|
|
765
|
-
* @param {Entities.PoolFireFlameResult} poolFireFlameResult -
|
|
745
|
+
* @param {number[]} distancesToJetFireRadiation - an array of distances to jet fire radiation levels, ordered according to the flammable output configs.
|
|
746
|
+
* @param {Entities.LocalPosition[]} jetContourPoints - an array of jet fire radiation contour points, ordered according to the flammable output configs.
|
|
747
|
+
* @param {number[]} nJetContourPoints - an array of the number of jet fire radiation contour points, ordered according to the flammable output configs.
|
|
748
|
+
* @param {number[]} areaContourJet - an array of areas of the jet fire contours, ordered according to the flammable output configs.
|
|
749
|
+
* @param {number[]} distancesToFlamConcentration - an array of distances to flammable concentration levels, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
750
|
+
* @param {number[]} flamConcentrationsUsed - an array of flammable concentration levels used in the calculations, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
751
|
+
* @param {Entities.LocalPosition[]} flamConcContourPoints - an array of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
752
|
+
* @param {number[]} nFlamConcContourPoints - an array of the number of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
753
|
+
* @param {number[]} areaFootprintFlamConc - an array of areas of the maximum flammable concentration footprint contours, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
754
|
+
* @param {number[]} distancesToPoolFireRadiation - an array of distances to pool fire radiation levels, ordered according to the flammable output configs.
|
|
755
|
+
* @param {Entities.LocalPosition[]} poolContourPoints - an array of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
756
|
+
* @param {number[]} nPoolContourPoints - an array of the number of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
757
|
+
* @param {number[]} areaContourPool - an array of areas of the pool fire contours, ordered according to the flammable output configs.
|
|
758
|
+
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults - an array of explosion overpressure results, ordered according to the explosion output configs.
|
|
759
|
+
* @param {number[]} distancesToToxicConcentration - an array of distances to toxic concentration levels, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
760
|
+
* @param {number[]} toxicConcentrationUsed - an array of toxic concentration levels used in the calculations, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
761
|
+
* @param {Entities.LocalPosition[]} toxicConcContourPoints - an array of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
762
|
+
* @param {number[]} nToxicConcContourPoints - an array of the number of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
763
|
+
* @param {number[]} areaFootprintToxicConc - an array of areas of the maximum toxic concentration footprint contours, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
764
|
+
* @param {Entities.FlameResult} jetFireFlameResult - a flame results entity, for jet fire.
|
|
765
|
+
* @param {Entities.PoolFireFlameResult} poolFireFlameResult - a pool fire flame results entity, for pool fire.
|
|
766
766
|
*/
|
|
767
767
|
constructor(
|
|
768
768
|
distancesToJetFireRadiation: number[],
|
|
@@ -1107,26 +1107,26 @@ class VesselLeakLinkedRunCalculationRequest extends CalculationRequestBase {
|
|
|
1107
1107
|
/**
|
|
1108
1108
|
* VesselLeakLinkedRun calculation request class.
|
|
1109
1109
|
*
|
|
1110
|
-
* @param {Entities.Vessel} vessel -
|
|
1111
|
-
* @param {Entities.Leak} leak -
|
|
1112
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
1113
|
-
* @param {Entities.Substrate} substrate -
|
|
1114
|
-
* @param {Entities.Weather} weather -
|
|
1115
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
1116
|
-
* @param {number} dispersionParameterCount - Number of
|
|
1110
|
+
* @param {Entities.Vessel} vessel - a vessel entity.
|
|
1111
|
+
* @param {Entities.Leak} leak - a leak entity.
|
|
1112
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
1113
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
1114
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
1115
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
1116
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
1117
1117
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
1118
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
1119
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
1120
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
1121
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
1122
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
1123
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
1124
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
1125
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
1126
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
1127
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
1128
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
1129
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
1118
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
1119
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
1120
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
1121
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
1122
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
1123
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
1124
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
1125
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
1126
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
1127
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
1128
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
1129
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
1130
1130
|
*/
|
|
1131
1131
|
constructor(
|
|
1132
1132
|
vessel: Entities.Vessel,
|
|
@@ -1310,26 +1310,26 @@ export class VesselLeakLinkedRunCalculation extends CalculationBase {
|
|
|
1310
1310
|
/**
|
|
1311
1311
|
* Calculates maximum distance to a number of concentration, radiation and overpressure levels for flammable and toxic materials, given a vessel, leak and weather definition.
|
|
1312
1312
|
*
|
|
1313
|
-
* @param {Entities.Vessel} vessel -
|
|
1314
|
-
* @param {Entities.Leak} leak -
|
|
1315
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
1316
|
-
* @param {Entities.Substrate} substrate -
|
|
1317
|
-
* @param {Entities.Weather} weather -
|
|
1318
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
1319
|
-
* @param {number} dispersionParameterCount - Number of
|
|
1313
|
+
* @param {Entities.Vessel} vessel - a vessel entity.
|
|
1314
|
+
* @param {Entities.Leak} leak - a leak entity.
|
|
1315
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
1316
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
1317
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
1318
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
1319
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
1320
1320
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
1321
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
1322
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
1323
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
1324
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
1325
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
1326
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
1327
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
1328
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
1329
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
1330
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
1331
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
1332
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
1321
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
1322
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
1323
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
1324
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
1325
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
1326
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
1327
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
1328
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
1329
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
1330
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
1331
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
1332
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
1333
1333
|
*/
|
|
1334
1334
|
constructor(
|
|
1335
1335
|
vessel: Entities.Vessel,
|
|
@@ -1619,28 +1619,28 @@ export class VesselLeakLinkedRunCalculationResponse extends CalculationResponseB
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* VesselLeakLinkedRun calculation response class.
|
|
1621
1621
|
*
|
|
1622
|
-
* @param {Entities.DischargeRecord} dischargeRecord -
|
|
1623
|
-
* @param {number[]} distancesToJetFireRadiation -
|
|
1624
|
-
* @param {Entities.LocalPosition[]} jetContourPoints -
|
|
1625
|
-
* @param {number[]} nJetContourPoints -
|
|
1626
|
-
* @param {number[]} areaContourJet -
|
|
1627
|
-
* @param {number[]} distancesToFlamConcentration -
|
|
1628
|
-
* @param {number[]} flamConcentrationsUsed -
|
|
1629
|
-
* @param {Entities.LocalPosition[]} flamConcContourPoints -
|
|
1630
|
-
* @param {number[]} nFlamConcContourPoints -
|
|
1631
|
-
* @param {number[]} areaFootprintFlamConc -
|
|
1632
|
-
* @param {number[]} distancesToPoolFireRadiation -
|
|
1633
|
-
* @param {Entities.LocalPosition[]} poolContourPoints -
|
|
1634
|
-
* @param {number[]} nPoolContourPoints -
|
|
1635
|
-
* @param {number[]} areaContourPool -
|
|
1636
|
-
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults -
|
|
1637
|
-
* @param {number[]} distancesToToxicConcentration -
|
|
1638
|
-
* @param {number[]} toxicConcentrationUsed -
|
|
1639
|
-
* @param {Entities.LocalPosition[]} toxicConcContourPoints -
|
|
1640
|
-
* @param {number[]} nToxicConcContourPoints -
|
|
1641
|
-
* @param {number[]} areaFootprintToxicConc -
|
|
1642
|
-
* @param {Entities.FlameResult} jetFireFlameResult -
|
|
1643
|
-
* @param {Entities.PoolFireFlameResult} poolFireFlameResult -
|
|
1622
|
+
* @param {Entities.DischargeRecord} dischargeRecord - a discharge record entity.
|
|
1623
|
+
* @param {number[]} distancesToJetFireRadiation - an array of distances to jet fire radiation levels, ordered according to the flammable output configs.
|
|
1624
|
+
* @param {Entities.LocalPosition[]} jetContourPoints - an array of jet fire radiation contour points, ordered according to the flammable output configs.
|
|
1625
|
+
* @param {number[]} nJetContourPoints - an array of the number of jet fire radiation contour points, ordered according to the flammable output configs.
|
|
1626
|
+
* @param {number[]} areaContourJet - an array of areas of the jet fire contours, ordered according to the flammable output configs.
|
|
1627
|
+
* @param {number[]} distancesToFlamConcentration - an array of distances to flammable concentration levels, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
1628
|
+
* @param {number[]} flamConcentrationsUsed - an array of flammable concentration levels used in the calculations, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
1629
|
+
* @param {Entities.LocalPosition[]} flamConcContourPoints - an array of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
1630
|
+
* @param {number[]} nFlamConcContourPoints - an array of the number of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
1631
|
+
* @param {number[]} areaFootprintFlamConc - an array of areas of the maximum flammable concentration footprint contours, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
1632
|
+
* @param {number[]} distancesToPoolFireRadiation - an array of distances to pool fire radiation levels, ordered according to the flammable output configs.
|
|
1633
|
+
* @param {Entities.LocalPosition[]} poolContourPoints - an array of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
1634
|
+
* @param {number[]} nPoolContourPoints - an array of the number of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
1635
|
+
* @param {number[]} areaContourPool - an array of areas of the pool fire contours, ordered according to the flammable output configs.
|
|
1636
|
+
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults - an array of explosion overpressure results, ordered according to the explosion output configs.
|
|
1637
|
+
* @param {number[]} distancesToToxicConcentration - an array of distances to toxic concentration levels, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
1638
|
+
* @param {number[]} toxicConcentrationUsed - an array of toxic concentration levels used in the calculations, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
1639
|
+
* @param {Entities.LocalPosition[]} toxicConcContourPoints - an array of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
1640
|
+
* @param {number[]} nToxicConcContourPoints - an array of the number of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
1641
|
+
* @param {number[]} areaFootprintToxicConc - an array of areas of the maximum toxic concentration footprint contours, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
1642
|
+
* @param {Entities.FlameResult} jetFireFlameResult - a flame results entity, for jet fire.
|
|
1643
|
+
* @param {Entities.PoolFireFlameResult} poolFireFlameResult - a pool fire flame results entity, for pool fire.
|
|
1644
1644
|
*/
|
|
1645
1645
|
constructor(
|
|
1646
1646
|
dischargeRecord: Entities.DischargeRecord,
|
|
@@ -1995,26 +1995,26 @@ class VesselLineRuptureLinkedRunCalculationRequest extends CalculationRequestBas
|
|
|
1995
1995
|
/**
|
|
1996
1996
|
* VesselLineRuptureLinkedRun calculation request class.
|
|
1997
1997
|
*
|
|
1998
|
-
* @param {Entities.Vessel} vessel -
|
|
1999
|
-
* @param {Entities.LineRupture} lineRupture -
|
|
2000
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
2001
|
-
* @param {Entities.Substrate} substrate -
|
|
2002
|
-
* @param {Entities.Weather} weather -
|
|
2003
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
2004
|
-
* @param {number} dispersionParameterCount - Number of
|
|
1998
|
+
* @param {Entities.Vessel} vessel - a vessel entity.
|
|
1999
|
+
* @param {Entities.LineRupture} lineRupture - a line rupture entity.
|
|
2000
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
2001
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
2002
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
2003
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
2004
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
2005
2005
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
2006
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
2007
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
2008
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
2009
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
2010
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
2011
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
2012
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
2013
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
2014
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
2015
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
2016
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
2017
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
2006
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
2007
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
2008
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
2009
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
2010
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
2011
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
2012
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
2013
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
2014
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
2015
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
2016
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
2017
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
2018
2018
|
*/
|
|
2019
2019
|
constructor(
|
|
2020
2020
|
vessel: Entities.Vessel,
|
|
@@ -2198,26 +2198,26 @@ export class VesselLineRuptureLinkedRunCalculation extends CalculationBase {
|
|
|
2198
2198
|
/**
|
|
2199
2199
|
* Calculates maximum distance to a number of concentration, radiation and overpressure levels for flammable and toxic materials, given a vessel, line rupture and weather definition.
|
|
2200
2200
|
*
|
|
2201
|
-
* @param {Entities.Vessel} vessel -
|
|
2202
|
-
* @param {Entities.LineRupture} lineRupture -
|
|
2203
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
2204
|
-
* @param {Entities.Substrate} substrate -
|
|
2205
|
-
* @param {Entities.Weather} weather -
|
|
2206
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
2207
|
-
* @param {number} dispersionParameterCount - Number of
|
|
2201
|
+
* @param {Entities.Vessel} vessel - a vessel entity.
|
|
2202
|
+
* @param {Entities.LineRupture} lineRupture - a line rupture entity.
|
|
2203
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
2204
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
2205
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
2206
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
2207
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
2208
2208
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
2209
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
2210
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
2211
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
2212
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
2213
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
2214
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
2215
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
2216
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
2217
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
2218
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
2219
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
2220
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
2209
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
2210
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
2211
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
2212
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
2213
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
2214
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
2215
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
2216
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
2217
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
2218
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
2219
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
2220
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
2221
2221
|
*/
|
|
2222
2222
|
constructor(
|
|
2223
2223
|
vessel: Entities.Vessel,
|
|
@@ -2507,28 +2507,28 @@ export class VesselLineRuptureLinkedRunCalculationResponse extends CalculationRe
|
|
|
2507
2507
|
/**
|
|
2508
2508
|
* VesselLineRuptureLinkedRun calculation response class.
|
|
2509
2509
|
*
|
|
2510
|
-
* @param {Entities.DischargeRecord} dischargeRecord -
|
|
2511
|
-
* @param {number[]} distancesToJetFireRadiation -
|
|
2512
|
-
* @param {Entities.LocalPosition[]} jetContourPoints -
|
|
2513
|
-
* @param {number[]} nJetContourPoints -
|
|
2514
|
-
* @param {number[]} areaContourJet -
|
|
2515
|
-
* @param {number[]} distancesToFlamConcentration -
|
|
2516
|
-
* @param {number[]} flamConcentrationsUsed -
|
|
2517
|
-
* @param {Entities.LocalPosition[]} flamConcContourPoints -
|
|
2518
|
-
* @param {number[]} nFlamConcContourPoints -
|
|
2519
|
-
* @param {number[]} areaFootprintFlamConc -
|
|
2520
|
-
* @param {number[]} distancesToPoolFireRadiation -
|
|
2521
|
-
* @param {Entities.LocalPosition[]} poolContourPoints -
|
|
2522
|
-
* @param {number[]} nPoolContourPoints -
|
|
2523
|
-
* @param {number[]} areaContourPool -
|
|
2524
|
-
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults -
|
|
2525
|
-
* @param {number[]} distancesToToxicConcentration -
|
|
2526
|
-
* @param {number[]} toxicConcentrationUsed -
|
|
2527
|
-
* @param {Entities.LocalPosition[]} toxicConcContourPoints -
|
|
2528
|
-
* @param {number[]} nToxicConcContourPoints -
|
|
2529
|
-
* @param {number[]} areaFootprintToxicConc -
|
|
2530
|
-
* @param {Entities.FlameResult} jetFireFlameResult -
|
|
2531
|
-
* @param {Entities.PoolFireFlameResult} poolFireFlameResult -
|
|
2510
|
+
* @param {Entities.DischargeRecord} dischargeRecord - a discharge record entity.
|
|
2511
|
+
* @param {number[]} distancesToJetFireRadiation - an array of distances to jet fire radiation levels, ordered according to the flammable output configs.
|
|
2512
|
+
* @param {Entities.LocalPosition[]} jetContourPoints - an array of jet fire radiation contour points, ordered according to the flammable output configs.
|
|
2513
|
+
* @param {number[]} nJetContourPoints - an array of the number of jet fire radiation contour points, ordered according to the flammable output configs.
|
|
2514
|
+
* @param {number[]} areaContourJet - an array of areas of the jet fire contours, ordered according to the flammable output configs.
|
|
2515
|
+
* @param {number[]} distancesToFlamConcentration - an array of distances to flammable concentration levels, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
2516
|
+
* @param {number[]} flamConcentrationsUsed - an array of flammable concentration levels used in the calculations, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
2517
|
+
* @param {Entities.LocalPosition[]} flamConcContourPoints - an array of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
2518
|
+
* @param {number[]} nFlamConcContourPoints - an array of the number of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
2519
|
+
* @param {number[]} areaFootprintFlamConc - an array of areas of the maximum flammable concentration footprint contours, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
2520
|
+
* @param {number[]} distancesToPoolFireRadiation - an array of distances to pool fire radiation levels, ordered according to the flammable output configs.
|
|
2521
|
+
* @param {Entities.LocalPosition[]} poolContourPoints - an array of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
2522
|
+
* @param {number[]} nPoolContourPoints - an array of the number of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
2523
|
+
* @param {number[]} areaContourPool - an array of areas of the pool fire contours, ordered according to the flammable output configs.
|
|
2524
|
+
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults - an array of explosion overpressure results, ordered according to the explosion output configs.
|
|
2525
|
+
* @param {number[]} distancesToToxicConcentration - an array of distances to toxic concentration levels, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
2526
|
+
* @param {number[]} toxicConcentrationUsed - an array of toxic concentration levels used in the calculations, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
2527
|
+
* @param {Entities.LocalPosition[]} toxicConcContourPoints - an array of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
2528
|
+
* @param {number[]} nToxicConcContourPoints - an array of the number of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
2529
|
+
* @param {number[]} areaFootprintToxicConc - an array of areas of the maximum toxic concentration footprint contours, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
2530
|
+
* @param {Entities.FlameResult} jetFireFlameResult - a flame results entity, for jet fire.
|
|
2531
|
+
* @param {Entities.PoolFireFlameResult} poolFireFlameResult - a pool fire flame results entity, for pool fire.
|
|
2532
2532
|
*/
|
|
2533
2533
|
constructor(
|
|
2534
2534
|
dischargeRecord: Entities.DischargeRecord,
|
|
@@ -2883,26 +2883,26 @@ class VesselReliefValveLinkedRunCalculationRequest extends CalculationRequestBas
|
|
|
2883
2883
|
/**
|
|
2884
2884
|
* VesselReliefValveLinkedRun calculation request class.
|
|
2885
2885
|
*
|
|
2886
|
-
* @param {Entities.Vessel} vessel -
|
|
2887
|
-
* @param {Entities.ReliefValve} reliefValve -
|
|
2888
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
2889
|
-
* @param {Entities.Substrate} substrate -
|
|
2890
|
-
* @param {Entities.Weather} weather -
|
|
2891
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
2892
|
-
* @param {number} dispersionParameterCount - Number of
|
|
2886
|
+
* @param {Entities.Vessel} vessel - a vessel entity.
|
|
2887
|
+
* @param {Entities.ReliefValve} reliefValve - a relief valve entity.
|
|
2888
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
2889
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
2890
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
2891
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
2892
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
2893
2893
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
2894
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
2895
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
2896
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
2897
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
2898
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
2899
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
2900
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
2901
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
2902
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
2903
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
2904
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
2905
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
2894
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
2895
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
2896
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
2897
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
2898
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
2899
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
2900
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
2901
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
2902
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
2903
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
2904
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
2905
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
2906
2906
|
*/
|
|
2907
2907
|
constructor(
|
|
2908
2908
|
vessel: Entities.Vessel,
|
|
@@ -3086,26 +3086,26 @@ export class VesselReliefValveLinkedRunCalculation extends CalculationBase {
|
|
|
3086
3086
|
/**
|
|
3087
3087
|
* Calculates maximum distance to a number of concentration, radiation and overpressure levels for flammable and toxic materials, given a vessel, relief valve and weather definition.
|
|
3088
3088
|
*
|
|
3089
|
-
* @param {Entities.Vessel} vessel -
|
|
3090
|
-
* @param {Entities.ReliefValve} reliefValve -
|
|
3091
|
-
* @param {Entities.DischargeParameters} dischargeParameters -
|
|
3092
|
-
* @param {Entities.Substrate} substrate -
|
|
3093
|
-
* @param {Entities.Weather} weather -
|
|
3094
|
-
* @param {Entities.DispersionParameters[]} dispersionParameters -
|
|
3095
|
-
* @param {number} dispersionParameterCount - Number of
|
|
3089
|
+
* @param {Entities.Vessel} vessel - a vessel entity.
|
|
3090
|
+
* @param {Entities.ReliefValve} reliefValve - a relief valve entity.
|
|
3091
|
+
* @param {Entities.DischargeParameters} dischargeParameters - a discharge parameters entity.
|
|
3092
|
+
* @param {Entities.Substrate} substrate - a substrate entity.
|
|
3093
|
+
* @param {Entities.Weather} weather - a weather entity.
|
|
3094
|
+
* @param {Entities.DispersionParameters[]} dispersionParameters - an array of dispersion parameters.
|
|
3095
|
+
* @param {number} dispersionParameterCount - Number of dispersion parameters.
|
|
3096
3096
|
* @param {number} endPointConcentration - Concentration at which the dispersion calculations will terminate (v/v fraction).
|
|
3097
|
-
* @param {Entities.FlammableParameters} flammableParameters -
|
|
3098
|
-
* @param {Entities.ExplosionParameters} explosionParameters -
|
|
3099
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs -
|
|
3100
|
-
* @param {number} dispersionFlamOutputConfigCount - Number of
|
|
3101
|
-
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs -
|
|
3102
|
-
* @param {number} dispersionToxicOutputConfigCount - Number of
|
|
3103
|
-
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs -
|
|
3104
|
-
* @param {number} flammableOutputConfigCount - Number of
|
|
3105
|
-
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs -
|
|
3106
|
-
* @param {number} explosionOutputConfigCount - Number of
|
|
3107
|
-
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes -
|
|
3108
|
-
* @param {number} explosionConfinedVolumeCount - Number of
|
|
3097
|
+
* @param {Entities.FlammableParameters} flammableParameters - a flammable parameters entity.
|
|
3098
|
+
* @param {Entities.ExplosionParameters} explosionParameters - an explosion parameters entity.
|
|
3099
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionFlamOutputConfigs - an array of dispersion output configs for flammable concentrations of interest.
|
|
3100
|
+
* @param {number} dispersionFlamOutputConfigCount - Number of dispersion output configs for flammable concentrations of interest.
|
|
3101
|
+
* @param {Entities.DispersionOutputConfig[]} dispersionToxicOutputConfigs - an array of dispersion output configs for toxic concentrations of interest.
|
|
3102
|
+
* @param {number} dispersionToxicOutputConfigCount - Number of dispersion output configs for toxic concentrations of interest.
|
|
3103
|
+
* @param {Entities.FlammableOutputConfig[]} flammableOutputConfigs - an array of flammable output configs for radiation levels of interest.
|
|
3104
|
+
* @param {number} flammableOutputConfigCount - Number of flammable ouput configs for radiation levels of interest.
|
|
3105
|
+
* @param {Entities.ExplosionOutputConfig[]} explosionOutputConfigs - an array of explosion output configs for overpressure levels of interest.
|
|
3106
|
+
* @param {number} explosionOutputConfigCount - Number of explosion output configs for overpressure levels of interest.
|
|
3107
|
+
* @param {Entities.ExplosionConfinedVolume[]} explosionConfinedVolumes - an array of explosion confined volumes.
|
|
3108
|
+
* @param {number} explosionConfinedVolumeCount - Number of explosion confined volumes.
|
|
3109
3109
|
*/
|
|
3110
3110
|
constructor(
|
|
3111
3111
|
vessel: Entities.Vessel,
|
|
@@ -3395,28 +3395,28 @@ export class VesselReliefValveLinkedRunCalculationResponse extends CalculationRe
|
|
|
3395
3395
|
/**
|
|
3396
3396
|
* VesselReliefValveLinkedRun calculation response class.
|
|
3397
3397
|
*
|
|
3398
|
-
* @param {Entities.DischargeRecord} dischargeRecord -
|
|
3399
|
-
* @param {number[]} distancesToJetFireRadiation -
|
|
3400
|
-
* @param {Entities.LocalPosition[]} jetContourPoints -
|
|
3401
|
-
* @param {number[]} nJetContourPoints -
|
|
3402
|
-
* @param {number[]} areaContourJet -
|
|
3403
|
-
* @param {number[]} distancesToFlamConcentration -
|
|
3404
|
-
* @param {number[]} flamConcentrationsUsed -
|
|
3405
|
-
* @param {Entities.LocalPosition[]} flamConcContourPoints -
|
|
3406
|
-
* @param {number[]} nFlamConcContourPoints -
|
|
3407
|
-
* @param {number[]} areaFootprintFlamConc -
|
|
3408
|
-
* @param {number[]} distancesToPoolFireRadiation -
|
|
3409
|
-
* @param {Entities.LocalPosition[]} poolContourPoints -
|
|
3410
|
-
* @param {number[]} nPoolContourPoints -
|
|
3411
|
-
* @param {number[]} areaContourPool -
|
|
3412
|
-
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults -
|
|
3413
|
-
* @param {number[]} distancesToToxicConcentration -
|
|
3414
|
-
* @param {number[]} toxicConcentrationUsed -
|
|
3415
|
-
* @param {Entities.LocalPosition[]} toxicConcContourPoints -
|
|
3416
|
-
* @param {number[]} nToxicConcContourPoints -
|
|
3417
|
-
* @param {number[]} areaFootprintToxicConc -
|
|
3418
|
-
* @param {Entities.FlameResult} jetFireFlameResult -
|
|
3419
|
-
* @param {Entities.PoolFireFlameResult} poolFireFlameResult -
|
|
3398
|
+
* @param {Entities.DischargeRecord} dischargeRecord - a discharge record entity.
|
|
3399
|
+
* @param {number[]} distancesToJetFireRadiation - an array of distances to jet fire radiation levels, ordered according to the flammable output configs.
|
|
3400
|
+
* @param {Entities.LocalPosition[]} jetContourPoints - an array of jet fire radiation ellipse contour points, ordered according to the flammable output configs.
|
|
3401
|
+
* @param {number[]} nJetContourPoints - an array of the number of jet fire radiation ellipse contour points, ordered according to the flammable output configs.
|
|
3402
|
+
* @param {number[]} areaContourJet - an array of areas of the jet fire ellipses, ordered according to the flammable output configs.
|
|
3403
|
+
* @param {number[]} distancesToFlamConcentration - an array of distances to flammable concentration levels, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
3404
|
+
* @param {number[]} flamConcentrationsUsed - an array of flammable concentration levels used in the calculations, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
3405
|
+
* @param {Entities.LocalPosition[]} flamConcContourPoints - an array of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
3406
|
+
* @param {number[]} nFlamConcContourPoints - an array of the number of maximum flammable concentration footprint contour points, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
3407
|
+
* @param {number[]} areaFootprintFlamConc - an array of areas of the maximum flammable concentration footprint contours, ordered according to the dispersion output configs for flammable concentrations of interest.
|
|
3408
|
+
* @param {number[]} distancesToPoolFireRadiation - an array of distances to pool fire radiation levels, ordered according to the flammable output configs.
|
|
3409
|
+
* @param {Entities.LocalPosition[]} poolContourPoints - an array of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
3410
|
+
* @param {number[]} nPoolContourPoints - an array of the number of pool fire radiation contour points, ordered according to the flammable output configs.
|
|
3411
|
+
* @param {number[]} areaContourPool - an array of areas of the pool fire ellipses, ordered according to the flammable output configs.
|
|
3412
|
+
* @param {Entities.ExplosionOverpressureResult[]} explosionOverpressureResults - an array of explosion overpressure results, ordered according to the explosion output configs.
|
|
3413
|
+
* @param {number[]} distancesToToxicConcentration - an array of distances to toxic concentration levels, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
3414
|
+
* @param {number[]} toxicConcentrationUsed - an array of toxic concentration levels used in the calculations, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
3415
|
+
* @param {Entities.LocalPosition[]} toxicConcContourPoints - an array of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
3416
|
+
* @param {number[]} nToxicConcContourPoints - an array of the number of maximum toxic concentration footprint contour points, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
3417
|
+
* @param {number[]} areaFootprintToxicConc - an array of areas of the maximum toxic concentration footprint contours, ordered according to the dispersion output configs for toxic concentrations of interest.
|
|
3418
|
+
* @param {Entities.FlameResult} jetFireFlameResult - a flame results entity, for jet fire.
|
|
3419
|
+
* @param {Entities.PoolFireFlameResult} poolFireFlameResult - a pool fire flame results entity, for pool fire.
|
|
3420
3420
|
*/
|
|
3421
3421
|
constructor(
|
|
3422
3422
|
dischargeRecord: Entities.DischargeRecord,
|