Skip to main content

result:read cms_rbd file

Version: 0.0.0

Description

Read the invariant terms and the model data from a cms_rbd file

Inputs

InputNameExpected type(s)Description
Pin 0
Required
in_cms_rbd_file_pathstringfile name with cms_rbd extension where to read the input cms_rbd file.

Outputs

OutputNameExpected type(s)Description
Pin 0model_dataproperty_fielddata describing the finite element model
Pin 1center_of_massfieldcenter of mass of the body
Pin 2inertia_relieffieldinertia matrix
Pin 3model_sizeproperty_field
Pin 4master_node_coordinatesvector<double>
Pin 5v_trsfvector<double>translational and rotational shape functions
Pin 6k_matfield
Pin 7mass_matfield
Pin 8c_matfield
Pin 9rhsfield
Pin 10dnvector<double>
Pin 11dr_cross_nvector<double>
Pin 12drnvector<double>
Pin 13dn_cross_nvector<double>
Pin 14dnx_yvector<double>
Pin 15dny_yvector<double>
Pin 16dnz_yvector<double>
Pin 17dyx_nvector<double>
Pin 18dyy_nvector<double>
Pin 19dyz_nvector<double>
Pin 20dnxnvector<double>
Pin 21dnynvector<double>
Pin 22dnznvector<double>

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: result

Plugin: core

Scripting name: read_cms_rbd_file

Full name: result.read_cms_rbd_file

Internal name: read_cms_rbd_file

License: None

Changelog

  • Version 0.0.0: Initial release.