Go to the source code of this file.
Classes | |
class | fvPatchField |
Abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used. More... | |
class | calculatedFvPatchField< Type > |
This boundary condition is not designed to be evaluated; it is assmued that the value is assigned via field assignment, and not via a call to e.g. updateCoeffs or evaluate . More... | |
class | fvMatrix |
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 | fvPatchField |
Abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used. More... | |
Namespaces | |
Foam | |
Macros | |
#define | makeFvPatchField(fvPatchTypeField) |
#define | addToPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField) |
#define | addRemovableToPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField) |
#define | makePatchTypeField(PatchTypeField, typePatchTypeField) |
#define | makeRemovablePatchTypeField(PatchTypeField, typePatchTypeField) |
#define | makeTemplatePatchTypeField(fieldType, type) |
#define | makePatchFields(type) FOR_ALL_FIELD_TYPES(makeTemplatePatchTypeField, type) |
#define | makePatchFieldTypeName(fieldType, type) |
#define | makePatchFieldTypeNames(type) FOR_ALL_FIELD_TYPES(makePatchFieldTypeName, type) |
#define | makePatchTypeFieldTypedef(fieldType, type) |
#define | makePatchTypeFieldTypedefs(type) FOR_ALL_FIELD_TYPES(makePatchTypeFieldTypedef, type) |
Functions | |
template<class Type > | |
Ostream & | operator<< (Ostream &, const fvPatchField< Type > &) |
Original source file fvPatchField.H
Definition in file fvPatchField.H.
#define makeFvPatchField | ( | fvPatchTypeField | ) |
Definition at line 608 of file fvPatchField.H.
#define addToPatchFieldRunTimeSelection | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 621 of file fvPatchField.H.
#define addRemovableToPatchFieldRunTimeSelection | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 643 of file fvPatchField.H.
#define makePatchTypeField | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 667 of file fvPatchField.H.
#define makeRemovablePatchTypeField | ( | PatchTypeField, | |
typePatchTypeField | |||
) |
Definition at line 672 of file fvPatchField.H.
#define makeTemplatePatchTypeField | ( | fieldType, | |
type | |||
) |
Definition at line 677 of file fvPatchField.H.
#define makePatchFields | ( | type | ) | FOR_ALL_FIELD_TYPES(makeTemplatePatchTypeField, type) |
Definition at line 689 of file fvPatchField.H.
#define makePatchFieldTypeName | ( | fieldType, | |
type | |||
) |
Definition at line 692 of file fvPatchField.H.
#define makePatchFieldTypeNames | ( | type | ) | FOR_ALL_FIELD_TYPES(makePatchFieldTypeName, type) |
Definition at line 699 of file fvPatchField.H.
#define makePatchTypeFieldTypedef | ( | fieldType, | |
type | |||
) |
Definition at line 702 of file fvPatchField.H.
#define makePatchTypeFieldTypedefs | ( | type | ) | FOR_ALL_FIELD_TYPES(makePatchTypeFieldTypedef, type) |
Definition at line 706 of file fvPatchField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.