Go to the source code of this file.
Variables | |
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 () |
Kold = &Kold->oldTime() | |
rhoCp oldTime | ( | ) |
Definition at line 12 of file createK.H.
Referenced by limitedSnGrad< Type >::correction(), backwardDdtScheme< Type >::meshPhi(), variablesSet::nullifyField(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), Time::setControls(), plenumPressureFvPatchScalarField::updateCoeffs(), and while().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.