Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Setting up time-dependent value for thermal contact conductance (TCC)?

    • pgl
      Ansys Employee

      How can I setup a time-dependent value for thermal contact conductance (TCC)?

    • cbhavsar
      Ansys Employee

      Yes, a tabular load can be used for TCC(real constant 14) with TIME as the primary variable in the table (See *DIM command). The same method can be used in Workbench using the Commands Object for the specific contact using the contact id, cid. ! define the table to hold the time-dependent TCC *DIM,tdtcc,table,5,,,TIME ! enter the time values into column zero tdtcc(1,0) = 0, 10, 15, 25, 30 ! enter the TCC values into column one tdtcc(1,1) = 100, 90, 70, 40, 50 ! set the TCC real constant to the tabular values rmodif,cid,14,%tdtcc% ! the TCC will be linearly interpolated as needed

Viewing 1 reply thread
  • The topic ‘Setting up time-dependent value for thermal contact conductance (TCC)?’ is closed to new replies.
[bingo_chatbox]