FreeFOAM The Cross-Platform CFD Toolkit
compressibleContinuityErrs.H File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

scalar sumLocalContErr
scalar globalContErr
 cumulativeContErr = globalContErr

Variable Documentation

scalar sumLocalContErr
Initial value:
runTime.deltaT().value()*
(
)().weightedAverage(rho*mesh.V()).value()

Definition at line 1 of file compressibleContinuityErrs.H.

Referenced by if().

scalar globalContErr
Initial value:
runTime.deltaT().value()*
(
)().weightedAverage(rho*mesh.V()).value()

Definition at line 9 of file compressibleContinuityErrs.H.

Referenced by if().

cumulativeContErr = globalContErr

Definition at line 16 of file compressibleContinuityErrs.H.