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->divDevTau(Uc)==(1.0/rhoc) *cloudSU)
 
UcEqn relax ()
 
fvConstraints constrain (UcEqn)
 
volScalarField rAUc (1.0/UcEqn.A())
 
volScalarField rASpUc (1.0/(UcEqn.A() - cloudSUp/rhoc))
 
surfaceScalarField rASpUcf ("Dp", fvc::interpolate(rASpUc))
 
surfaceScalarField phicSUSu (fvc::flux(rASpUc *cloudSUu/rhoc)+rASpUcf *(g &mesh.Sf()))
 
surfaceScalarField phicSUSp (fvc::interpolate(rASpUc *cloudSUp/rhoc))
 
 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->divDevTau(Uc)  = =(1.0/rhoc) *cloudSU)

Referenced by if().

Here is the caller graph for this function:

◆ relax()

UcEqn relax ( )

◆ constrain()

fvConstraints constrain ( UcEqn  )

◆ rAUc()

volScalarField rAUc ( 1.0/UcEqn.  A())

Referenced by while().

Here is the caller graph for this function:

◆ rASpUc()

volScalarField rASpUc ( 1.0/  UcEqn.A() - cloudSUp/rhoc)

◆ rASpUcf()

surfaceScalarField rASpUcf ( "Dp"  ,
fvc::interpolate(rASpUc  
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ phicSUSu()

surfaceScalarField phicSUSu ( fvc::flux(rASpUc *cloudSUu/rhoc)+rASpUcf *(g &mesh.Sf())  )

Referenced by if(), and while().

Here is the caller graph for this function:

◆ phicSUSp()

surfaceScalarField phicSUSp ( fvc::interpolate(rASpUc *cloudSUp/rhoc )

Referenced by if(), and while().

Here is the caller graph for this function:

◆ if()

if ( pimple.  momentumPredictor())

Definition at line 28 of file UcEqn.H.

References fvConstraints::constrain(), fvConstraints, mesh, p, phic, phicSUSp(), phicSUSu(), rASpUcf(), Foam::fvc::reconstruct(), rhoc(), Foam::fvc::snGrad(), solve(), Sp, and UcEqn().

Here is the call graph for this function: