We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation Fluids How to get the current cell and thread inform when using DEFINE_SPECIFIC_HEAT Reply To: How to get the current cell and thread inform when using DEFINE_SPECIFIC_HEAT

Rob
Forum Moderator

You should be able to use C_P(c,t) but may well need to defing the cell & threads. Have a look for examples with Thread *t;  and  cell_t c;  in them.Â