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", twoPhaseProperties.muf()+fvc::interpolate(rho *turbulence->nut())) |
| volScalarField | mu (twoPhaseProperties.mu()) |
| fvVectorMatrix | UEqn (pZones.ddt(rho, U)+fvm::div(rhoPhi, U)-fvm::laplacian(muEff, U)-(fvc::grad(U)&fvc::grad(muEff))) |
| UEqn | relax () |
| pZones | addResistance (UEqn) |
| if (momentumPredictor) | |
| surfaceScalarField muEff | ( | "muEff" | , |
| twoPhaseProperties. | muf)+fvc::interpolate(rho *turbulence->nut() | ||
| ) |
| volScalarField mu | ( | twoPhaseProperties. | mu() | ) |
| fvVectorMatrix UEqn | ( | pZones. | ddtrho, U)+fvm::div(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 24 of file UEqn.H.
References ghf, interface(), Foam::fvc::interpolate(), mesh, p_rgh, Foam::fvc::reconstruct(), rho, Foam::fvc::snGrad(), Foam::solve(), and UEqn().