SU2 icon indicating copy to clipboard operation
SU2 copied to clipboard

Reporting Components of Wall Heat Flux in NEMO Solver

Open jtneedels opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Associated with #1888. There is a request to separately report the components of the total surface heat flux: trans-rot mode temperature gradient, vib-el mode temperature gradient, and enthalpy diffusion.

Describe the solution you'd like Adding a volume output field for each heat flux source to CNEMOCompOutput, and the necessary associated member variables to enable this.

Describe alternatives you've considered Output quantities required to compute heat flux (temperature gradient, concentration gradient, diffusion coeff, etc.) but this becomes too many parameters and puts too much onus on user.

Additional context

jtneedels avatar Jan 15 '23 22:01 jtneedels

This could also be done in a similar manner as the forces_breakdown file.

WallyMaier avatar Jan 17 '23 13:01 WallyMaier