magneticFieldErr.H
Go to the documentation of this file.
1Info<< "magnetic flux divergence error = "
2 << runTime.deltaTValue()
3 *mag(fvc::div(phiB))().weightedAverage(mesh.V()).value()
4 << endl;
dynamicFvMesh & mesh
engineTime & runTime
surfaceScalarField & phiB
Definition: createPhiB.H:47
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)