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(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 ( )

Definition at line 19 of file UEqn.H.

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