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


Detailed Description

Definition in file UEqn.H.

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)))
mrfZones  addCoriolis (rho, UEqn)
UEqn  relax ()
 if (momentumPredictor)

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()))
mrfZones addCoriolis ( rho   ,
UEqn    
)
UEqn relax (  )