How to get individual viscosity and thermal conductivity of species #154
Replies: 1 comment 10 replies
|
Hi @sramjatan1, thanks for the question and being the first to use the discussion feature! A couple of things I want to clarify: With that said, I will assume that what you really want is the mixture properties for a given set of species mass fractions and temperature and answer accordingly. If in fact you do want pure species properties, just let me know. The short answer is that there is currently no tool shipped with M++ that can do this from the command line, but it is easy enough to use M++ to write a small C++ code to do it. I would refer you to the tutorial on getting started which can be easily modified to do what you need. You can modify the tutorial to load your mixture file and set the temperatures and densities (note that mass fractions and temperature is not enough to fully specify the thermodynamic state). Once the state is set, you can easily compute the thermal conductivity and viscosity as shown in the tutorial. Please let me if something is not clear from the tutorial or if you really do want the single species properties. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I pulled a boundary layer from a CFD simulation and want to calculate individual viscosity and thermal conductivity of some species. I know the mass fraction of the species and have the temperature profile from the CFD simulation.
I know mutation can give the viscosity and thermal conductivity of each species in a mixture by doing a Chapman-Enskog analysis, correct? Can I somehow pass an array of mole fraction and temperature profile and get the resulting individual viscosity and thermal conductivity of some species e.g. N2,N and O?
I appreciate any insight into this!
All reactions