compressibleContinuityErrors.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 [i] = globalContErr
 

Variable Documentation

◆ sumLocalContErr

scalar sumLocalContErr
Initial value:
=
(
fvc::domainIntegrate(mag(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 4 of file compressibleContinuityErrors.H.

◆ globalContErr

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

Definition at line 9 of file compressibleContinuityErrors.H.

◆ cumulativeContErr

cumulativeContErr[i] = globalContErr

Definition at line 14 of file compressibleContinuityErrors.H.