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

magneticFieldErr.H

Go to the documentation of this file.
00001 Info<< "magnetic flux divergence error = "
00002     << runTime.deltaT().value()
00003       *mag(fvc::div(phiB))().weightedAverage(mesh.V()).value()
00004     << endl;
00005 
00006 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines