|
[Sponsors] |
Boussinesq equation of state combined with polynomial viscosity |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 19, 2018, 06:02 |
Boussinesq equation of state combined with polynomial viscosity
|
#1 |
Member
Tomas Denk
Join Date: May 2017
Posts: 30
Rep Power: 9 |
Hi,
I'd like to solve a case where fluid density and viscosity depend on temperature. There are also some walls so I use chtMultiRegionSimpleFoam application. When I set up thermophysical properties of the fluid like this: Code:
thermoType { type heRhoThermo; mixture pureMixture; transport polynomial; thermo hPolynomial; equationOfState Boussinesq; specie specie; energy sensibleEnthalpy; } Naive attempt to add another valid combination by adding Code:
makeThermos ( rhoThermo, heRhoThermo, pureMixture, polynomialTransport, sensibleEnthalpy, hPolynomialThermo, Boussinesq, specie ); Is there a way to use combination of polynomial mu and Cp along with Boussinesq approximation? |
|
October 29, 2020, 08:41 |
|
#2 |
New Member
Join Date: Jul 2019
Posts: 11
Rep Power: 7 |
Hi.
Did you find a proper solution to your problem? |
|
October 29, 2020, 15:25 |
Re: polynomial
|
#3 |
Senior Member
Charles
Join Date: Aug 2016
Location: Vancouver, Canada
Posts: 151
Rep Power: 10 |
You can use polynomial.
Code:
thermoType { type heRhoThermo; mixture pureMixture; transport polynomial; thermo hPolynomial; equationOfState icoPolynomial; specie specie; energy sensibleInternalEnergy; }
__________________
Charles L. |
|
October 30, 2020, 04:16 |
|
#4 |
Member
Tomas Denk
Join Date: May 2017
Posts: 30
Rep Power: 9 |
Interesting, thanks for this tip, I haven't thought of that.
|
|
Tags |
boussinesq approximation, thermophysical model |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple piston movement in cylinder- fluid models | arun1994 | CFX | 4 | July 8, 2016 03:54 |
continuity equation was diverging in transient state | stenber | FLUENT | 0 | March 19, 2016 23:37 |
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
Compression stoke is giving higher pressure than calculated | nickjuana | CFX | 62 | May 19, 2015 14:32 |
Lid-Driven-Cavity (thermodyn. equation of state)? | Simonee | Main CFD Forum | 4 | March 18, 2014 07:34 |