Calculates and prints the continuity errors. More...
Calculates and prints the continuity errors.
Definition in file compressibleContinuityErrs.H.
Go to the source code of this file.
Variables | |
dimensionedScalar | totalMass = fvc::domainIntegrate(rho) |
scalar | sumLocalContErr |
scalar | globalContErr |
cumulativeContErr = globalContErr |
dimensionedScalar totalMass = fvc::domainIntegrate(rho) |
Definition at line 31 of file compressibleContinuityErrs.H.
scalar sumLocalContErr |
(fvc::domainIntegrate(mag(rho - thermo.rho()))/totalMass).value()
Definition at line 33 of file compressibleContinuityErrs.H.
Referenced by if().
scalar globalContErr |
(fvc::domainIntegrate(rho - thermo.rho())/totalMass).value()
Definition at line 36 of file compressibleContinuityErrs.H.
Referenced by if().
cumulativeContErr = globalContErr |
Definition at line 39 of file compressibleContinuityErrs.H.
Referenced by if().