CaptainConvergence
Subscriber

I acknowledged by placing a message warning that the total temperature from the inlet is passed in the functions for calculating the entropy and the enthalpy instead of the temperature and this is spreaded to the entire domain. I mean here:

double ANYNAME_enthalpy(cell_t cell, Thread *thread, double T, double Rho, double P, double yi[])

double ANYNAME_entropy(cell_t cell, Thread *thread, double T, double Rho, double P, double yi[])

Since the total temperature is higher than the static temperature, it makes my simulation to converge to a higher temperature value. Is it posible to retrieve the static temperature instead the total temperature at this functions? Or how could I avoid this error at the boundary?