ansys.mapdl.core.Mapdl.etchg#
- Mapdl.etchg(cnv='', **kwargs)#
Changes element types to their corresponding types.
Mechanical APDL Command: ETCHG
- Parameters:
- cnv
str Converts the element types to the corresponding type. Valid labels are:
TTS- Thermal to StructuralSTT- Structural to ThermalMTT- Magnetic to ThermalFTS- Fluid to StructuralETS- Electrostatic to StructuralETT- Electrical to Thermal
- cnv
Notes
Changes the currently defined element types to their corresponding types. Elements without a companion element (listed above) are not switched and should be switched with the et command to an appropriate element type or to a null element. The KEYOPT values for the switched element types are reset to zero or to their default values. You must check these values to see if they are still meaningful. Additionally, if
Cnv= ETI, ITE, or TTE, all real constants are set to zero.If
Cnv= ITE, you will need to choose a material model that corresponds to your previously- defined material properties. If working interactively, the application prompts you to do so.This command contains some tables and extra information which can be inspected in the original documentation pointed above.