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;
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
Definition: facDiv.C:43
engineTime & runTime
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:531
dynamicFvMesh & mesh
surfaceScalarField & phiB
Definition: createPhiB.H:47
messageStream Info
Information stream (stdout output on master, null elsewhere)