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

Air flow through porous media

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 28, 2018, 06:33
Default Air flow through porous media
  #1
New Member
 
Kyriakos Paso
Join Date: Nov 2018
Posts: 20
Rep Power: 7
KyriakosPaso is on a distinguished road
Hello.


I need to simulate an air flow through a porous media, but I do not want to use the porousSimpleFoam or the rhoPorousSimpleFoam. I want to import the equations governing the problem in another solver, such as icoFoam.



I tried to build a new solver, named porousIcoFoam. I used the equation:

fvVectorMatrix UEqn
(
fvm::ddt(gamma,U)
+ fvm::div(phi, U)
- fvm::laplacian(nu, U)
- (nu)*(D&U)*lamda
);


where gamma=porosity at the porous media, and gamma=0 otherwise

lamda=1 at the porous media, and lamda=0 otherwise


In setFeilds i have defined lamda and gamma, and in transport properties the tensor D.


Is this a correct way to solve my problem?
KyriakosPaso is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Multiphase Porous Media Flow - Convergence Issues VT_Bromley FLUENT 7 May 14, 2020 17:34
Flow through two combined porous media with diffrent permeability Sandee Main CFD Forum 0 March 28, 2015 11:35
Flow through porous media near well-borne I_Fedorov FLUENT 0 October 29, 2014 16:05
Two-phase flow though porous media - gas and liquid permeability Rui_27 FLUENT 11 October 22, 2014 13:52
Porous media flow with diffusion albertinho OpenFOAM 0 March 31, 2010 18:14


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