Go to the source code of this file.
Functions | |
MRF | correctBoundaryVelocity (U) |
tmp< fvVectorMatrix > | tUEqn (fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevTau(U)==fvModels.source(rho, U)) |
UEqn | relax () |
fvConstraints | constrain (UEqn) |
if (pimple.momentumPredictor()) | |
Variables | |
fvVectorMatrix & | UEqn = tUEqn.ref() |
tmp<fvVectorMatrix> tUEqn | ( | fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevTau(U) | = =fvModels.source(rho, U) | ) |
Referenced by if(), and kinematicSingleLayer::solveMomentum().
p_rgh relax | ( | ) |
Referenced by listPlusEqOp< T >::operator()(), GeometricField< vector, pointPatchField, pointMesh >::relax(), ReactingCloud< Foam::DSMCCloud >::relaxSources(), ThermoCloud< Foam::DSMCCloud >::relaxSources(), and MomentumCloud< Foam::DSMCCloud >::relaxSources().
fvConstraints constrain | ( | UEqn | ) |
if | ( | pimple. | momentumPredictor() | ) |
Definition at line 19 of file UEqn.H.
References fvConstraints::constrain(), fvConstraints, ghf, Foam::magSqr(), mesh, p_rgh, Foam::fvc::reconstruct(), rho, Foam::fvc::snGrad(), solve(), and U.
fvVectorMatrix& UEqn = tUEqn.ref() |
Definition at line 13 of file UEqn.H.
Referenced by MRFZone::clone(), thermoSingleLayer::evolveRegion(), kinematicSingleLayer::evolveRegion(), if(), porosityModel::iNew::operator()(), and kinematicSingleLayer::solveMomentum().