Bounded form of the selected convection scheme. More...
Public Member Functions | |
TypeName ("bounded") | |
Runtime type information. More... | |
boundedConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is) | |
Construct from flux and Istream. More... | |
boundedConvectionScheme (const boundedConvectionScheme &)=delete | |
Disallow default bitwise copy construction. More... | |
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 |
void | operator= (const boundedConvectionScheme &)=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... | |
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... | |
Bounded form of the selected convection scheme.
Boundedness is achieved by subtracting div(phi)*vf or Sp(div(phi), vf) which is non-conservative if div(phi) != 0 but conservative otherwise.
Can be used for convection of bounded scalar properties in steady-state solvers to improve stability if insufficient convergence of the pressure equation causes temporary divergence of the flux field.
Definition at line 61 of file boundedConvectionScheme.H.
|
inline |
Construct from flux and Istream.
Definition at line 80 of file boundedConvectionScheme.H.
References boundedConvectionScheme< Type >::flux(), boundedConvectionScheme< Type >::fvcDiv(), boundedConvectionScheme< Type >::fvmDiv(), boundedConvectionScheme< Type >::interpolate(), and boundedConvectionScheme< Type >::operator=().
|
delete |
Disallow default bitwise copy construction.
TypeName | ( | "bounded" | ) |
Runtime type information.
|
virtual |
Implements convectionScheme< Type >.
Definition at line 46 of file boundedConvectionScheme.C.
References boundedConvectionScheme< Type >::flux().
Referenced by boundedConvectionScheme< Type >::boundedConvectionScheme().
|
virtual |
Implements convectionScheme< Type >.
Definition at line 58 of file boundedConvectionScheme.C.
References boundedConvectionScheme< Type >::fvmDiv().
Referenced by boundedConvectionScheme< Type >::boundedConvectionScheme(), and boundedConvectionScheme< Type >::interpolate().
|
virtual |
Implements convectionScheme< Type >.
Definition at line 70 of file boundedConvectionScheme.C.
References boundedConvectionScheme< Type >::fvcDiv(), Foam::fvm::Sp(), and Foam::fvc::surfaceIntegrate().
Referenced by boundedConvectionScheme< Type >::boundedConvectionScheme(), and boundedConvectionScheme< Type >::flux().
|
virtual |
Implements convectionScheme< Type >.
Definition at line 84 of file boundedConvectionScheme.C.
References Foam::fvc::surfaceIntegrate().
Referenced by boundedConvectionScheme< Type >::boundedConvectionScheme(), and boundedConvectionScheme< Type >::fvmDiv().
|
delete |
Disallow default bitwise assignment.
Referenced by boundedConvectionScheme< Type >::boundedConvectionScheme().