Definition in file UEqn.H.
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| surfaceScalarField | muEff ("muEff", mixture.muf()+fvc::interpolate(rho *turbulence->nut())) |
| fvVectorMatrix | UEqn (fvm::ddt(rho, U)+fvm::div(mixture.rhoPhi(), U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff))) |
| mrfZones | addCoriolis (rho, UEqn) |
| UEqn | relax () |
| if (momentumPredictor) | |
| surfaceScalarField muEff | ( | "muEff" | , |
| mixture. | muf)+fvc::interpolate(rho *turbulence->nut() | ||
| ) |
| fvVectorMatrix UEqn | ( | fvm:: | ddtrho, U)+fvm::div(mixture.rhoPhi(), U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff) | ) |
| ddt | fvc::div(muEff*(fvc::interpolate(dev(fvc::grad(U))) & mesh.Sf())) |
| UEqn relax | ( | ) |
| if | ( | momentumPredictor | ) |
Definition at line 20 of file UEqn.H.
References ghf, mesh, p_rgh, Foam::fvc::reconstruct(), rho, Foam::fvc::snGrad(), Foam::solve(), and UEqn().