FreeFOAM The Cross-Platform CFD Toolkit
UEqn.H File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

surfaceScalarField muEff ("muEff", twoPhaseProperties.muf()+fvc::interpolate(rho *turbulence->nut()))
fvVectorMatrix UEqn (fvm::ddt(rho, U)+fvm::div(rhoPhi, U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff)))
 if (finalIter)

Function Documentation

surfaceScalarField muEff ( "muEff"  ,
twoPhaseProperties.  muf)+fvc::interpolate(rho *turbulence->nut() 
)
fvVectorMatrix UEqn ( fvm::  ddtrho, U)+fvm::div(rhoPhi, U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff))
Parameters:
ddtfvc::div(muEff*(fvc::interpolate(dev(fvc::grad(U))) & mesh.Sf()))
if ( finalIter  )

Definition at line 17 of file UEqn.H.

References UEqn().