|
| TypeName ("bounded") |
| Runtime type information. More...
|
|
| boundedDdtScheme (const fvMesh &mesh, Istream &is) |
| Construct from mesh and Istream. More...
|
|
| boundedDdtScheme (const boundedDdtScheme &)=delete |
| Disallow default bitwise copy construction. More...
|
|
const fvMesh & | mesh () const |
| Return mesh reference. More...
|
|
virtual tmp< VolField< Type > > | fvcDdt (const dimensioned< Type > &) |
|
virtual tmp< VolField< Type > > | fvcDdt (const VolField< Type > &) |
|
virtual tmp< VolField< Type > > | fvcDdt (const dimensionedScalar &, const VolField< Type > &) |
|
virtual tmp< VolField< Type > > | fvcDdt (const volScalarField &, const VolField< Type > &) |
|
virtual tmp< VolField< Type > > | fvcDdt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &psi) |
|
virtual tmp< fvMatrix< Type > > | fvmDdt (const VolField< Type > &) |
|
virtual tmp< fvMatrix< Type > > | fvmDdt (const dimensionedScalar &, const VolField< Type > &) |
|
virtual tmp< fvMatrix< Type > > | fvmDdt (const volScalarField &, const VolField< Type > &) |
|
virtual tmp< fvMatrix< Type > > | fvmDdt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &psi) |
|
virtual tmp< fluxFieldType > | fvcDdtUfCorr (const VolField< Type > &U, const SurfaceField< Type > &Uf) |
|
virtual tmp< fluxFieldType > | fvcDdtPhiCorr (const VolField< Type > &U, const fluxFieldType &phi) |
|
virtual tmp< fluxFieldType > | fvcDdtUfCorr (const volScalarField &rho, const VolField< Type > &U, const SurfaceField< Type > &rhoUf) |
|
virtual tmp< fluxFieldType > | fvcDdtPhiCorr (const volScalarField &rho, const VolField< Type > &U, const fluxFieldType &phi) |
|
virtual tmp< fluxFieldType > | fvcDdtUfCorr (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &U, const SurfaceField< Type > &Uf) |
|
virtual tmp< fluxFieldType > | fvcDdtPhiCorr (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &U, const fluxFieldType &phi) |
|
virtual tmp< surfaceScalarField > | meshPhi (const VolField< Type > &) |
|
virtual tmp< scalarField > | meshPhi (const VolField< Type > &, const label patchi) |
|
void | operator= (const boundedDdtScheme &)=delete |
| Disallow default bitwise assignment. More...
|
|
tmp< surfaceScalarField > | fvcDdtUfCorr (const VolField< scalar > &U, const SurfaceField< scalar > &Uf) |
|
tmp< surfaceScalarField > | fvcDdtPhiCorr (const volScalarField &U, const surfaceScalarField &phi) |
|
tmp< surfaceScalarField > | fvcDdtUfCorr (const volScalarField &rho, const volScalarField &U, const surfaceScalarField &Uf) |
|
tmp< surfaceScalarField > | fvcDdtPhiCorr (const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi) |
|
tmp< surfaceScalarField > | fvcDdtUfCorr (const volScalarField &alpha, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &Uf) |
|
tmp< surfaceScalarField > | fvcDdtPhiCorr (const volScalarField &alpha, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi) |
|
virtual const word & | type () const =0 |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
|
| ddtScheme (const fvMesh &mesh) |
| Construct from mesh. More...
|
|
| ddtScheme (const fvMesh &mesh, Istream &) |
| Construct from mesh and Istream. More...
|
|
| ddtScheme (const ddtScheme &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~ddtScheme () |
| Destructor. More...
|
|
const fvMesh & | mesh () const |
| Return mesh reference. More...
|
|
virtual tmp< SurfaceField< Type > > | fvcDdt (const SurfaceField< Type > &) |
|
virtual tmp< surfaceScalarField > | fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr) |
|
virtual tmp< surfaceScalarField > | fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr, const volScalarField &rho) |
|
virtual tmp< surfaceScalarField > | fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi) |
|
virtual tmp< surfaceScalarField > | fvcDdtPhiCoeff (const VolField< Type > &U, const fluxFieldType &phi, const volScalarField &rho) |
|
void | operator= (const ddtScheme &)=delete |
| Disallow default bitwise assignment. More...
|
|
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...
|
|
template<class Type>
class Foam::fv::boundedDdtScheme< Type >
Bounded form of the selected ddt scheme.
Boundedness is achieved by subtracting ddt(phi)*vf or Sp(ddt(rho), vf) which is non-conservative if ddt(rho) != 0 but conservative otherwise.
Can be used for the ddt of bounded scalar properties to improve stability if insufficient convergence of the pressure equation causes temporary divergence of the flux field.
- Source files
-
Definition at line 61 of file boundedDdtScheme.H.