FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

compressibleContinuityErrs.H File Reference

Go to the source code of this file.

Variables

scalar  sumLocalContErr
scalar  globalContErr
 cumulativeContErr = globalContErr

Variable Documentation

Initial value:
        runTime.deltaT().value()*
        mag
        (
            fvc::ddt(rho)
          + fvc::div(phi)
        )().weightedAverage(rho*mesh.V()).value()

Definition at line 1 of file compressibleContinuityErrs.H.

scalar globalContErr
Initial value:
          runTime.deltaT().value()*
          (
              fvc::ddt(rho)
            + fvc::div(phi)
          )().weightedAverage(rho*mesh.V()).value()

Definition at line 9 of file compressibleContinuityErrs.H.

cumulativeContErr = globalContErr

Definition at line 16 of file compressibleContinuityErrs.H.