su2code / SU2

SU2: An Open-Source Suite for Multiphysics Simulation and Design
https://su2code.github.io
Other
1.37k stars 842 forks source link

Reporting Components of Wall Heat Flux in NEMO Solver #1891

Open jtneedels opened 1 year ago

jtneedels commented 1 year ago

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

WallyMaier commented 1 year ago

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