Skip to main content

composite:result_definition

Version: 0.0.0

Description

Uses a simplified json config to create a result definition

Inputs

InputNameExpected type(s)Description
Pin 100
Required
criterion_configurationstringSimplified configuration (string of json dict) Currently limited to a single time step and a single file per type.Supports only irf evaluation. Example: {"files":{"rst_file": "example_path","material_file": "example_path","layup_file": "example_path","mapping_file": "example_path"},"ply_ids": ["example_ply_1", "example_ply_2"],"element_ids": [1,2,3,4],"write_data_for_full_element_scope": false,"failure_configuration":{}}

Outputs

OutputNameExpected type(s)Description
Pin 0stringstringResult Definition (string of json dict) that can be used for the composite_failure_operator

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: composite

Plugin: composite

Scripting name: result_definition

Full name: composite.result_definition

Internal name: composite::result_definition

License: None

Changelog

  • Version 0.0.0: Initial release.