|
[Sponsors] | |||||
Darcy flow through different porous materials |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 12 ![]() |
Hi everyone,
I am working on a 1D steady state darcy flow through different porous materials. The solver reads like this: Code:
while (simple.loop())
{
Info<< "Time = " << runTime.timeName() << nl << endl;
while (simple.correctNonOrthogonal())
{
solve
(
fvm::laplacian(k/mu, p)
);
}
U = -k/mu*fvc::grad(p);
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
}
Code:
U = -k/mu*fvc::grad(p); Please give me some advice. Thank you! Yan
__________________
Blog: http://blog.sina.com.cn/multiphyzks RG:https://www.researchgate.net/profile/Yan_Wang154 |
|
|
|
|
|
|
|
|
#2 | |
|
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 12 ![]() |
Quote:
The velocity should be reconstructed from surface flux instead of -k/mu*fvc::grad(p), and fvSchemes need to be set carefully.
__________________
Blog: http://blog.sina.com.cn/multiphyzks RG:https://www.researchgate.net/profile/Yan_Wang154 |
||
|
|
|
||
![]() |
| Tags |
| darcy flow, darcy's law, porous |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Turbulent flow in porous medium | Chander | CFX | 4 | January 17, 2017 10:50 |
| multiphase cylindrical flow through porous medium; BC | adrianabm | OpenFOAM Running, Solving & CFD | 1 | September 7, 2015 11:37 |
| Flow in porous media + phase change | styleworker | FLOW-3D | 1 | June 27, 2012 15:51 |
| rotating porous media in a general flow | a_dores | FLUENT | 0 | October 31, 2010 05:50 |
| porous media/jump mass flow problem | Marijo | FLUENT | 0 | February 17, 2006 12:49 |