uncertain_space module¶
The uncertain space to be used with the heat equation discipline.
- class gemseo_umdo.use_cases.heat_equation.uncertain_space.HeatEquationUncertainSpace(nu_bounds=(0.001, 0.009))[source]
Bases:
ParameterSpaceThe uncertain space to be used with the heat equation discipline.
- Parameters:
nu_bounds (tuple[float, float]) –
The lower and upper bounds of the thermal diffusivity $nu$.
By default it is set to (0.001, 0.009).
- dimension: int
The total dimension of the space, corresponding to the sum of the sizes of the variables.
- distribution: ComposedDistribution
The joint probability distribution of the uncertain variables.
- distributions: dict[str, Distribution]
The marginal probability distributions of the uncertain variables.
- normalize: dict[str, ndarray]
The normalization policies of the variables components indexed by the variables names; if True, the component can be normalized.
- variable_types: dict[str, ndarray]
The types of the variables components, which can be any
DesignSpace.DesignVariableType.