Go to the source code of this file.
Original source file uniform.C
Definition in file uniform.C.
◆ readValueType
#define readValueType |
( |
|
Type, |
|
|
|
GeoField |
|
) |
| |
Value:if (GeoField<Type>::typeName == fieldType_) \
{ \
ok = true; \
Type##Value_ =
dict.lookup<Type>(
"value"); \
}
Referenced by uniform::read().
◆ getFieldType
#define getFieldType |
( |
|
Type, |
|
|
|
GeoField |
|
) |
| fieldTypes.append(GeoField<Type>::typeName); |
◆ calcType
#define calcType |
( |
|
Type, |
|
|
|
GeoField |
|
) |
| |
Value:if (GeoField<Type>::typeName == fieldType_) \
{ \
store \
( \
( \
name_, \
mesh_, \
dimensioned<Type>(dimensions_, Type##Value_) \
) \
); \
}
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
Referenced by targetCoeffTrim::correctTrim(), and uniform::execute().