What Is Metadata?
The metadata specifier can be used to associate a key and value with the part.
A key is typically a property of the part, such as “material”, “color” or “grade”. The value is the respective quantity or identifier, such as “steel”, “blue” or “2”. The value can be either a string (word) or an integer. In order to create a valid metadata input, both a key and a value must be specified. Each geometry part can have one or more metadata that are specified for it.
Metadata must be entered using the format {key:value}. For example:
{material:steel}
If more than one metadata specifier is required for the part or part surface, then a comma can be used to separate them. For example:
{material:steel,color:blue}
The Properties window lets you enter the metadata key and value for the part:

The specifier can be entered directly in the window (within the {} braces) or the
button can be pressed to open the property customizer window. The metadata specifier can then be entered. For example:

Clicking OK applies the metadata text and reorganizes it if necessary to conform to the requirements of Simcenter STAR-CCM+. The metadata can be reviewed afterwards in the part Properties window:

Notice that Simcenter STAR-CCM+ automatically adds quotation marks ‘’ to material, steel, and grade, but not to the 2. When quotation marks are not applied, this means that the 2 is an integer value. When quotation marks are applied to the value, for example {‘grade’:’2’}, this means that the 2 is a string. The same holds true for decimal values {‘grade’:2.0} and boolean values {‘conductive’:true}, where the quotation marks around the value are omitted.
You can transfer the metadata available on parts to 3D-CAD using the Edit in 3D-CAD right-click option. In 3D-CAD, you can edit metadata using the 3D-CAD metadata table. For more information, see Metadata in 3D-CAD.
The metadata can also be used as part of a filter or series of filters in order to help identify and select parts at a later stage within Simcenter STAR-CCM+. The metadata specifier has no influence on the simulation and is provided as an organizational feature only.