|
[Sponsors] |
How to calculate transport coefficients for a specie |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 26, 2019, 15:23 |
How to calculate transport coefficients for a specie
|
#1 |
New Member
Join Date: Jun 2019
Posts: 4
Rep Power: 7 |
Hi guys, I'm new to this community and to OpenFoam. I already obtained a valid result with the heat exchanger tutorial, using the default thermophysicalProperties. My case deal with heat exchange in a pipe between air and co2, separated by alluminium.
I'd like to simulate the same case using 2 liquid species instead of gases. So I need to obtain the polynomial coefficient for the transport models. The question is, how can I calculate these coefficients? Is there a database online with some examples or algorithms? So far I've found a code for water in another thread, could you please tell me if it's valid? Thanks in advance for your help. Code:
thermoType { type heRhoThermo; mixture pureMixture; transport polynomial; thermo hPolynomial; equationOfState icoPolynomial; specie specie; energy sensibleEnthalpy; } mixture { specie { // Water mol weight [g/mol] nMoles 1; molWeight 18.02; } transport { // *** polynomial // mu [Pa.s] // kappa [W/m/K] muCoeffs<8> (0.477756 -0.00337294 7.80884e-06 -2.59645e-09 -1.64495e-11 2.49614e-14 -1.10764e-17 0); kappaCoeffs<8> (1456.92 -10.2864 0.0238197 -7.80437e-06 -5.02923e-08 7.60632e-11 -3.36662e-14 0); } thermodynamics { // *** hPolynomial // Cp = [J/kg/K] Hf 0; Sf 0; CpCoeffs<8> (-7.56975e08 5.24432e06 -11530.9 1.22828 0.0308639 -4.34995e-05 1.88346e-08 0); } equationOfState { // *** icoPolynomial // rho = [Kg/m^3] rhoCoeffs<8> (4.02745e06 -27520.6 57.8951 0.00610405 -0.000187407 2.52756e-07 -1.08057e-10 0); } } Last edited by Deresix; June 28, 2019 at 08:44. |
|
July 2, 2019, 15:44 |
Solution
|
#2 |
New Member
Join Date: Jun 2019
Posts: 4
Rep Power: 7 |
If anybody is/will be interested in the solution, I made a water-water heat exchanger and in the thermophysicalProperties I set the polynomials as found in the following website, they work well.
The result is consistent with the theoretical calculation. Link: https://syeilendrapramuditya.wordpre...ic-properties/ |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
heRhoThermo - "Unknown psiThermo type" | gemxx | OpenFOAM Running, Solving & CFD | 6 | March 3, 2021 16:35 |
How to change thermoType in reactingFoam (need to compile?) | KTG | OpenFOAM Programming & Development | 5 | September 3, 2020 09:25 |
Sutherland transport coefficients | lasb | OpenFOAM Pre-Processing | 7 | April 15, 2019 09:56 |
Degree/size of polynomials for thermo and transport (OF 2.2) | markusrehm | OpenFOAM Pre-Processing | 0 | September 12, 2013 05:46 |
Entropy calculation in OpenFoam | immortality | OpenFOAM | 23 | September 8, 2013 18:18 |