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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::functionObjects
 Namespace for functionObjects.
 

Macros

#define PhiDimensionErrorInFunction(phi)
 

Functions

 defineTypeNameAndDebug (phaseScalarTransport, 0)
 
 addToRunTimeSelectionTable (functionObject, phaseScalarTransport, dictionary)
 

Detailed Description

Original source file phaseScalarTransport.C

Definition in file phaseScalarTransport.C.

Macro Definition Documentation

◆ PhiDimensionErrorInFunction

#define PhiDimensionErrorInFunction (   phi)
Value:
<< "Incompatible dimensions for " << phi.name() << ": " \
<< phi.dimensions() << nl \
<< "Dimensions should be " << dimMass/dimTime << " or " \
errorManipArg< error, int > exit(error &err, const int errNo=1)
Definition: errorManip.H:124
error FatalError
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Definition: error.H:319
phi
Definition: pEqn.H:104
const dimensionSet dimVolume(pow3(dimLength))
Definition: dimensionSets.H:58
static const char nl
Definition: Ostream.H:260
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Definition: dimensionSets.H:51
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
Definition: dimensionSets.H:49

Definition at line 40 of file phaseScalarTransport.C.

Referenced by phaseScalarTransport::execute().