
Go to the source code of this file.
Functions | |
| MRF | correctBoundaryVelocity (U) |
| if (hasFvSource_) | |
| tmp< fvVectorMatrix > | tUEqn (fvm::div(phi, U)+MRF.DDt(rho, U)+turbulencePtr_->divDevRhoReff(U) - fvSource - fvOptions(rho, U)) |
| UEqn | relax () |
| fvOptions | constrain (UEqn) |
| fvOptions | correct (U) |
Variables | |
| fvVectorMatrix & | UEqn = tUEqn.ref() |
| SolverPerformance< vector > | solverU = solve(UEqn == -fvc::grad(p)) |
| if | ( | hasFvSource_ | ) |
Definition at line 5 of file UEqnRhoSimple.H.
References fvSource.
| tmp<fvVectorMatrix> tUEqn | ( | fvm::div(phi, U)+MRF.DDt(rho, U)+turbulencePtr_->divDevRhoReff(U) - fvSource - fvOptions(rho, U) | ) |
| UEqn relax | ( | ) |
| fvOptions constrain | ( | UEqn | ) |
| fvOptions correct | ( | U | ) |
| fvVectorMatrix& UEqn = tUEqn.ref() |
Definition at line 16 of file UEqnRhoSimple.H.
Definition at line 24 of file UEqnRhoSimple.H.