![]() |
|
Public Types | |
typedef NVDweight | Weight |
Define a typedef for the NVDweight. | |
Public Member Functions | |
TypeName ("faNVDscheme") | |
Runtime type information. | |
faNVDscheme (const faMesh &mesh, const edgeScalarField &edgeFlux, const NVDweight &weight) | |
Construct from mesh and edgeFlux and blendingFactor. | |
faNVDscheme (const faMesh &mesh, Istream &is) | |
Construct from mesh and Istream. | |
faNVDscheme (const faMesh &mesh, const edgeScalarField &edgeFlux, Istream &is) | |
Construct from mesh, edgeFlux and Istream. | |
virtual tmp< edgeScalarField > | weights (const GeometricField< Type, faPatchField, areaMesh > &) const |
Return the interpolation weighting factors. | |
Protected Attributes | |
const edgeScalarField & | edgeFlux_ |
|
Define a typedef for the NVDweight.
Definition at line 97 of file faNVDscheme.H. |
|
Construct from mesh and edgeFlux and blendingFactor.
Definition at line 108 of file faNVDscheme.H. |
|
Construct from mesh and Istream. The name of the flux field is read from the Istream and looked-up from the database Definition at line 125 of file faNVDscheme.H. References Foam::edgeScalarField. |
|
Construct from mesh, edgeFlux and Istream.
Definition at line 143 of file faNVDscheme.H. |
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Implements edgeInterpolationScheme. |
|
Definition at line 80 of file faNVDscheme.H. |