FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

globalProperties.H

Go to the documentation of this file.
00001         Info<< "k("
00002              << runTime.timeName()
00003              << ") = "
00004              << 3.0/2.0*average(magSqr(U)).value() << endl;
00005 
00006         Info<< "epsilon("
00007              << runTime.timeName()
00008              << ") = "
00009              << (
00010                      0.5*nu*average
00011                      (
00012                          magSqr(fvc::grad(U) + fvc::grad(U)().T())
00013                      )
00014                 ).value() << endl;
00015 
00016         Info<< "U.f("
00017              << runTime.timeName()
00018              << ") = "
00019              << 181.0*average(U & force).value() << endl;
00020 
00021 
00022 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines