result:read cms_rbd file
Version: 0.0.0
Description
Read the invariant terms and the model data from a cms_rbd file
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | in_cms_rbd_file_path | string | file name with cms_rbd extension where to read the input cms_rbd file. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | model_data | property_field | data describing the finite element model |
| Pin 1 | center_of_mass | field | center of mass of the body |
| Pin 2 | inertia_relief | field | inertia matrix |
| Pin 3 | model_size | property_field | |
| Pin 4 | master_node_coordinates | vector<double> | |
| Pin 5 | v_trsf | vector<double> | translational and rotational shape functions |
| Pin 6 | k_mat | field | |
| Pin 7 | mass_mat | field | |
| Pin 8 | c_mat | field | |
| Pin 9 | rhs | field | |
| Pin 10 | dn | vector<double> | |
| Pin 11 | dr_cross_n | vector<double> | |
| Pin 12 | drn | vector<double> | |
| Pin 13 | dn_cross_n | vector<double> | |
| Pin 14 | dnx_y | vector<double> | |
| Pin 15 | dny_y | vector<double> | |
| Pin 16 | dnz_y | vector<double> | |
| Pin 17 | dyx_n | vector<double> | |
| Pin 18 | dyy_n | vector<double> | |
| Pin 19 | dyz_n | vector<double> | |
| Pin 20 | dnxn | vector<double> | |
| Pin 21 | dnyn | vector<double> | |
| Pin 22 | dnzn | vector<double> |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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.