convertnum_op class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.invariant
Summary
Converts a fields container from one mapdl ordering to another mapdl ordering. Supported mapdl ordering are BCS=0, FUL=1, NOD=2.
available inputs: input_ordering (Int32), output_ordering (Int32), fields_container (FieldsContainer), data_sources (DataSources)
available outputs: fields_container (FieldsContainer)
Example
op = convertnum_op()
op = convertnum_op(input_ordering=my_input_ordering,output_ordering=my_output_ordering,fields_container=my_fields_container,data_sources=my_data_sources)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.invariant |
| Assembly | mapdlOperatorsCore_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
input_ordering
Input ordering number
Type: LinkableInput
output_ordering
Output ordering number
Type: LinkableInput
fields_container
Expect fields container
Type: LinkableInput
data_sources
Data_sources (must contain the full file).
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
convertnum_op()
Constructor
convertnum_op(input_ordering, output_ordering, fields_container, data_sources, config)
Parameters:
input_ordering(object)output_ordering(object)fields_container(object)data_sources(object)config(OperatorConfig)
Constructor
convertnum_op(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