FreeFOAM The Cross-Platform CFD Toolkit
magneticFieldErr.H
Go to the documentation of this file.
1 Info<< "magnetic flux divergence error = "
2  << runTime.deltaT().value()
3  *mag(fvc::div(phiB))().weightedAverage(mesh.V()).value()
4  << endl;
5 
6 // ************************ vim: set sw=4 sts=4 et: ************************ //