FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

steadyStateDdtScheme< Type > Class Template Reference

SteadyState implicit/explicit ddt which returns 0. More...

#include <finiteVolume/steadyStateDdtScheme.H>


Detailed Description

template<class Type>
class Foam::fv::steadyStateDdtScheme< Type >

SteadyState implicit/explicit ddt which returns 0.

Source files

Definition at line 55 of file steadyStateDdtScheme.H.

Inheritance diagram for steadyStateDdtScheme< Type >:
Collaboration diagram for steadyStateDdtScheme< Type >:

List of all members.

Public Types

typedef ddtScheme< Type >
::fluxFieldType  
fluxFieldType

Public Member Functions

 TypeName ("steadyState")
 Runtime type information.
 steadyStateDdtScheme (const fvMesh &mesh)
 Construct from mesh.
 steadyStateDdtScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
const fvMesh &  mesh () const
 Return mesh reference.
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< fvMatrix< Type > >  fvmDdt (GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > >  fvmDdt (const dimensionedScalar &, GeometricField< Type, fvPatchField, volMesh > &)
tmp< fvMatrix< Type > >  fvmDdt (const volScalarField &, GeometricField< Type, fvPatchField, volMesh > &)
tmp< fluxFieldType >  fvcDdtPhiCorr (const volScalarField &rA, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< fluxFieldType >  fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< surfaceScalarField >  meshPhi (const GeometricField< Type, fvPatchField, volMesh > &)
template<>
tmp< surfaceScalarField >  fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &U, const surfaceScalarField &phi)
template<>
tmp< surfaceScalarField >  fvcDdtPhiCorr (const volScalarField &rA, const volScalarField &rho, const volScalarField &U, const surfaceScalarField &phi)

Member Typedef Documentation

Reimplemented from ddtScheme< Type >.

Definition at line 136 of file steadyStateDdtScheme.H.


Constructor & Destructor Documentation

steadyStateDdtScheme ( const fvMesh &   mesh  ) [inline]

Construct from mesh.

Definition at line 77 of file steadyStateDdtScheme.H.

steadyStateDdtScheme ( const fvMesh &   mesh,
Istream &   is  
) [inline]

Construct from mesh and Istream.

Definition at line 83 of file steadyStateDdtScheme.H.


Member Function Documentation

TypeName ( "steadyState"    )

Runtime type information.

const fvMesh& mesh (  ) const [inline]

Return mesh reference.

Reimplemented from ddtScheme< Type >.

Definition at line 92 of file steadyStateDdtScheme.H.

tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt ( const dimensioned< Type > &   dt  ) [virtual]
tmp< fvMatrix< Type > > fvmDdt ( GeometricField< Type, fvPatchField, volMesh > &   vf  ) [virtual]
tmp< fvMatrix< Type > > fvmDdt ( const dimensionedScalar &   rho,
GeometricField< Type, fvPatchField, volMesh > &   vf  
) [virtual]
tmp< fvMatrix< Type > > fvmDdt ( const volScalarField &   rho,
GeometricField< Type, fvPatchField, volMesh > &   vf  
) [virtual]
tmp< typename steadyStateDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr ( const volScalarField &   rA,
const GeometricField< Type, fvPatchField, volMesh > &   U,
const fluxFieldType &   phi  
) [virtual]
tmp< typename steadyStateDdtScheme< Type >::fluxFieldType > fvcDdtPhiCorr ( const volScalarField &   rA,
const volScalarField &   rho,
const GeometricField< Type, fvPatchField, volMesh > &   U,
const fluxFieldType &   phi  
) [virtual]
tmp< surfaceScalarField > meshPhi ( const GeometricField< Type, fvPatchField, volMesh > &   vf  ) [virtual]

Implements ddtScheme< Type >.

Definition at line 290 of file steadyStateDdtScheme.C.

References Foam::dimTime, Foam::dimVolume, mesh, and timeName.

tmp< surfaceScalarField > fvcDdtPhiCorr ( const volScalarField &   rA,
const volScalarField &   U,
const surfaceScalarField &   phi  
)
tmp< surfaceScalarField > fvcDdtPhiCorr ( const volScalarField &   rA,
const volScalarField &   rho,
const volScalarField &   U,
const surfaceScalarField &   phi  
)

The documentation for this class was generated from the following files: