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

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

Function Documentation

◆ oldTime()

Variable Documentation

◆ Kold

* Kold = &Kold->oldTime()

Definition at line 13 of file createK.H.