Loading...
Searching...
No Matches
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 )

References MRF, and U.

◆ relax()

UEqn relax ( )

References UEqn.

◆ constrain()

fvOptions constrain ( UEqn )

References fvOptions, and UEqn.

◆ if()

Definition at line 18 of file UEqn.H.

References fvOptions, ghf, mesh, momentumPredictor, 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
IOMRFZoneList & MRF
U
Definition pEqn.H:72
compressible::turbulenceModel & turbulence

Definition at line 5 of file UEqn.H.