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

rhoSimpleFoam Hot Gas in Small Pipe Not reaching steady state

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2017, 12:51
Default rhoSimpleFoam Hot Gas in Small Pipe Not reaching steady state
  #1
New Member
 
Annonymouse
Join Date: Jul 2017
Posts: 5
Rep Power: 8
ben_ is on a distinguished road
Hello all,

I am running a compressible flow with heat transfer in a small pipe of diameter 10mm. The simulation does not reach steady state, and it also does not seem to change in time steps. I am concerned with the results because they all have very small gradients (see attached) and according to my hand-calcs, the outlet temperature is currently ~200K colder than it should be. Has anyone had this problem, where the constant temperature wall condition does not seem to affect the fluid flow?

For this type of simulation, the Co number forces dt to be very small ~1e-7s. This makes the simulation computationally difficult. Does anyone know how many seconds we expect a pipe like this to converge behavior? It is possible that my two questions are related by the timescale of heat transfer between the wall and the fluid.

Thank you in advance, your help is greatly appreciated as I am currently stuck for how to proceed.

I used the following conditions (fixed):

---------------------------------
0, T
fluid_temp 600.0;
wall_temp 1374;
internalField uniform $fluid_temp; // My Sim
boundaryField
{
outlet_pipe
{
type zeroGradient;
}
bend
{
type fixedValue;
value uniform $wall_temp;
}
inlet_pipe
{
type fixedValue;
value uniform $wall_temp;
}
inlet
{
type fixedValue;
value uniform $fluid_temp; // My Sim
}
outlet
{
type inletOutlet;

value uniform 500; // My Sim
inletValue uniform $fluid_temp; // My Sim
}
}
-----------------------------------
0, p
inlet_pressure 15600000;
outlet_pressure 15000000;
internalField uniform $inlet_pressure; // My Settin
boundaryField
{
outlet_pipe
{
type zeroGradient;
}
bend
{
type zeroGradient;
}
inlet_pipe
{
type zeroGradient;
}
inlet
{
type fixedValue;
value uniform $inlet_pressure;
}
outlet
{
type inletOutlet; // MySim
inletValue uniform $inlet_pressure;
value uniform $outlet_pressure;
}
}
-----------------------------------

0, U
dimensions [0 1 -1 0 0 0 0];
mdot 0.804;
rho_guess 11.2;
ux_inlet_guess 918.3;
internalField uniform (0 0 0); // My Sim
boundaryField
{
bend
{
type noSlip;
}
inlet_pipe
{
type noSlip;
}
outlet_pipe
{
type noSlip;
}
inlet
{
type flowRateInletVelocity;
massFlowRate constant $mdot; // My Sim
rhoInlet $rho_guess;
}
outlet
{
type inletOutlet;
value uniform (0 $ux_inlet_guess 0); // My Sim
inletValue uniform ($ux_inlet_guess 0 0); // My Sim
}
}
-----------------------------------
Attached Images
File Type: png mesh.PNG (54.1 KB, 11 views)
File Type: png temperature.PNG (35.0 KB, 8 views)
ben_ is offline   Reply With Quote

Reply


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
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Two-Phase Buoyant Flow Issue Miguel Baritto CFX 4 August 31, 2006 12:02
Hot gas bubble collapse in cool water William Palm FLUENT 1 April 20, 2005 10:53
Gas pressure question Dan Moskal Main CFD Forum 0 October 24, 2002 22:02
gas expansion in pipe crack propagation Marco Evangelos Biancolini Main CFD Forum 2 October 4, 2000 10:41


All times are GMT -4. The time now is 15:47.