createK.H File Reference
This graph shows which files directly or indirectly include this file:

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()
 

Variable Documentation

◆ oldTime

◆ Kold

* Kold = &Kold->oldTime()

Definition at line 13 of file createK.H.