Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › APDL Command overwrite Engineering Data › Reply To: APDL Command overwrite Engineering Data
June 4, 2024 at 2:24 pm
David Weed
Ansys Employee
Hi,
If you don't explicitly overwrite the original property data from Engineering Data, it will be incorporated in the solve. If you would like to ommit that property data, you can issue the following at the beginning of your APDL command object:
mpdele,all,matid ! deletes Engineering Data properties initialized by MP command
tbdele,all,matid ! deletes Engineering Data properties initialized by TB command