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

Go to the source code of this file.

Functions

volScalarField nuEff2 ("nuEff2", nu+nut2)
 
fvVectorMatrix U2Eqn (fvm::div(phi2, U2, divUScheme) - fvm::laplacian(nuEff2, U2) - fvc::div(nuEff2 *dev2(T(fvc::grad(U2))), divGradUScheme))
 
 forAll (U2, cellI)
 
U2Eqn relax (relaxUEqn)
 
 solve (U2Eqn==-fvc::grad(p2), solverDictU)
 

Function Documentation

◆ nuEff2()

volScalarField nuEff2 ( "nuEff2"  ,
nu+  nut2 
)

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ U2Eqn()

fvVectorMatrix U2Eqn ( fvm::div(phi2, U2, divUScheme) - fvm::laplacian(nuEff2, U2) - fvc::div(nuEff2 *dev2(T(fvc::grad(U2))), divGradUScheme)  )

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig(), and forAll().

Here is the caller graph for this function:

◆ forAll()

forAll ( U2  ,
cellI   
)

Definition at line 12 of file U2EqnIrkPimple.H.

References U, U1, U2, and U2Eqn().

Here is the call graph for this function:

◆ relax()

U2Eqn relax ( relaxUEqn  )

◆ solve()

solve ( U2Eqn  = =-fvc::grad(p2),
solverDictU   
)