|
[Sponsors] |
Discretization of viscosity terms for non-newtonian flow: |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 15, 2015, 12:50 |
Discretization of viscosity terms for non-newtonian flow:
|
#1 |
New Member
Join Date: Feb 2015
Posts: 2
Rep Power: 0 |
I'm working on a non-Newtonian flow problem, and I was interested in the difference between the treatment of the viscosity terms in nonNewtonianIcoFoam and simpleFoam:
In simpleFoam Code:
tmp<fvVectorMatrix> laminar::divDevReff(volVectorField& U) const { return ( - fvm::laplacian(nuEff(), U) - fvc::div(nuEff()*dev(T(fvc::grad(U)))) ); } Code:
- fvm::laplacian(fluid.nu(), U) - (fvc::grad(U) & fvc::grad(fluid.nu()) The test case is a rectangular duct, flow L to R with parabolic inlet, upper boundary symmetry, bottom stationary wall, with the fluid suddenly becoming a bingham plastic (viscosity can increase by up to 3 orders of magnitude) to the right of the white line. The flow condition is Re=10, Bi=5.0. The two attached pictures are plots of the vertical component of velocity, showing that in the default case (divDev), there exists a region of upward flow that is not observed in the nnIco case. The downward blue flow region is expected as the flow transitions from parabolic flow to plug flow in the non-newtonian region. I don't think it's a convergence/tolerance issues, as I've worked pretty carefully to eliminate those. The fvSchemes/fvSolution file is consistent between the two cases. Both solutions seem plausible to me, but I learn towards the divDev solution being correct What do you all think is the best approach here? I can't really tell from the physical intuition perspective, so what is the best numerical scheme from the mathematics/numerics perspective? A more general question might be that in the newtonian laminar incompressible case, why have the divDev component at all? Thanks! |
|
July 16, 2015, 08:57 |
|
#2 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rotational and inviscid | Mike | Main CFD Forum | 40 | November 9, 2023 07:03 |
Issues on the simulation of high-speed compressible flow within turbomachinery | dowlee | OpenFOAM Running, Solving & CFD | 11 | August 6, 2021 07:40 |
Divergence in Two phase flow in impeller for Cavitation | joshghoun | Fluent Multiphase | 2 | November 5, 2014 10:33 |
non newtonian viscosity problem | moloykb | FLUENT | 4 | July 5, 2012 16:47 |
Flow meter Design | CD adapco Group Marketing | Siemens | 3 | June 21, 2011 09:33 |