|
[Sponsors] |
Using Porous Zone to simulate an obstacle? Is it possible? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 19, 2013, 12:50 |
Using Porous Zone to simulate an obstacle? Is it possible?
|
#1 |
Senior Member
M. Montero
Join Date: Mar 2009
Location: Madrid
Posts: 155
Rep Power: 17 |
Hi all,
Maybe the aproach that I have thought is not valid but the point is this: I have simulated a wind turbine using actuatorDisk source. Could it be possible to simulate the tower effect choosing a cellZone and impossing a very low porosity? I am doing some tests with the DarcyForchheimerCoeffs and I can not slow down the flow as if there was a wall. The Coeffs are: d (5e10 5e10 5e10); f (5e10 5e10 5e10) I am not interested into the flow itself in the very near of the wall of the tower. What I want it is a easy way to play with the wind turbine positions without the need of change the mesh itselft. What do you think? Is it possible to do it in that way? Thank you very much for your help |
|
December 20, 2013, 03:28 |
|
#2 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
For your approach, it is important that the resistance coefficients are symmetrical (like you already have), so that an explicit porosity formulation is valid. IMO your resistances are too low (darcy = 1e10) to stop the flow. For comparison, an exhaust system DPF would typically have a Darcy value of ca. 3e8. If you check the documentation, you'll see that this Darcy parameter is multiplied internally by the viscosity before being applied as a source: Code:
S = - (\mu \, d + \frac{\rho |U|}{2} \, f) U Code:
S = - \rho C_0 |U|^{(C_1 - 1)} U I unfortunately have no real feeling for how far you can push the values or how far you need to push this values, but I think it is a better approach than the darcy/forch formulation. /mark |
||
December 20, 2013, 11:54 |
|
#3 |
Member
Franco Marra
Join Date: Mar 2009
Location: Napoli - Italy
Posts: 69
Rep Power: 17 |
I am not sure if this infos can be of help.
OpenFOAM already include a solver for the simulation of the presence of obstacles. You can have a look to: $FOAM_TUTORIALS/combustion/PDRFoam I do not know the details of this implementation, but it seems to me that it should do something similar to what you are looking for. Best regards, Franco |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
simulate the drying process | Valpress | FLUENT | 8 | April 25, 2018 11:23 |
[Commercial meshers] define porous zone in gambit | Michel_HB | OpenFOAM Meshing & Mesh Conversion | 8 | February 26, 2015 08:41 |
thermal porous zone dictionary | Ahmed Khattab | OpenFOAM | 0 | June 4, 2013 08:41 |
[ICEM] Export ICEM mesh to Gambit / Fluent | romekr | ANSYS Meshing & Geometry | 1 | November 26, 2011 13:11 |
Porous jump & Porous zone - help needed | Witsarut Jintaworn | FLUENT | 3 | June 14, 2010 23:37 |