CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   interFoam Ueqn (https://www.cfd-online.com/Forums/openfoam/82640-interfoam-ueqn.html)

alvin11 December 1, 2010 08:50

interFoam Ueqn
 
the LHS of UEqn is as follows,
fvVectorMatrix UEqn
(
fvm::ddt(rho, U)
+ fvm::div(rhoPhi, U)
- fvm::laplacian(muEff, U)
- (fvc::grad(U) & fvc::grad(muEff))
);

I want to know the physical meaning of the last term,
(fvc::grad(U) & fvc::grad(muEff)) and wher it come form,

santiagomarquezd December 1, 2010 16:44

Hi Alvin, this term is due spatial variation of muEff. From the Cauchy equation you have for the viscous term div & [muEff*grad(U)], since muEff is not a constant, using the chain rule: muEff*laplacian(U)+grad(muEff)&U.

Regards.

alvin11 December 2, 2010 01:28

Thanks,very helpful


All times are GMT -4. The time now is 22:56.