Basic second-order convection using face-gradients and Gauss' theorem. More...
#include <fusedGaussConvectionScheme.H>


Public Member Functions | |
| TypeName ("fusedGauss") | |
| Runtime type information. | |
| fusedGaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const tmp< surfaceInterpolationScheme< Type > > &scheme) | |
| Construct from flux and interpolation scheme. | |
| fusedGaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
| Construct from flux and Istream. | |
| const surfaceInterpolationScheme< Type > & | interpScheme () const |
| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
| tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
| tmp< fvMatrix< Type > > | fvmDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const |
| Public Member Functions inherited from convectionScheme< Type > | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| 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. | |
| convectionScheme (const fvMesh &mesh, const surfaceScalarField &) | |
| Construct from mesh, flux and Istream. | |
| virtual | ~convectionScheme () |
| Destructor. | |
| const fvMesh & | mesh () const |
| Return mesh reference. | |
| void | operator= (const convectionScheme< Type > &) |
| Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. | |
| int | use_count () const noexcept |
| Return the current reference count. | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. | |
| void | operator++ () noexcept |
| Increment the reference count. | |
| void | operator++ (int) noexcept |
| Increment the reference count. | |
| void | operator-- () noexcept |
| Decrement the reference count. | |
| void | operator-- (int) noexcept |
| Decrement the reference count. | |
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. | |
| 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. | |
Basic second-order convection using face-gradients and Gauss' theorem.
Definition at line 55 of file fusedGaussConvectionScheme.H.
|
inline |
Construct from flux and interpolation scheme.
Definition at line 90 of file fusedGaussConvectionScheme.H.
References convectionScheme< Type >::convectionScheme(), and convectionScheme< Type >::mesh().

|
inline |
Construct from flux and Istream.
Definition at line 104 of file fusedGaussConvectionScheme.H.
References convectionScheme< Type >::convectionScheme(), convectionScheme< Type >::mesh(), and convectionScheme< Type >::New().

| TypeName | ( | "fusedGauss" | ) |
Runtime type information.
| const surfaceInterpolationScheme< Type > & interpScheme | ( | ) | const |
Definition at line 41 of file fusedGaussConvectionScheme.C.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 49 of file fusedGaussConvectionScheme.C.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 61 of file fusedGaussConvectionScheme.C.
References Foam::interpolate().

|
virtual |
Implements convectionScheme< Type >.
Definition at line 73 of file fusedGaussConvectionScheme.C.
References Foam::add(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::correction(), DebugPout, DimensionedField< Type, GeoMesh >::dimensions(), Foam::endl(), forAll, Foam::multiply(), Foam::multiplySubtract(), IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::primitiveField(), tmp< T >::ref(), Foam::fvc::surfaceIntegrate(), fvPatchField< Type >::valueBoundaryCoeffs(), and fvPatchField< Type >::valueInternalCoeffs().

|
virtual |
Implements convectionScheme< Type >.
Definition at line 136 of file fusedGaussConvectionScheme.C.
References Foam::correction(), DebugPout, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVol, Foam::endl(), fvPatchFieldBase::extrapolatedCalculatedType(), IOobject::instance(), lambda(), DimensionedField< Type, GeoMesh >::mesh(), convectionScheme< Type >::mesh(), IOobject::name(), IOobjectOption::NO_READ, IOobjectOption::NO_WRITE, tmp< T >::ref(), Foam::fvc::surfaceSum(), and Foam::Zero.
