faDivScheme.H File Reference
Include dependency graph for faDivScheme.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  divScheme< Type >
 Abstract base class for finite area calculus div schemes. More...
 

Namespaces

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

Macros

#define makeFaDivTypeScheme(SS, Type)
 
#define makeFaDivScheme(SS)
 

Detailed Description

Original source file faDivScheme.H

Definition in file faDivScheme.H.

Macro Definition Documentation

◆ makeFaDivTypeScheme

#define makeFaDivTypeScheme (   SS,
  Type 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::fa::SS<Foam::Type>, 0); \
\
namespace Foam \
{ \
namespace fa \
{ \
divScheme<Type>::addIstreamConstructorToTable<SS<Type>> \
add##SS##Type##IstreamConstructorToTable_; \
} \
}
Namespace for OpenFOAM.

Definition at line 175 of file faDivScheme.H.

◆ makeFaDivScheme

#define makeFaDivScheme (   SS)
Value:
\
makeFaDivTypeScheme(SS, vector) \
makeFaDivTypeScheme(SS, tensor)
Tensor< scalar > tensor
Definition: symmTensor.H:57
Vector< scalar > vector
Definition: vector.H:57

Definition at line 188 of file faDivScheme.H.