|
[Sponsors] |
June 29, 2015, 04:15 |
Species transport in Darcy flow
|
#1 |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
Hi everyone,
I am trying to solve a species transport problem in darcy flow. Both viscosity and density depend on the species concentrations. The equations and my calculation procedure are attached. My test case is a point leakage at the location (0,0,0). I will post the case and solver here. Hope you can help me. Regards, Wayne Last edited by wayne14; June 29, 2015 at 10:26. |
|
June 29, 2015, 04:45 |
|
#2 |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
This is the solver and the two test case.
In test case Exo72D2Q0, the source strength is set to 0. In this case, the air should just pile up without any movement. The boundary conditions for pressure p seems to be ok now as follows: Code:
dimensions [1 -1 -2 0 0 0 0]; internalField uniform 101.325e3; boundaryField { frontandback { type empty; } walls { type zeroGradient; } up { type fixedValue; value uniform 101.325e3; } down { type groovyBC; variables "gradp=Rho*9.81;"; gradientExpression "gradp"; value uniform 101361.69921; fractionExpression "0"; } } // ************************************************************************* // Last edited by wayne14; June 29, 2015 at 10:34. Reason: update |
|
June 29, 2015, 05:01 |
|
#3 |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
In test case Exo72D2, the source strength for CH4 is
Q Q [1 0 -1 0 0 0 0] 1.48e-5;// kg/s This time the p still converge very fast, but the concentration (kg/kg) of CH4, 'TS2', would not converge below e-3 The concentration (kg/kg) of CH4 is shown in TS2.jpg and TS2 bigger.jpg. The biggest problem is that TS2 does not meet the mass balance! Will someone be interested in helping me? Last edited by wayne14; June 29, 2015 at 10:55. |
|
June 29, 2015, 11:53 |
|
#4 |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
It seems that the problem have been solved after I correct the boundary conditions. However, I still wish that you can comment on my solver so that I can develop a better one in the future.
|
|
September 26, 2016, 03:06 |
|
#5 |
New Member
Patrick Kastner
Join Date: Apr 2016
Posts: 10
Rep Power: 10 |
Hi Yan,
could you tell me how you corrected the BCs? I am trying to solve a similar problem at the moment. Kind regards, Patrick |
|
September 26, 2016, 05:12 |
|
#6 | |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
Quote:
I will email you. Regards, Yan
__________________
Blog: http://blog.sina.com.cn/multiphyzks RG:https://www.researchgate.net/profile/Yan_Wang154 |
||
Tags |
darcy flow, density-variable, species transport, viscosity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Issues on the simulation of high-speed compressible flow within turbomachinery | dowlee | OpenFOAM Running, Solving & CFD | 11 | August 6, 2021 07:40 |
Species transport in multiphase flow | Dinar | FLUENT | 7 | December 3, 2016 13:46 |
Species transport simulation in cyclic flow | SH_P | FLUENT | 0 | May 29, 2015 12:15 |
species transport in water | lyn | FLUENT | 1 | December 12, 2007 19:15 |
Graphical image of a species flow | Rajeev Kumar Singh | FLUENT | 1 | September 23, 2001 05:10 |