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

Go to the source code of this file.

Functions

MRF correctBoundaryVelocity (U)
 
tmp< fvVectorMatrix > tUEqn (fvm::div(phi, U)+MRF.DDt(rho, U)+turbulencePtr_->divDevRhoReff(U))
 
UEqn relax ()
 
this primalResidualControl< vector > (solverU, printToScreen, printInterval, "U")
 
U correctBoundaryConditions ()
 

Variables

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

Function Documentation

◆ correctBoundaryVelocity()

MRF correctBoundaryVelocity ( U  )

◆ tUEqn()

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

◆ relax()

UEqn relax ( )

◆ primalResidualControl< vector >()

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

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

Variable Documentation

◆ UEqn

fvVectorMatrix& UEqn = tUEqn.ref()

Definition at line 9 of file UEqnTurbo.H.

◆ solverU

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

Definition at line 15 of file UEqnTurbo.H.