Skip to main content

result:recombine cyclic harmonic indices

Version: 0.0.0

Description

Add the fields corresponding to different load steps with the same frequencies to compute the response.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container
Pin 1is_constantboolIf the result is constant, it will only copy the first result found.

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container

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.
num_threadsint320Number of threads to use to run in parallel
run_in_parallelbooltrueLoops are allowed to run in parallel if the value of this config is set to true.
use_cachebooltrueSome intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run.
work_by_indexboolfalseIf this option is set to true, loops and comparisons by entity will be done by index instead of ids.

Scripting

Category: result

Plugin: core

Scripting name: recombine_harmonic_indeces_cyclic

Full name: result.recombine_harmonic_indeces_cyclic

Internal name: recombine_harmonic_indeces_cyclic

License: None

Changelog

  • Version 0.0.0: Initial release.