Skip to content

docs-md


Interface: MechanisticSourceTermUncertaintyAnalysis

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:678

Extends

Properties

documentationOfResults?

optional documentationOfResults: string

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:723

Documentation of uncertainty and sensitivity analysis results Implements MS-D4


modelUncertainties

modelUncertainties: object[]

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/shared-patterns.ts:151

Model uncertainties considered The concept of identifying, describing, and defining the treatment approach for model uncertainties is relevant across various technical elements of a PRA.

description

description: string

Description of the uncertainty

impact

impact: string

Impact on the model

isQuantified

isQuantified: boolean

Whether the uncertainty is quantified

treatmentApproach

treatmentApproach: string

How the uncertainty is addressed

uncertaintyId

uncertaintyId: string

Uncertainty ID

Inherited from

BaseUncertaintyAnalysis.modelUncertainties


numberOfSamples?

optional numberOfSamples: number

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/shared-patterns.ts:137

Number of samples if using simulation Specific to simulation-based propagation methods (like Monte Carlo and Latin Hypercube) and is a general parameter for such methods.

Inherited from

BaseUncertaintyAnalysis.numberOfSamples


propagationMethod

propagationMethod: "MONTE_CARLO" | "LATIN_HYPERCUBE" | "ANALYTICAL" | "OTHER"

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/shared-patterns.ts:130

Uncertainty propagation method Defines the method used to propagate uncertainty, which is a general concept applicable across different types of uncertainty analysis within a PRA.

Inherited from

BaseUncertaintyAnalysis.propagationMethod


quantificationMethod?

optional quantificationMethod: object

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:711

Method used to quantify uncertainty in the estimated source term Implements MS-D2

methodDescription

methodDescription: string

Description of the method used

methodJustification?

optional methodJustification: string

Justification for selecting this method


randomSeed?

optional randomSeed: number

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/shared-patterns.ts:144

Seed value for random number generator if using simulation Used in simulation-based uncertainty propagation to ensure reproducibility or to control the random number generation process.

Inherited from

BaseUncertaintyAnalysis.randomSeed


releaseCategoryReference?

optional releaseCategoryReference: ReleaseCategoryReference

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:681


releaseFractionUncertainties?

optional releaseFractionUncertainties: object[]

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:693

Uncertainties in release fractions or quantities

description

description: string

distributionType

distributionType: DistributionType

parameters

parameters: Record<string, number>

radionuclide

radionuclide: string


sensitivityStudies?

optional sensitivityStudies: SensitivityStudy[]

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/shared-patterns.ts:173

Sensitivity studies for unquantified uncertainties Sensitivity analysis is a general technique used to assess the impact of parameter variations or uncertainties on the results of an analysis.

Inherited from

BaseUncertaintyAnalysis.sensitivityStudies


sourceTermReference?

optional sourceTermReference: SourceTermDefinitionReference

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:680

Reference to the source term or release category being analyzed


transportPhenomenaUncertainties?

optional transportPhenomenaUncertainties: object[]

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:684

Uncertainties specific to transport phenomena

description

description: string

distributionType?

optional distributionType: DistributionType

impact

impact: string

parameters?

optional parameters: Record<string, number>

phenomenon

phenomenon: string


uncertaintyPropagationResults?

optional uncertaintyPropagationResults: object

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/mechanistic-source-term/mechanistic-source-term.ts:701

Results of uncertainty propagation

confidenceIntervals?

optional confidenceIntervals: object[]

description

description: string

resultSummary

resultSummary: string


uuid

uuid: Format<"uuid">

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/core/meta.ts:20

Inherited from

BaseUncertaintyAnalysis.uuid