|
[Sponsors] |
March 4, 2015, 14:19 |
nonNewtonianIcoFoam equation
|
#1 |
Senior Member
Join Date: Jan 2015
Posts: 150
Rep Power: 11 |
In the source of nonNewtonianIcoFoam solver I've found this equation:
fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phi, U) - fvm::laplacian(fluid.nu(), U) - (fvc::grad(U) & fvc::grad(fluid.nu())) ); It's all OK, except last operand "(fvc::grad(U) & fvc::grad(fluid.nu())".. Why do we need to do bitwise AND with grad_U and grad_Nu ??? |
|
March 4, 2015, 15:49 |
|
#2 |
Senior Member
|
||
March 5, 2015, 19:13 |
|
#3 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 849
Rep Power: 18 |
I hope this may help:http://www.cfd-online.com/Forums/ope...nu-grad-u.html
|
|
March 6, 2015, 03:03 |
|
#4 |
Senior Member
Join Date: Jan 2015
Posts: 150
Rep Power: 11 |
Thank you very much
|
|
Tags |
equation, nonnewtonianicofoam, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rotational and inviscid | Mike | Main CFD Forum | 40 | November 9, 2023 07:03 |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Some problem of "Qcriterion.mcr& | yuyuxuan | Tecplot | 9 | February 12, 2016 04:27 |
Need help:about energy equation in CFX | Stein | CFX | 4 | July 2, 2009 23:31 |
Diffusion Equation | izardy amiruddin | Main CFD Forum | 2 | July 4, 2002 09:14 |