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(rhoPhi, U)-fvm::Sp(fvc::ddt(rho)+fvc::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::Sp(fvc::ddt(rho)+fvc::div(rhoPhi), U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff)  )
Parameters:
ddtfvc::div(muEff*(fvc::interpolate(dev2(fvc::grad(U))) & mesh.Sf()))
if ( finalIter    )

Definition at line 18 of file UEqn.H.

References UEqn().