Skip to content

Study_Dim

This study has been configured as follows:

flowchart LR

  subgraph Fixed["**FIXED**"]
    direction TB

    subgraph Paths_Fixed["**Paths**"]
      direction LR
      path["_"]
    end

    subgraph Parameter_Fixed["**Parameters**"]
      direction LR
      param["_"]
    end
  end

  subgraph Variable["**VARIABLE**"]
    direction TB

    subgraph Paths_Variable["**Paths**"]
      direction LR
      no_path["_"]
    end

    subgraph Parameter_Variable["**Parameters**"]
      direction LR
      param1["dimension"]
    end
  end

  Study_Dim --> Fixed
  Study_Dim --> Variable

Inputs

The input data considered for the present study are summarized below.

Fixed

These input data remain constant across all experiments and are thus shared by every execution of the workflow.

Parameters

N/A

Paths

N/A

Variable

These input data vary between experiments, defining multiple test configurations to be evaluated by the workflow.

Parameters

ID dimension
Test1 3
Test2 2
Test3 1

Paths

N/A

GeometryProc

The output data generated by the present software process are summarized below:

  • geometry.(step/brep)

Test1

Display of the geometry.step file.

Test2

Display of the geometry.step file.

Test3

Display of the geometry.brep file.

LabelingProc

The output data generated by the present software process are summarized below:

  • labels.json

Test1

Display of the 'Constraint' label within the labels.json file.
Display of the 'Load' label within the labels.json file.

Test2

Display of the 'Constraint' label within the labels.json file.
Display of the 'Load' label within the labels.json file.

Test3

Display of the 'Constraint' label within the labels.json file.
Display of the 'Load' label within the labels.json file.