UEqns.H File Reference
Include dependency graph for UEqns.H:

Go to the source code of this file.

Functions

PtrList< fvVectorMatrix > UEqns (fluid.phases().size())
 
autoPtr< multiphaseSystem::dragCoeffFields > dragCoeffs (fluid.dragCoeffs())
 
 for (phaseModel &phase :fluid.phases())
 

Variables

label phasei = 0
 

Function Documentation

◆ UEqns()

PtrList<fvVectorMatrix> UEqns ( fluid.  phases).size()

Referenced by for(), forAll(), and while().

Here is the caller graph for this function:

◆ dragCoeffs()

autoPtr<multiphaseSystem::dragCoeffFields> dragCoeffs ( fluid.  dragCoeffs())

Referenced by multiphaseSystem::dragCoeff(), and forceCoeffs::execute().

Here is the caller graph for this function:

◆ for()

for ( phaseModel &phase :fluid.  phases())

fvm::Sp(fluid.dragCoeff(phase, dragCoeffs())/phase.rho(), U) (alpha*phase.rho())*fluid.lift(phase)

+

Definition at line 7 of file UEqns.H.

References Foam::constant::atomic::alpha, Foam::cbrt(), Foam::fac::ddt(), Foam::dev(), Foam::dimVelocity, Foam::fac::div(), fluid, Foam::fac::grad(), Foam::fac::laplacian(), Foam::mag(), Foam::max(), mesh, MRF, phasei, Sp, T, turbulence, U, UEqns(), and Foam::Zero.

Here is the call graph for this function:

Variable Documentation

◆ phasei

label phasei = 0

Definition at line 6 of file UEqns.H.

Referenced by for().