All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
movingMeshContinuityErrs.H File Reference

Calculates and prints the continuity errors for moving mesh calculation. More...

Go to the source code of this file.

Variables

scalar sumLocalContErr
 
scalar globalContErr
 
 cumulativeContErr = globalContErr
 

Detailed Description

Calculates and prints the continuity errors for moving mesh calculation.

Original source file movingMeshContinuityErrs.H

Definition in file movingMeshContinuityErrs.H.

Variable Documentation

◆ sumLocalContErr

scalar sumLocalContErr
Initial value:
= runTime.deltaTValue()*
mag(contErr)().weightedAverage(mesh.V()).value()
engineTime & runTime
volScalarField::Internal contErr((fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))())
dynamicFvMesh & mesh
dimensioned< scalar > mag(const dimensioned< Type > &)

Definition at line 32 of file movingMeshContinuityErrs.H.

◆ globalContErr

scalar globalContErr
Initial value:
= runTime.deltaTValue()*
contErr.weightedAverage(mesh.V()).value()
engineTime & runTime
volScalarField::Internal contErr((fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))())
dynamicFvMesh & mesh

Definition at line 35 of file movingMeshContinuityErrs.H.

◆ cumulativeContErr

cumulativeContErr = globalContErr

Definition at line 38 of file movingMeshContinuityErrs.H.