OGS
[tag] values

The numerical value of one of the implemented data types, as given in MaterialPropertyLib::PropertyDataType.

Scalars, vectors (2 or 3 components), symmetric 3D tensors (6 components) and full tensors (4 or 9 components) are supported. Based on the number of components, OGS will deduce the type of the quantity (scalar/vector/tensor, 1D/2D/3D) automatically.

The elements of <values> are in row-major order, i.e. the following

<values>1 2 3 4</values>

will be interpreted as a 2x2 matrix.

For the order of symmetric tensor components please refer to the user guide.

Additional info

From MaterialLib/MPL/Properties/CreateConstant.cpp line 25

  • This is an optional parameter.
  • Data type: std::vector<double>
  • Expanded tag path: NONEXISTENT.property.Constant.values
  • Go to source code: → ogs/ogs/6.5.7

Used in the following test data files

Used in no end-to-end test cases.