UEqn.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)
 
UEqn relax ()
 
fvOptions constrain (UEqn)
 
 if (momentumPredictor)
 

Variables

 UEqn
 

Function Documentation

◆ correctBoundaryVelocity()

MRF correctBoundaryVelocity ( U  )

◆ relax()

UEqn relax ( )

◆ constrain()

fvOptions constrain ( UEqn  )

◆ if()

Definition at line 18 of file UEqn.H.

References fvOptions, ghf, mesh, p_rgh, rho, solve(), U, and UEqn.

Here is the call graph for this function:

Variable Documentation

◆ UEqn

UEqn
Initial value:
=
(
fvm::ddt(rho, U) + fvm::div(phi, U)
+ MRF.DDt(rho, U)
+ turbulence.divDevRhoReff(U)
==
)
fv::options & fvOptions
surfaceScalarField & phi
IOMRFZoneList & MRF
U
Definition: pEqn.H:72
compressible::turbulenceModel & turbulence

Definition at line 5 of file UEqn.H.