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 fluid. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::clouds
 

Macros

#define DECLARE_CARRIER_FIELDS(Type, nullArg)
 Carrier fields. More...
 
#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_FIELDS

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

Carrier fields.

Definition at line 66 of file coupled.H.

◆ DECLARE_CARRIER_EQNS

#define DECLARE_CARRIER_EQNS (   Type,
  nullArg 
)
Value:
mutable PtrDictionary<CarrierEqn<Type>> \
CAT3(carrier, CAPITALIZE(Type), Eqns_);

Carrier equations.

Definition at line 73 of file coupled.H.