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

Go to the source code of this file.

Classes

class  faMatrix< Type >
 A special matrix type and solver, designed for finite area solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More...
 
class  laplacianScheme< Type >
 Abstract base class for finite area calculus laplacian schemes. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fa
 Namespace for finite-area.
 

Macros

#define makeFaLaplacianTypeScheme(SS, Type)
 
#define makeFaLaplacianScheme(SS)
 

Detailed Description

Original source file faLaplacianScheme.H

Definition in file faLaplacianScheme.H.

Macro Definition Documentation

◆ makeFaLaplacianTypeScheme

#define makeFaLaplacianTypeScheme (   SS,
  Type 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fa \
{ \
laplacianScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}

Definition at line 214 of file faLaplacianScheme.H.

◆ makeFaLaplacianScheme

#define makeFaLaplacianScheme (   SS)
Value:
\
makeFaLaplacianTypeScheme(SS, scalar) \
makeFaLaplacianTypeScheme(SS, vector) \
makeFaLaplacianTypeScheme(SS, tensor)

Definition at line 228 of file faLaplacianScheme.H.

Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::vector
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:51
Foam::tensor
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.
Definition: symmTensor.H:61