UcEqn.H File Reference

Go to the source code of this file.

Functions

fvVectorMatrix UcEqn (fvm::ddt(alphac, Uc)+fvm::div(alphaPhic, Uc) - fvm::Sp(fvc::ddt(alphac)+fvc::div(alphaPhic), Uc)+continuousPhaseTurbulence->divDevRhoReff(Uc)==(1.0/rhoc) *cloudSU)
 
UcEqn relax ()
 
volScalarField rAUc (1.0/UcEqn.A())
 
surfaceScalarField rAUcf ("Dp", fvc::interpolate(rAUc))
 
surfaceScalarField phicForces (fvc::flux(rAUc *cloudVolSUSu/rhoc)+rAUcf *(g &mesh.Sf()))
 
 if (pimple.momentumPredictor())
 

Function Documentation

◆ UcEqn()

fvVectorMatrix UcEqn ( fvm::ddt(alphac, Uc)+fvm::div(alphaPhic, Uc) - fvm::Sp(fvc::ddt(alphac)+fvc::div(alphaPhic), Uc)+continuousPhaseTurbulence->divDevRhoReff(Uc)  = =(1.0/rhoc) *cloudSU)

Referenced by if().

Here is the caller graph for this function:

◆ relax()

UcEqn relax ( )

◆ rAUc()

volScalarField rAUc ( 1.0/UcEqn.  A())

Referenced by while().

Here is the caller graph for this function:

◆ rAUcf()

surfaceScalarField rAUcf ( "Dp"  ,
fvc::interpolate(rAUc  
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ phicForces()

surfaceScalarField phicForces ( fvc::flux(rAUc *cloudVolSUSu/rhoc)+rAUcf *(g &mesh.Sf())  )

Referenced by if(), and while().

Here is the caller graph for this function:

◆ if()

if ( pimple.  momentumPredictor())

Definition at line 20 of file UcEqn.H.

References mesh, p, phicForces(), rAUcf(), solve(), and UcEqn().

Here is the call graph for this function: