Questions Regarding Real Gas Effects in PeleC #931
-
Hello everyone, Based on the documentation here: EOS documentation and Transport documentation, I believe this setup accounts for the real gas effects on thermodynamic properties (including internal energy and enthalpy), as well as viscosity and thermal conductivity. Is this correct? Regarding real gas effects, the mass diffusivity of species is typically modeled using Takahashi’s high-pressure correction. However, I could not find any mention of this correction in PeleC. How is the species mass diffusivity ( D_i ) calculated when using the SRK EOS? When using SRK EOS, how do I use the constant Lewis number or even the unity Lewis number model? Thank you very much for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The modifications employed with the SRK EOS are summarized in the PelePhysics documentation (and also include changes to the chemical kinetics expressions, by the way). See https://amrex-combustion.github.io/PelePhysics/EOS.html. Reach out if you need more info. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
We do modify transport coefficient calculations for real gas effects with the SRK EOS. You can see the modified calculation in the source code here: https://github.com/AMReX-Combustion/PelePhysics/blob/0257b2366ecf421ae554c8e2457776d4823f4bfb/Source/Transport/Simple.H#L182
Then we use Chung's corrections for thermal diffusion and viscosity.