CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Impeller: temperature decreasing, should be increasing

Register Blogs Community New Posts Updated Threads Search

Like Tree9Likes

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   September 27, 2018, 06:32
Default Impeller: temperature decreasing, should be increasing
  #1
Member
 
Martin
Join Date: Aug 2018
Posts: 33
Rep Power: 7
artymk4 is on a distinguished road
I am doing compressible steady state simulation of impeller which has inlet in shape of circle at the top and outlet on sides. Static inlet zone and outlet zone are attached to rotating impeller.

Pressure at inlet is around 85,000 Pa (vacuum of 15,000 Pa). Pressure is increasing towards outlet where there is atmospheric pressure (100,000 Pa). Density looks similarly (increasing)

So temperature should be increasing from inlet to outlet, because when pressure increases, so should temperature.
But in my simulation T is 300 K at inlet (the way I set), then it's falling and reaches around 294 K at boundary of impeller and lastly it increases from 294 to 300 K in outlet zone. Expected result is that temperature only increases from inlet and reaches highest value right after air exits impeller. It should increase for at least 30 K. Temperature in outlet zone should be slightly less than max T.



Do you have any idea why my temperature behaves in opposite way?

I tried changing temperature boundary conditions but temperature was never increasing towards outlet.


My boundary conditions in file /0/T are:

internalField uniform 300;


inlet has type fixedValue
walls have type zeroGradient
I tired different types for outlet:

a)
outlet
{
type inletOutlet;
value $internalField;
inletValue $internalField;
}


b)
outlet
{
type inletOutletTotalTemperature;
gamma 1.4; //heat capacity ratio (Cp/Cv), 1.40 for dry air 20°C
inletValue $internalField; //reverse flow (inlet) value
T0 $internalField; //static temperature [K]
}


c)
outlet
{
type totalTemperature;
gamma 1.4;
T0 $internalField;
}
charlliemarshalll likes this.
artymk4 is offline   Reply With Quote

 

Tags
compressible, impeller, temperature bc


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Out File does not show Imbalance in % Mmaragann CFX 5 January 20, 2017 10:20
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion faizan_habib7 CFX 4 February 1, 2016 17:00
unexpected constant Temperature on a clip surface Sungki OpenFOAM Running, Solving & CFD 0 August 4, 2015 04:50
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
temperature increasing at zero heatflux wall dokeun FLUENT 0 May 26, 2011 00:33


All times are GMT -4. The time now is 17:11.