![]() |
|
Public Member Functions | |
TypeName ("downwind") | |
Runtime type information. | |
downwind (const fvMesh &mesh, const surfaceScalarField &faceFlux) | |
Construct from faceFlux. | |
downwind (const fvMesh &mesh, Istream &is) | |
Construct from Istream. | |
downwind (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &) | |
Construct from faceFlux and Istream. | |
virtual tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors. |
|
Construct from faceFlux.
Definition at line 85 of file downwind.H. |
|
Construct from Istream. The name of the flux field is read from the Istream and looked-up from the mesh objectRegistry Definition at line 100 of file downwind.H. |
|
Construct from faceFlux and Istream.
Definition at line 117 of file downwind.H. References Foam::neg(). |
Here is the call graph for this function:
|
Runtime type information.
|
|
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme. Definition at line 132 of file downwind.H. |