Go to the documentation of this file.
90 virtual const word&
type()
const = 0;
168 #define makeFvDivTypeScheme(SS, Type) \
170 defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
172 divScheme<Type>::addIstreamConstructorToTable<SS<Type> > \
173 add##SS##Type##IstreamConstructorToTable_;
176 #define makeFvDivScheme(SS) \
178 makeFvDivTypeScheme(SS, vector) \
179 makeFvDivTypeScheme(SS, sphericalTensor) \
180 makeFvDivTypeScheme(SS, symmTensor) \
181 makeFvDivTypeScheme(SS, tensor)