Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite thermal conductivity for CO2_8 mixture #262

Open
domilanza2002 opened this issue Apr 15, 2024 · 0 comments
Open

Infinite thermal conductivity for CO2_8 mixture #262

domilanza2002 opened this issue Apr 15, 2024 · 0 comments

Comments

@domilanza2002
Copy link

domilanza2002 commented Apr 15, 2024

Good morning,
I was trying to use the CO2_8 mixture pre-included in the data folder, but I noticed that for a little range of values, the equilibrum thermal conductivity is infinity.
eq_thermal_conductivity_vs_temperature
frozen_thermal_conductivity_vs_temperature
In particular, also the frozen thermal conductivity is infinity, so I think that the latter is the root of the problem.
In the plots I attached, infinity=2 to plot it easily.
I am using Python and this is the code I am running:

import mutationpp as mpp

mix = mpp.Mixture("CO2_8")

mix.equilibrate(519.0, 101325.0)

print(mix.frozenThermalConductivity())

The mixture file is:

<!-- 8-species CO2 mixture -->
<mixture name="CO2_8" state_model="EquilTP" thermo_db="RRHO" thermal_conductivity="Chapmann-Enskog_LDLT" viscosity="Chapmann-Enskog_LDLT">

    <species>
        e- C+ O+ C O CO CO2 O2
    </species>

    <element_compositions default="default">
        <composition name="default"> C:1.0, O:2.0 </composition>
    </element_compositions>

</mixture>

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant