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

Go to the source code of this file.

Functions

volScalarField nuEff1 ("nuEff1", nu+nut1)
 
fvVectorMatrix U1Eqn (fvm::div(phi1, U1, divUScheme) - fvm::laplacian(nuEff1, U1) - fvc::div(nuEff1 *dev2(T(fvc::grad(U1))), divGradUScheme))
 
 forAll (U1, cellI)
 
U1Eqn relax (relaxUEqn)
 
 solve (U1Eqn==-fvc::grad(p1), solverDictU)
 

Function Documentation

◆ nuEff1()

volScalarField nuEff1 ( "nuEff1"  ,
nu+  nut1 
)

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ U1Eqn()

fvVectorMatrix U1Eqn ( fvm::div(phi1, U1, divUScheme) - fvm::laplacian(nuEff1, U1) - fvc::div(nuEff1 *dev2(T(fvc::grad(U1))), divGradUScheme)  )

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

Here is the caller graph for this function:

◆ forAll()

forAll ( U1  ,
cellI   
)

Definition at line 12 of file U1EqnIrkPimple.H.

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

Here is the call graph for this function:

◆ relax()

U1Eqn relax ( relaxUEqn  )

◆ solve()

solve ( U1Eqn  = =-fvc::grad(p1),
solverDictU   
)