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