Skip to content

[ParameterLib] added RandomFieldMeshElementParameter

Florian Zill requested to merge FZill/ogs:RandomParameter into master

Added a new parameter type, which allows to create a random field on the mesh with a uniform distribution in a specified range. A seed allows for repeatability of the random field.
A test featuring this parameter will be included in an upcoming merge request. There it will be used to randomly rotate the coordinate system of a anisotropic permeability model to create quasi-isotropic permeability.

Other distribution types might be added but only if they are needed.

Example with a random Young's modulus created with this parameter type: image

  1. Feature description was added to the changelog
  2. Tests covering this feature will be added in future merge request.
  3. Any new feature or behavior change was documented?
Edited by Florian Zill

Merge request reports