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, divUScheme)+turbulencePtr_->divDevRhoReff(U))
 
UEqn relax ()
 
this primalResidualControl< vector > (solverU, printToScreen, printInterval, "U")
 

Variables

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

Function Documentation

◆ tUEqn()

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

◆ relax()

UEqn relax ( )

◆ primalResidualControl< vector >()

this primalResidualControl< vector > ( solverU  ,
printToScreen  ,
printInterval  ,
"U"   
)

Referenced by if(), and DASolidDisplacementFoam::solvePrimal().

Here is the caller graph for this function:

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.

Referenced by if(), and DASolidDisplacementFoam::solvePrimal().