chombo-discharge
Enumerations
CD_Average.H File Reference

Declaration of averaging methods. More...

#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
Include dependency graph for CD_Average.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  Average { Arithmetic , Harmonic , Conservative , Geometric }
 Various averaging methods. More...
 

Detailed Description

Declaration of averaging methods.

Author
Robert Marskar

Enumeration Type Documentation

◆ Average

enum Average
strong

Various averaging methods.

'Arithmetic'/'Harmonic' mean what you think, while 'Conservative' also incorporate volume, face, and EB face fractions such that the total quantity is conserved.