Skip to main content

DPF Mechanical 2026 R1

write_cms_rbd_file class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

write_cms_rbd_file()

write_cms_rbd_file(model_data: object, center_of_mass: object, inertia_relief: object, model_size: object, master_node_coordinates: object, v_trsf: object, k_mat: object, mass_mat: object, c_mat: object, rhs: object, dn: object, dr_cross_n: object, drn: object, dn_cross_n: object, dnx_y: object, dny_y: object, dnz_y: object, dyx_n: object, dyy_n: object, dyz_n: object, dnxn: object, dnyn: object, dnzn: object, file_path: object, config: OperatorConfig)

write_cms_rbd_file(config: OperatorConfig)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.result
Assembly mapdlOperatorsCore_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

model_data

data describing the finite element model

Type: LinkableInput

center_of_mass

center of mass of the body

Type: LinkableInput

inertia_relief

inertia matrix

Type: LinkableInput

model_size

size of the diagonal box containing the body

Type: LinkableInput

master_node_coordinates

Type: LinkableInput

v_trsf

translational and rotational shape functions

Type: LinkableInput

k_mat

Type: LinkableInput

mass_mat

Type: LinkableInput

c_mat

Type: LinkableInput

rhs

Type: LinkableInput

dn

Type: LinkableInput

dr_cross_n

Type: LinkableInput

drn

Type: LinkableInput

dn_cross_n

Type: LinkableInput

dnx_y

Type: LinkableInput

dny_y

Type: LinkableInput

dnz_y

Type: LinkableInput

dyx_n

Type: LinkableInput

dyy_n

Type: LinkableInput

dyz_n

Type: LinkableInput

dnxn

Type: LinkableInput

dnyn

Type: LinkableInput

dnzn

Type: LinkableInput

file_path

path with cms_rbd extension where the export occurs

Type: LinkableInput

Outputs

data_sources

Data Source containing the cms_rbd file generated.

Type: LinkableOutput

Constructors

Constructor

write_cms_rbd_file()

Constructor

write_cms_rbd_file(model_data, center_of_mass, inertia_relief, model_size, master_node_coordinates, v_trsf, k_mat, mass_mat, c_mat, rhs, dn, dr_cross_n, drn, dn_cross_n, dnx_y, dny_y, dnz_y, dyx_n, dyy_n, dyz_n, dnxn, dnyn, dnzn, file_path, config)

Parameters:

  • model_data (object)
  • center_of_mass (object)
  • inertia_relief (object)
  • model_size (object)
  • master_node_coordinates (object)
  • v_trsf (object)
  • k_mat (object)
  • mass_mat (object)
  • c_mat (object)
  • rhs (object)
  • dn (object)
  • dr_cross_n (object)
  • drn (object)
  • dn_cross_n (object)
  • dnx_y (object)
  • dny_y (object)
  • dnz_y (object)
  • dyx_n (object)
  • dyy_n (object)
  • dyz_n (object)
  • dnxn (object)
  • dnyn (object)
  • dnzn (object)
  • file_path (object)
  • config (OperatorConfig)

Constructor

write_cms_rbd_file(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

Connect with Ansys