|
[Sponsors] |
Porous Medium-entering D, F coefficients to code |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 4, 2019, 10:36 |
Porous Medium-entering D, F coefficients to code
|
#1 |
New Member
Sama
Join Date: Jan 2019
Posts: 16
Rep Power: 7 |
I have calculated F and d coefficients for Darcy Forchheimer equation for my porous media and I have two scalars. I saw in code F and D should be entered like vectors:
type DarcyForchheimer; d (500000 -1000 -1000); f (0 0 0); I dont know what those two -1000 mean and how I should calculate them! I would appreciate it if any one could help me. |
|
January 7, 2019, 05:24 |
|
#2 |
Senior Member
|
Hi,
The -1000 is a way to do multiplication. As only a positive number is valid, OpenFOAM uses a negative number as a multiplier. So your D values are equivalent to: d (500000 500000000 500000000); This way, you can force directionality of your porous region (i.e. a radiator that typically shows higher resistance in cross-flow directions than in flow direction). Regards, Tom |
|
January 7, 2019, 09:46 |
|
#3 |
New Member
Sama
Join Date: Jan 2019
Posts: 16
Rep Power: 7 |
Thank you so much Tom,
In cases that we are sure porous media is homogeneous and air permeability/resistance in all directions are same, should we enter (500000 50000 50000)? Thank you, |
|
January 7, 2019, 10:46 |
|
#4 |
Senior Member
|
Yes, or alternatively
(500000 -1 -1) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Combustion in Porous medium (porous burner) | moeinvh | FLUENT | 0 | October 18, 2017 05:21 |
Turbulent flow in porous medium | Chander | CFX | 4 | January 17, 2017 10:50 |
Porous Medium Question | hamzamotiwala | STAR-CCM+ | 1 | April 20, 2012 03:55 |
Flow through porous medium | Kiran AS | FLUENT | 6 | September 16, 2011 08:38 |
porous medium - defining loss coeff for two fluids | sudhakar | CFX | 0 | December 9, 2006 09:11 |