Functions
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

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:

UcEqn relax ( )
volScalarField rAUc ( 1.0/UcEqn.  A())

Referenced by while().

Here is the caller graph for this function:

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

Referenced by if(), and while().

Here is the caller graph for this function:

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 ( pimple.  momentumPredictor())

Definition at line 20 of file UcEqn.H.

References mesh, p, phicForces(), rAUcf(), Foam::fvc::reconstruct(), Foam::fvc::snGrad(), solve(), and UcEqn().

Here is the call graph for this function: