Go to the source code of this file.
◆ 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 | ) |
|
◆ relax()
◆ constrain()
◆ rAUc()
volScalarField rAUc |
( |
1.0/UcEqn. |
A() | ) |
|
◆ rASpUc()
volScalarField rASpUc |
( |
1.0/ |
UcEqn.A() - cloudSUp/rhoc | ) |
|
◆ rASpUcf()
surfaceScalarField rASpUcf |
( |
"Dp" |
, |
|
|
fvc::interpolate(rASpUc) |
|
|
) |
| |
◆ phicSUSu()
surfaceScalarField phicSUSu |
( |
fvc::flux(rASpUc *cloudSUu/rhoc)+rASpUcf *(g &mesh.Sf()) |
| ) |
|
◆ phicSUSp()
surfaceScalarField phicSUSp |
( |
fvc::interpolate(rASpUc *cloudSUp/rhoc) |
| ) |
|
◆ 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(), Foam::fvc::snGrad(), solve(), Sp, and UcEqn().