|
[Sponsors] |
What is the significance of the input vectors (e1, e2, d, f) in porousSimpleFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 21, 2011, 14:28 |
What is the significance of the input vectors (e1, e2, d, f) in porousSimpleFoam
|
#1 |
Member
Alex
Join Date: Jun 2010
Location: Planet Earth
Posts: 43
Rep Power: 16 |
I'm solving a flow through a radiator using porousSimpleFoam. I understand Darcy's law to the extent of what I read in wikipedia, but what is the coordinate system for and why does d and f have vectors associated with them?
|
|
July 22, 2011, 05:28 |
|
#2 |
New Member
Dima Risch
Join Date: Jun 2011
Location: Cologne
Posts: 22
Rep Power: 15 |
The d f coefficients are relative to the porousZone and the resistance is described in each direction
so it is better to set the porousZone parallel to the e1 e2 plane to ease the entry for d and f that is what i have understood |
|
July 22, 2011, 07:54 |
|
#3 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
The d is darcy law and f is the Forchheimer coeff. If you have an isotropic porosity you can take any arbitrary local coordinate system (eg, take the global system) and use the same d/f coefficients for each direction. For convenience, you can set one coffecient direction and use a negative coefficient (eg, -1) as a multiplier for the other two directions. We often have porosities that only allow flow in one-direction. Our convention is to specify the coordinate system so that this is the local 'z' flow direction. |
||
July 22, 2011, 12:18 |
|
#4 | |
Member
Alex
Join Date: Jun 2010
Location: Planet Earth
Posts: 43
Rep Power: 16 |
Quote:
Here is the code taken from angleDuct tutorials in $FOAM_RUN/tutorials/incompressible/porousSimpleFoam Code:
1 ( radiator { coordinateSystem { e1 (0.70710678 0.70710678 0); e2 (1 0 0); } Darcy { d d [0 -2 0 0 0 0 0] (5e7 -1000 -1000); f f [0 -1 0 0 0 0 0] (0 0 0); } } ) |
||
July 22, 2011, 12:31 |
|
#5 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
You might then want to have 'e3' (ie, local z-direction) being the defined flow direction and add 'e1' (ie, local x-direction) to orient about this axis. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
cannot input CATIA *.model into gambit | soilinkin | FLUENT | 10 | January 12, 2011 01:47 |
Integration Points and normal area vectors | Bloshchitsyn Vladimir | CFX | 0 | November 26, 2007 08:35 |
2 velocity vectors | ashish | CFX | 3 | June 19, 2007 19:32 |
Velocity vectors | SA | Main CFD Forum | 1 | March 8, 2007 03:04 |
ANSYS ICEM CFD: lsdyna input file creation problem | Evan | CFX | 0 | June 15, 2006 14:12 |