Go to the source code of this file.
|
| class | coupled |
| | Base class for clouds which are coupled to a fluid. More...
|
| |
Original source file coupled.H
Definition in file coupled.H.
◆ DECLARE_CARRIER_FIELDS
| #define DECLARE_CARRIER_FIELDS |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: mutable PtrDictionary<CarrierField<Type>> \
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
Carrier fields.
Definition at line 66 of file coupled.H.
◆ DECLARE_CARRIER_EQNS
| #define DECLARE_CARRIER_EQNS |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: mutable PtrDictionary<CarrierEqn<Type>> \
Carrier equations.
Definition at line 73 of file coupled.H.