magneticFieldErr.H
Go to the documentation of this file.
1 Info<< "magnetic flux divergence error = "
2  << runTime.deltaTValue()
3  *mag(fvc::div(phiB))().weightedAverage(mesh.V()).value()
4  << endl;
Foam::fvc::div
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Definition: fvcDiv.C:47
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
Foam::mag
dimensioned< scalar > mag(const dimensioned< Type > &)
Foam::Info
messageStream Info
phiB
surfaceScalarField & phiB
Definition: createPhiB.H:47
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18