compressibleContinuityErrs.H File Reference

Calculates and prints the continuity errors. More...

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
 

Detailed Description

Calculates and prints the continuity errors.

Original source file compressibleContinuityErrs.H

Definition in file compressibleContinuityErrs.H.

Variable Documentation

◆ sumLocalContErr

scalar sumLocalContErr
Initial value:
=
(
fvc::domainIntegrate(mag(cellMask*(rho - thermo.rho())))/totalMass
).value()
dimensionedScalar totalMass
Definition: continuityErrs.H:4
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...

Definition at line 35 of file compressibleContinuityErrs.H.

◆ globalContErr

scalar globalContErr
Initial value:
=
(
fvc::domainIntegrate(cellMask*(rho - thermo.rho()))/totalMass
).value()

Definition at line 40 of file compressibleContinuityErrs.H.

◆ cumulativeContErr

cumulativeContErr = globalContErr

Definition at line 45 of file compressibleContinuityErrs.H.