Go to the documentation of this file.
89 virtual const word&
type()
const = 0;
244 #define makeFvDdtTypeScheme(SS, Type) \
246 defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \
248 ddtScheme<Type>::addIstreamConstructorToTable<SS<Type> > \
249 add##SS##Type##IstreamConstructorToTable_;
252 #define makeFvDdtScheme(SS) \
254 makeFvDdtTypeScheme(SS, scalar) \
255 makeFvDdtTypeScheme(SS, vector) \
256 makeFvDdtTypeScheme(SS, sphericalTensor) \
257 makeFvDdtTypeScheme(SS, symmTensor) \
258 makeFvDdtTypeScheme(SS, tensor) \
261 tmp<surfaceScalarField> SS<scalar>::fvcDdtPhiCorr \
263 const volScalarField& rA, \
264 const volScalarField& U, \
265 const surfaceScalarField& phi \
268 notImplemented(#SS"<scalar>::fvcDdtPhiCorr"); \
269 return surfaceScalarField::null(); \
273 tmp<surfaceScalarField> SS<scalar>::fvcDdtPhiCorr \
275 const volScalarField& rA, \
276 const volScalarField& rho, \
277 const volScalarField& U, \
278 const surfaceScalarField& phi \
281 notImplemented(#SS"<scalar>::fvcDdtPhiCorr"); \
282 return surfaceScalarField::null(); \