coupled.H File Reference
Include dependency graph for coupled.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  coupled
 Base class for clouds which are coupled to a carrier. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::clouds
 

Macros

#define DECLARE_CARRIER_EQNS(Type, nullArg)
 Carrier equations. More...
 

Detailed Description

Original source file coupled.H

Definition in file coupled.H.

Macro Definition Documentation

◆ DECLARE_CARRIER_EQNS

#define DECLARE_CARRIER_EQNS (   Type,
  nullArg 
)
Value:
mutable HashPtrTable<CarrierEqn<Type>> \
CAT3(carrier, CAPITALIZE(Type), Eqns_);
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
Definition: macros.H:54

Carrier equations.

Definition at line 73 of file coupled.H.