
Go to the source code of this file.
Functions | |
| Info<< "Creating field kinetic energy K\n"<< endl;volScalarField K("K", 0.5 *magSqr(U));if(U.nOldTimes()){ volVectorField *Uold=&U.oldTime();volScalarField *Kold=&K.oldTime(); *Kold==0.5 *magSqr(*Uold);while(Uold->nOldTimes()) { Uold=&Uold-> | oldTime () |
Variables | |
| Kold = &Kold->oldTime() | |
| rhoCp oldTime | ( | ) |
Referenced by limitedSnGrad< Type >::correction(), CrankNicolsonDdtScheme< Type >::fvcDdtPhiCorr(), CrankNicolsonDdtScheme< Type >::fvcDdtUfCorr(), backwardDdtScheme< Type >::meshPhi(), variablesSet::nullifyField(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), Time::setControls(), subCycleField< GeometricField >::subCycleField(), and plenumPressureFvPatchScalarField::updateCoeffs().
