OpenFOAM
4.1
The OpenFOAM Foundation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
applications
solvers
electromagnetics
mhdFoam
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:253
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
phiB
surfaceScalarField & phiB
Definition:
createPhiB.H:47
Foam::Info
messageStream Info
Foam::mag
dimensioned< scalar > mag(const dimensioned< Type > &)
Generated by
1.8.11