|
[Sponsors] |
Setting different diffusivities for two domains (fluid+porous) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 25, 2014, 14:14 |
Setting different diffusivities for two domains (fluid+porous)
|
#1 |
New Member
Leonardo
Join Date: Nov 2014
Posts: 27
Rep Power: 11 |
Hi there,
I need some help setting up a CEL expression to define different values of kinematic diffusivity for two different domains: a fluid and a porous domain. I'm aware you can use the inside() function, but I'm not sure how to write it. I tried the script below but it didn't work. 1.58e-5 [cm^2 s^-1] * inside()@flow; 0.46*1.58e-5 [cm^2 s^-1] * inside()@porous Thanks in advance. |
|
November 25, 2014, 15:45 |
|
#2 |
Senior Member
Join Date: Jun 2009
Posts: 1,865
Rep Power: 33 |
I assume you are defining the Kinematic Diffusivity parameter for an Additional Variable, or mass fraction Component
Kinematic Diffusivity = 1.58e-5 [cm^2 s^-1] * ( inside()@flow + 0.46 * inside()@porous) That is all you need to do. I wonder what the 0.46 means. It is not the volume porosity, is it ? |
|
November 25, 2014, 15:48 |
|
#3 | |
New Member
Leonardo
Join Date: Nov 2014
Posts: 27
Rep Power: 11 |
Quote:
What is the meaning of the asterisk symbol in the CEL syntax? I did a quick check on the documentation and couldn't find much about syntax. And no, it's just the "correction" factor for the permeability at the porous media. |
||
November 25, 2014, 16:26 |
|
#4 |
Senior Member
Join Date: Jun 2009
Posts: 1,865
Rep Power: 33 |
* is for multiplication between two terms in the expression.
Not sure I catch on the "correction factor" for the permeability. There is no permeability in the diffusion terms of the transport equations I have seen. I have only seen the permeability in the drag force term in the momentum equation.. Did you mean porosity ? The only time I have seen permeability into a transport equation is when Darcy's law is substituted into the continuity equation, and a pure diffusion equation for Pressure is obtained. Is that what you are solving for ? |
|
November 25, 2014, 16:30 |
|
#5 | |
New Member
Leonardo
Join Date: Nov 2014
Posts: 27
Rep Power: 11 |
Quote:
According to the paper I'm basing my simulations on, they estimate the effective diffusivity of ethanol in the porous media using this factor, which indeed happens to include the porosity: D_eff = (porosity)^1.5*D |
||
Tags |
cel expression, diffusivity, kinematic diffusivity, porous |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
thermal couple boundary condition between porous and fluid regions | atoof | OpenFOAM Programming & Development | 2 | June 7, 2017 20:44 |
Porous media setup issues in Fluent | Bernard Van | FLUENT | 29 | January 26, 2017 05:09 |
Different diffusivity for additional variable in Fluid and porous domain | ftab | CFX | 4 | June 27, 2012 14:03 |
porous media: Fluent or Star-CD? | Igor | Main CFD Forum | 0 | December 5, 2002 16:16 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |