cyclic_analytic_usum_max class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.result
Summary
Compute the maximum of the total deformation that can be expected on 360 degrees
available inputs: time_scoping (Scoping, IList int, System.Collections.IEnumerable) (optional), mesh_scoping (ScopingsContainer, Scoping, IList int, System.Collections.IEnumerable) (optional), fields_container (FieldsContainer), bool_rotate_to_global (bool) (optional), cyclic_support (CyclicSupport)
available outputs: fields_container (FieldsContainer)
Example
op = cyclic_analytic_usum_max()
op = cyclic_analytic_usum_max(time_scoping=my_time_scoping,mesh_scoping=my_mesh_scoping,fields_container=my_fields_container,bool_rotate_to_global=my_bool_rotate_to_global,cyclic_support=my_cyclic_support)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.result |
| Assembly | Ans_Dpf_FEMutils_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
time_scoping
Type: LinkableInput
mesh_scoping
Type: LinkableInput
fields_container
field container with the base and duplicate sectors
Type: LinkableInput
bool_rotate_to_global
default is true
Type: LinkableInput
cyclic_support
Type: LinkableInput
Outputs
fields_container
FieldsContainer filled in
Type: LinkableOutput
Constructors
Constructor
cyclic_analytic_usum_max()
Constructor
cyclic_analytic_usum_max(time_scoping, mesh_scoping, fields_container, bool_rotate_to_global, cyclic_support, config)
Parameters:
time_scoping(object)mesh_scoping(object)fields_container(object)bool_rotate_to_global(object)cyclic_support(object)config(OperatorConfig)
Constructor
cyclic_analytic_usum_max(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig