ValueInput

Definition of value inputs for field set.

Fields

  • group_names: Vector of String, default = []

    Name of the mesh object that field is being set on.

    Can be a point, edge, surface or volume

    If group_names is omitted the field value is set on the entire domain. If group_names are provided their union should be equal to the entire domain.

  • field_data: FieldData, default = {}

    Name of the field to set. (required). Currently supported for primary fields only.

  • values: Vector of String, default = []

    Values of the vector field as an array of strings.

  • coordinate_system: String, default = ""

    A reference to a local CoordinateSystem name in which the degrees of freedom of this condition are defined.