d2dt2Scheme.H File Reference
Include dependency graph for d2dt2Scheme.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fvMatrix< Type >
 A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More...
 
class  d2dt2Scheme< Type >
 Abstract base class for finite volume d2dt2 schemes. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fv
 Namespace for finite-volume.
 

Macros

#define makeFvD2dt2TypeScheme(SS, Type)
 
#define makeFvD2dt2Scheme(SS)
 

Detailed Description

Original source file d2dt2Scheme.H

Definition in file d2dt2Scheme.H.

Macro Definition Documentation

◆ makeFvD2dt2TypeScheme

#define makeFvD2dt2TypeScheme (   SS,
  Type 
)
Value:
defineNamedTemplateTypeNameAndDebug(Foam::fv::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fv \
{ \
d2dt2Scheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}

Definition at line 184 of file d2dt2Scheme.H.

◆ makeFvD2dt2Scheme

#define makeFvD2dt2Scheme (   SS)
Value:
\
makeFvD2dt2TypeScheme(SS, scalar) \
makeFvD2dt2TypeScheme(SS, vector) \
makeFvD2dt2TypeScheme(SS, sphericalTensor) \
makeFvD2dt2TypeScheme(SS, symmTensor) \
makeFvD2dt2TypeScheme(SS, tensor)

Definition at line 196 of file d2dt2Scheme.H.

Foam::sphericalTensor
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
Definition: sphericalTensor.H:54
defineNamedTemplateTypeNameAndDebug
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:136
Foam::symmTensor
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
Definition: symmTensor.H:59
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::vector
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:51
fv
labelList fv(nPoints)
Foam::tensor
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.
Definition: symmTensor.H:61