Functions | Variables
UEqnRhoSimpleC.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

tmp< fvVectorMatrix > tUEqn (fvm::div(phi, U)+turbulencePtr_->divDevRhoReff(U))
 
UEqn relax ()
 

Variables

fvVectorMatrix & UEqn = tUEqn.ref()
 
SolverPerformance< vector > solverU = solve(UEqn == -fvc::grad(p))
 

Function Documentation

◆ tUEqn()

tmp<fvVectorMatrix> tUEqn ( fvm::div(phi, U)+turbulencePtr_->divDevRhoReff(U )

◆ relax()

UEqn relax ( )

Variable Documentation

◆ UEqn

fvVectorMatrix& UEqn = tUEqn.ref()

Definition at line 6 of file UEqnRhoSimpleC.H.

◆ solverU

SolverPerformance<vector> solverU = solve(UEqn == -fvc::grad(p))

Definition at line 12 of file UEqnRhoSimpleC.H.