homogeneousCondensation.C File Reference
Include dependency graph for homogeneousCondensation.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fv
 Namespace for finite-volume.
 

Macros

#define DebugField(field)
 

Functions

 defineTypeNameAndDebug (homogeneousCondensation, 0)
 
 addToRunTimeSelectionTable (fvModel, homogeneousCondensation, dictionary)
 

Detailed Description

Original source file homogeneousCondensation.C

Definition in file homogeneousCondensation.C.

Macro Definition Documentation

◆ DebugField

#define DebugField (   field)
Value:
<< name() << ": " \
<< #field << ' ' << field.dimensions() << " min/avg/max = " \
<< gMin(field) << '/' << gAverage(field) << '/' << gMax(field) \
<< nl;
#define DebugInfo
Report an information message using Foam::Info.
word name(const bool)
Return a word representation of a bool.
Definition: boolIO.C:39
Type gAverage(const FieldField< Field, Type > &f)
Type gMin(const FieldField< Field, Type > &f)
static const char nl
Definition: Ostream.H:266
Type gMax(const FieldField< Field, Type > &f)