Go to the source code of this file.
|
| TypeName ("fvscStencil") |
|
| declareRunTimeSelectionTable (autoPtr, fvscStencil, components,(const IOobject &io),(io)) |
|
| fvscStencil (const IOobject &io) |
| Construct from components. More...
|
|
static autoPtr< fvscStencil > | New (const word &name, const fvMesh &mesh) |
| Return a reference to the selected fvscStencil model. More...
|
|
static fvscStencil & | lookupOrNew (const word &nname, const fvMesh &mesh) |
| static tmp<fvscStencil> lookupOrNew More...
|
|
virtual | ~fvscStencil () |
|
virtual tmp< surfaceVectorField > | Grad (const volScalarField &vF) |
|
virtual tmp< surfaceTensorField > | Grad (const volVectorField &iVF) |
|
virtual tmp< surfaceScalarField > | Div (const volVectorField &iVF) |
|
virtual tmp< surfaceVectorField > | Div (const volTensorField &iTF) |
|
virtual bool | writeData (Ostream &) const |
|
Original source file fvscStencil.H
Definition in file fvscStencil.H.
TypeName |
( |
"fvscStencil" |
| ) |
|
declareRunTimeSelectionTable |
( |
autoPtr |
, |
|
|
fvscStencil |
, |
|
|
components |
, |
|
|
(const IOobject &io) |
, |
|
|
(io) |
|
|
) |
| |
fvscStencil |
( |
const IOobject & |
io | ) |
|
Construct from components.
static autoPtr<fvscStencil> New |
( |
const word & |
name, |
|
|
const fvMesh & |
mesh |
|
) |
| |
|
static |
Return a reference to the selected fvscStencil model.
static fvscStencil& lookupOrNew |
( |
const word & |
nname, |
|
|
const fvMesh & |
mesh |
|
) |
| |
|
static |
static tmp<fvscStencil> lookupOrNew
virtual tmp<surfaceVectorField> Grad |
( |
const volScalarField & |
vF | ) |
|
|
virtual |
virtual tmp<surfaceTensorField> Grad |
( |
const volVectorField & |
iVF | ) |
|
|
virtual |
virtual tmp<surfaceScalarField> Div |
( |
const volVectorField & |
iVF | ) |
|
|
virtual |
virtual tmp<surfaceVectorField> Div |
( |
const volTensorField & |
iTF | ) |
|
|
virtual |
virtual bool writeData |
( |
Ostream & |
| ) |
const |
|
virtual |