ResultDefinition#
- class ansys.dpf.composites.result_definition.ResultDefinition(name, combined_failure_criterion, composite_scopes, rst_files, material_file, measure='inverse_reserve_factor', stress_strain_eval_mode='rst_file', time=None, expression='composite_failure', max_chunk_size=50000)#
Represents the result definition of DPF Composites.
This class is used to configure the DPF operators
composite::failure_evaluator
andcomposite::sampling_point_evaluator
.Methods
Check that the result definition has one scope.
Get the result definition in a dictionary representation.
Convert the dictionary representation of the result definition to a JSON dictionary.
Attributes
Configuration of the failure criteria such as maximum stress, puck, and wrinkling.
Type of the result.
Path of the material files that store the material properties.
Maximum chunk size (number of elements) for the result evaluation.
Return type of the failure values.
Custom name.
Path of the result (RST) files.
Scopes of the result definition.
Results loaded from a result (RST) file by default.
Time or solution step.