Basic second-order convection using face-gradients and Gauss' theorem. More...
Public Member Functions | |
TypeName ("Gauss") | |
Runtime type information. More... | |
gaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const tmp< surfaceInterpolationScheme< Type >> &scheme) | |
Construct from flux and interpolation scheme. More... | |
gaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from flux and Istream. More... | |
gaussConvectionScheme (const gaussConvectionScheme &)=delete | |
Disallow default bitwise copy construction. More... | |
const surfaceInterpolationScheme< Type > & | interpScheme () const |
tmp< SurfaceField< Type > > | interpolate (const surfaceScalarField &, const VolField< Type > &) const |
tmp< SurfaceField< Type > > | flux (const surfaceScalarField &, const VolField< Type > &) const |
tmp< fvMatrix< Type > > | fvmDiv (const surfaceScalarField &, const VolField< Type > &) const |
tmp< VolField< Type > > | fvcDiv (const surfaceScalarField &, const VolField< Type > &) const |
void | operator= (const gaussConvectionScheme &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from convectionScheme< Type > | |
virtual const word & | type () const =0 |
Runtime type information. More... | |
declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
declareRunTimeSelectionTable (tmp, convectionScheme, Multivariate,(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, fields, faceFlux, schemeData)) | |
convectionScheme (const convectionScheme &) | |
Copy construct. More... | |
convectionScheme (const fvMesh &mesh, const surfaceScalarField &) | |
Construct from mesh, flux and Istream. More... | |
virtual | ~convectionScheme () |
Destructor. More... | |
const fvMesh & | mesh () const |
Return mesh reference. More... | |
void | operator= (const convectionScheme< Type > &) |
Public Member Functions inherited from refCount | |
int | count () const |
Return the current reference count. More... | |
bool | unique () const |
Return true if the reference count is zero. More... | |
void | operator++ () |
Increment the reference count. More... | |
void | operator++ (int) |
Increment the reference count. More... | |
void | operator-- () |
Decrement the reference count. More... | |
void | operator-- (int) |
Decrement the reference count. More... | |
void | operator= (const refCount &)=delete |
Disallow bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from convectionScheme< Type > | |
static tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new convectionScheme created on freestore. More... | |
static tmp< convectionScheme< Type > > | New (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new multivariate convectionScheme. More... | |
Protected Member Functions inherited from refCount | |
refCount () | |
Construct null initialising count to 0. More... | |
refCount (const refCount &)=delete | |
Disallow copy. More... | |
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 54 of file gaussConvectionScheme.H.
|
inline |
Construct from flux and interpolation scheme.
Definition at line 72 of file gaussConvectionScheme.H.
|
inline |
Construct from flux and Istream.
Definition at line 84 of file gaussConvectionScheme.H.
|
delete |
Disallow default bitwise copy construction.
TypeName | ( | "Gauss" | ) |
Runtime type information.
const surfaceInterpolationScheme< Type > & interpScheme |
Definition at line 44 of file gaussConvectionScheme.C.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 52 of file gaussConvectionScheme.C.
Referenced by multivariateGaussConvectionScheme< Type >::interpolate().
|
virtual |
Implements convectionScheme< Type >.
Definition at line 64 of file gaussConvectionScheme.C.
References Foam::fvc::interpolate().
Referenced by multivariateGaussConvectionScheme< Type >::flux().
|
virtual |
Implements convectionScheme< Type >.
Definition at line 76 of file gaussConvectionScheme.C.
References fvMatrix< Type >::boundaryCoeffs(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::correction(), DimensionedField< Type, GeoMesh >::dimensions(), fvMatrix< Type >::faceFluxCorrectionPtr(), forAll, fvMatrix< Type >::internalCoeffs(), lduMatrix::lower(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), lduMatrix::negSumDiag(), patchi, GeometricField< Type, PatchField, GeoMesh >::primitiveField(), tmp< T >::ptr(), tmp< T >::ref(), Foam::fvc::surfaceIntegrate(), lduMatrix::upper(), fvPatchField< Type >::valueBoundaryCoeffs(), and fvPatchField< Type >::valueInternalCoeffs().
Referenced by multivariateGaussConvectionScheme< Type >::fvmDiv().
|
virtual |
Implements convectionScheme< Type >.
Definition at line 130 of file gaussConvectionScheme.C.
References Foam::fvc::flux(), IOobject::name(), tmp< T >::ref(), and Foam::fvc::surfaceIntegrate().
Referenced by multivariateGaussConvectionScheme< Type >::fvcDiv().
|
delete |
Disallow default bitwise assignment.