Closed RSuryaNarayan closed 2 years ago
Hi Surya,
Unfortunately, switching to a real-gas EOS in the PeleLM context (low Mach number, implicit diffusion) is a bit more involved than for PeleC such that PeleLM currently doesn't support SRK. Hopefully, we'll get to that someday, but it is not on the top of our planned developments. I'll update the make system to abort with an explicit message if the user try to compile PeleLM with SRK (#209)
If this is a critical need, we can talk about what would be involved. Email me at Marc.Day@nrel.gov
@esclapez @drummerdoc Thanks a lot for your response.
Hi I am running a case with the SRK EOS of PelePhysics by setting
in the
GNUMakefile
and though having not called the functionT2Hi
explicitly anywhere in my case files I get the following error:I guess it's called somewhere in the
PeleLM.cpp
file. Is there anyway I can fix this?Thanks