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)
Definition: Ostream.H:381
Foam::fac::div
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
Definition: facDiv.C:43
Foam::Info
messageStream Info
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)