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

air flow impinge on a hot cylinder

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 28, 2014, 03:10
Default air flow impinge on a hot cylinder
  #1
New Member
 
Join Date: Mar 2013
Posts: 2
Rep Power: 0
dbnrop is on a distinguished road
Hi,

I have a problem with a simulation. The flow configuration is as follows:

An air flow ( T = 298 K) impinge on a moving cylinder (T = 1873 K; u = 7 m/s). The boundaries around are no walls but rather open atmosphere. The aim is to detect a possible buoyancy flow because of the temperature differences. The air at the calculation area has a temperature about 323 K.

The solvers I chose are "rhoPimpleFoam" and "buoyantPimpleFoam".

First question: Are these the right solver or is there another better one?

The main problem affects the boundaries (to the atmosphere). I chose it as follows:

p:

boundary_to_atmosphere
{
type fixedValue; // OR type calculated;
value $internalField; // internalField is about 1e5

}



p_rgh:


boundary_to_atmosphere
{
type fixedFluxPressure;
value uniform 1e5;
}




T:
boundary_to_atmosphere
{
type inletOutlet;
value uniform 323;
inletValue uniform 323;
}



U:
boundary_to_atmosphere
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}




I think I did a mistake because I get a temperature lower than 273 at the internalField.

Second question: Are the boundaries correct?


Third question:
In the "thermophysicalProperties" I chose


thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;//sensibleInternalEnergy;//sensibleEnthalpy;
}


Is this correct for this type of flow?


I use OpenFoam 2.3.x


I hope somebody can help me.




Best regards,


dbnrop
dbnrop is offline   Reply With Quote

Old   April 28, 2014, 09:30
Default
  #2
Senior Member
 
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 12
massive_turbulence is on a distinguished road
Quote:
Originally Posted by dbnrop View Post
Hi,

I have a problem with a simulation. The flow configuration is as follows:

An air flow ( T = 298 K) impinge on a moving cylinder (T = 1873 K; u = 7 m/s). The boundaries around are no walls but rather open atmosphere. The aim is to detect a possible buoyancy flow because of the temperature differences. The air at the calculation area has a temperature about 323 K.

The solvers I chose are "rhoPimpleFoam" and "buoyantPimpleFoam".

First question: Are these the right solver or is there another better one?

The main problem affects the boundaries (to the atmosphere). I chose it as follows:

p:

boundary_to_atmosphere
{
type fixedValue; // OR type calculated;
value $internalField; // internalField is about 1e5

}



p_rgh:


boundary_to_atmosphere
{
type fixedFluxPressure;
value uniform 1e5;
}




T:
boundary_to_atmosphere
{
type inletOutlet;
value uniform 323;
inletValue uniform 323;
}



U:
boundary_to_atmosphere
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}




I think I did a mistake because I get a temperature lower than 273 at the internalField.

Second question: Are the boundaries correct?


Third question:
In the "thermophysicalProperties" I chose


thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;//sensibleInternalEnergy;//sensibleEnthalpy;
}


Is this correct for this type of flow?


I use OpenFoam 2.3.x


I hope somebody can help me.




Best regards,


dbnrop

I'm almost 100% positive buoyantPimpleFoam is the best for this. For the pressure I think you need

type calculated;

because p_rgh calculates pressure in the hotRoom example.

You would also need to setup probes (an example can be found in the TJunction tutorial in the controlDict file).

That's all I know.
massive_turbulence 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
Modeling the air flow of an Internal Combustion Engine mateusdias89 CFX 21 September 23, 2015 08:22
flow around a circular cylinder with velocity inlet and outflow outlet shuoxue OpenFOAM 1 March 3, 2014 10:42
Incorrect Drag and Drag Coefficient for flow over a cylinder ozzythewise Main CFD Forum 8 June 13, 2012 06:24
Oscillating Cylinder in Parallel Flow: Analytical Solution startingcfd Main CFD Forum 7 March 23, 2012 05:49
Flow over a cylinder Anna Main CFD Forum 9 March 24, 2006 14:32


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