|
[Sponsors] |
April 28, 2014, 04:10 |
air flow impinge on a hot cylinder
|
#1 |
New Member
Join Date: Mar 2013
Posts: 2
Rep Power: 0 |
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 |
|
April 28, 2014, 10:30 |
|
#2 | |
Senior Member
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 13 |
Quote:
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. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modeling the air flow of an Internal Combustion Engine | mateusdias89 | CFX | 21 | September 23, 2015 09:22 |
flow around a circular cylinder with velocity inlet and outflow outlet | shuoxue | OpenFOAM | 1 | March 3, 2014 11:42 |
Incorrect Drag and Drag Coefficient for flow over a cylinder | ozzythewise | Main CFD Forum | 8 | June 13, 2012 07:24 |
Oscillating Cylinder in Parallel Flow: Analytical Solution | startingcfd | Main CFD Forum | 7 | March 23, 2012 06:49 |
Flow over a cylinder | Anna | Main CFD Forum | 9 | March 24, 2006 15:32 |