FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

UEqn.H File Reference

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(phi, U)-fvm::laplacian(muEff, U)-fvc::div(muEff *(fvc::interpolate(dev(fvc::grad(U)))&mesh.Sf())))
UEqn  relax ()
 if (momentumPredictor)

Function Documentation

fvVectorMatrix UEqn ( fvm::   ddtrho, U)+fvm::div(phi, U)-fvm::laplacian(muEff, U)-fvc::div(muEff *(fvc::interpolate(dev(fvc::grad(U)))&mesh.Sf())  )
Parameters:
ddt(fvc::grad(U) & fvc::grad(muf))
UEqn relax (  )
if ( momentumPredictor    )

Definition at line 19 of file UEqn.H.

References Foam::fvc::grad(), p, Foam::solve(), and UEqn().