Go to the source code of this file.
Functions |
| surfaceScalarField | muEff ("muEff", twoPhaseProperties->muf()+fvc::interpolate(rho *turbulence->nut())) |
| fvVectorMatrix | UEqn (fvm::ddt(rho, U)+fvm::div(rhoPhi, U)-fvm::Sp(fvc::ddt(rho)+fvc::div(rhoPhi), U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff))) |
| | if (finalIter) |
Function Documentation
| surfaceScalarField muEff |
( |
"muEff" |
, |
|
|
twoPhaseProperties-> |
muf)+fvc::interpolate(rho *turbulence->nut() |
|
) |
| |
| fvVectorMatrix UEqn |
( |
fvm:: |
ddtrho, U)+fvm::div(rhoPhi, U)-fvm::Sp(fvc::ddt(rho)+fvc::div(rhoPhi), U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff) | ) |
|
- Parameters:
-
| ddt | fvc::div(muEff*(fvc::interpolate(dev2(fvc::grad(U))) & mesh.Sf())) |