|
| TypeName ("bounded") |
|
| boundedDdtScheme (const fvMesh &mesh, Istream &is) |
|
const fvMesh & | mesh () const |
|
tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const dimensioned< Type > &) |
|
tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const GeometricField< Type, fvPatchField, volMesh > &) |
|
tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &) |
|
tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) |
|
tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDdt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &psi) |
|
tmp< fvMatrix< Type > > | fvmDdt (const GeometricField< Type, fvPatchField, volMesh > &) |
|
tmp< fvMatrix< Type > > | fvmDdt (const dimensionedScalar &, const GeometricField< Type, fvPatchField, volMesh > &) |
|
tmp< fvMatrix< Type > > | fvmDdt (const volScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) |
|
tmp< fvMatrix< Type > > | fvmDdt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &psi) |
|
tmp< fluxFieldType > | fvcDdtUfCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf) |
|
tmp< fluxFieldType > | fvcDdtPhiCorr (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi) |
|
tmp< fluxFieldType > | fvcDdtUfCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf) |
|
tmp< fluxFieldType > | fvcDdtPhiCorr (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi) |
|
tmp< surfaceScalarField > | meshPhi (const GeometricField< Type, fvPatchField, volMesh > &) |
|
tmp< surfaceScalarField > | fvcDdtUfCorr (const GeometricField< scalar, fvPatchField, volMesh > &U, const GeometricField< scalar, fvsPatchField, surfaceMesh > &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) |
|
virtual const word & | type () const =0 |
|
| declareRunTimeSelectionTable (tmp, ddtScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
|
| ddtScheme (const fvMesh &mesh) |
|
| ddtScheme (const fvMesh &mesh, Istream &is) |
|
virtual | ~ddtScheme ()=default |
|
const fvMesh & | mesh () const |
|
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | fvcDdt (const GeometricField< Type, fvsPatchField, surfaceMesh > &) |
|
tmp< surfaceScalarField > | fvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr) |
|
tmp< surfaceScalarField > | fvcDdtPhiCoeffExperimental (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr) |
|
tmp< surfaceScalarField > | fvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi, const fluxFieldType &phiCorr, const volScalarField &rho) |
|
tmp< surfaceScalarField > | fvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi) |
|
tmp< surfaceScalarField > | fvcDdtPhiCoeff (const GeometricField< Type, fvPatchField, volMesh > &rhoU, const fluxFieldType &phi, const volScalarField &rho) |
|
constexpr | refCount () noexcept |
|
int | count () const noexcept |
|
bool | unique () const noexcept |
|
void | operator++ () noexcept |
|
void | operator++ (int) noexcept |
|
void | operator-- () noexcept |
|
void | operator-- (int) noexcept |
|
| ddtSchemeBase () |
|
| ddtSchemeBase () |
|
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 62 of file boundedDdtScheme.H.