|
[Sponsors] |
Polynomial density and transport properties in buoyantBoussinesqSimpleFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 10, 2014, 12:57 |
|
#21 |
New Member
anshul bansal
Join Date: Jun 2013
Posts: 22
Rep Power: 13 |
thanks olivier ..
|
|
May 2, 2014, 12:32 |
icoPolynomial: chtMultiRegionSimpleFoam
|
#22 |
Member
Vitor Vasconcelos
Join Date: Jan 2012
Posts: 33
Rep Power: 14 |
Hello,
I am running a simulation with chtMultiRegionSimpleFoam which, apparently, runs ok. It has three solids and one fluid, namely, water. I set water properties in my thermophysicalProperties files and it works fine for rhoConst. When I tried to use icoPolynomial for equationOfState (and the respective changes in the heRhoThemo type) I could and the four polynomials without issues. However, and simulating I realized the fluid density never changes. The only way I got a variation in the fluid density was using a PerfectFluid in equationOfState. I'm using OpenFOAM 2.2.0. My themophysicalProperties file for fluid is: Code:
thermoType { type heRhoThermo; mixture pureMixture; transport polynomial; thermo hPolynomial; equationOfState icoPolynomial; specie specie; energy sensibleEnthalpy; } dpdt no; // Cooler - water // Data from H2O_NIST // Values for 590 < T < 619 (K) // Data for viscosity (mu), kappa, Cp and rho were fitted for polynomials // of 6th order. 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); } } Thank you in advance. Vitor |
|
May 16, 2014, 08:15 |
|
#23 |
New Member
Evgeny
Join Date: Jan 2013
Posts: 2
Rep Power: 0 |
> the fluid density never changes.
Check fvSolution for water it has probably rhomin and rhomax like (my example) SIMPLE { momentumPredictor on; nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 100000; rhoMin rhoMin [1 -3 0 0 0] 1000; rhoMax rhoMax [1 -3 0 0 0] 3000; } |
|
May 16, 2014, 12:10 |
|
#24 | |
Member
Vitor Vasconcelos
Join Date: Jan 2012
Posts: 33
Rep Power: 14 |
Quote:
far too high and they were bounded by the values in fvSolution. Now I can focus in the real problem: why the densities are too high. Thank you very much. Vitor |
||
June 16, 2015, 23:31 |
|
#25 | |
New Member
Ting
Join Date: Apr 2015
Location: Michigan
Posts: 8
Rep Power: 11 |
Quote:
I meet the same problem. Could you tell the detail how did you figure out relaxing T and rho. I used chtmultiregionFoam. Thanks for your help. |
||
June 17, 2015, 00:48 |
|
#26 | |
New Member
Ting
Join Date: Apr 2015
Location: Michigan
Posts: 8
Rep Power: 11 |
Quote:
I used icoPolynomial in chtmultiregionfoma and I got very high Co number for water, os it was not converged. I think your explanation to this problem is pretty right, unfortunately I am a new foamer so I quite don't know how to fix this problem. You said that the solution is to relax T and rho, could you please tell me the detail or give me some hint to fix my problem. Thanks in advance. |
||
September 21, 2016, 14:56 |
|
#27 | |
New Member
Praveen Srikanth
Join Date: Jul 2012
Location: West Lafayette, IN
Posts: 23
Rep Power: 14 |
Quote:
I was wondering if you found a solution to this problem. I am facing a similar problem with my closed liquid domain where the Co blows up. I tried relaxing the solution and that did not help at all. Any help is appreciated Thank you so much |
||
September 21, 2016, 15:23 |
|
#28 | |
New Member
Ting
Join Date: Apr 2015
Location: Michigan
Posts: 8
Rep Power: 11 |
Quote:
I did not solve this problem. Instead, I modified cht solver for my purpose. Good luck |
||
September 26, 2016, 21:22 |
|
#29 |
New Member
Praveen Srikanth
Join Date: Jul 2012
Location: West Lafayette, IN
Posts: 23
Rep Power: 14 |
Thank you so much for the reply tbao. That is unfortunate though. I was hoping to find out a solution here. Hope someone else who faced a similar issue would be able to help
Praveen |
|
November 16, 2016, 03:33 |
|
#30 |
Member
|
Dear Olivier
I want to know set the polynomial properties in other solvers? For example, in IcoFoam, PimpleDymFoam, etc? Best regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Passive scalar transport | novyno | OpenFOAM Running, Solving & CFD | 10 | May 5, 2016 14:31 |
icoPoly8ThermoPhysics limits density below 2 kg/m3 | smajer | OpenFOAM | 2 | March 16, 2012 07:11 |
Questions for a species transport problems (snapshots attached) | aleisia | FLUENT | 2 | October 9, 2011 05:40 |
unsteady solver and density method | Ellen | FLUENT | 0 | December 23, 2008 15:25 |
UDF to change density in species transport | Karthik | FLUENT | 6 | December 8, 2004 19:19 |