compressibleContinuityErrors.H
Go to the documentation of this file.
1 {
3 
4  scalar sumLocalContErr =
5  (
7  ).value();
8 
9  scalar globalContErr =
10  (
12  ).value();
13 
15 
16  Info<< "time step continuity errors (" << mesh.name() << ")"
17  << ": sum local = " << sumLocalContErr
18  << ", global = " << globalContErr
19  << ", cumulative = " << cumulativeContErr[i]
20  << endl;
21 }
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:487
dimensioned< Type > domainIntegrate(const GeometricField< Type, fvPatchField, volMesh > &vf)
psiReactionThermo & thermo
Definition: createFields.H:28
dynamicFvMesh & mesh
dimensionedScalar totalMass
Definition: continuityErrs.H:4
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
scalar globalContErr
messageStream Info
Information stream (stdout output on master, null elsewhere)
scalar sumLocalContErr