adjointContinuityErrs.H File Reference

Calculates and prints the continuity errors. More...

Go to the source code of this file.

Variables

scalar globalContErr
 
 cumulativeAdjointContErr = globalContErr
 

Detailed Description

Calculates and prints the continuity errors.

Original source file adjointContinuityErrs.H

Definition in file adjointContinuityErrs.H.

Variable Documentation

◆ globalContErr

scalar globalContErr
Initial value:
= runTime.deltaTValue()*
fvc::div(phia)().weightedAverage(mesh.V()).value()
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Definition: fvcDiv.C:47
engineTime & runTime
dynamicFvMesh & mesh

Definition at line 33 of file adjointContinuityErrs.H.

◆ cumulativeAdjointContErr

cumulativeAdjointContErr = globalContErr

Definition at line 35 of file adjointContinuityErrs.H.