|
| TypeName ("linear") |
|
| linear (const fvMesh &mesh) |
|
| linear (const fvMesh &mesh, Istream &) |
|
| linear (const fvMesh &mesh, const surfaceScalarField &, Istream &) |
|
tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
|
| linear (const Specie &sp, const scalar psi, const scalar rho0) |
|
| linear (const dictionary &dict) |
|
| linear (const word &name, const linear &) |
|
autoPtr< linear > | clone () const |
|
scalar | rho (scalar p, scalar T) const |
|
scalar | H (const scalar p, const scalar T) const |
|
scalar | Cp (scalar p, scalar T) const |
|
scalar | E (const scalar p, const scalar T) const |
|
scalar | Cv (scalar p, scalar T) const |
|
scalar | S (const scalar p, const scalar T) const |
|
scalar | psi (scalar p, scalar T) const |
|
scalar | Z (scalar p, scalar T) const |
|
scalar | CpMCv (scalar p, scalar T) const |
|
void | write (Ostream &os) const |
|
void | operator+= (const linear &) |
|
void | operator*= (const scalar) |
|
| TypeName ("surfaceInterpolationScheme") |
|
| declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) |
|
| declareRunTimeSelectionTable (tmp, surfaceInterpolationScheme, MeshFlux,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) |
|
| surfaceInterpolationScheme (const fvMesh &mesh) |
|
virtual | ~surfaceInterpolationScheme ()=default |
|
const fvMesh & | mesh () const |
|
virtual bool | corrected () const |
|
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &) const |
|
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const surfaceVectorField &Sf, const GeometricField< Type, fvPatchField, volMesh > &vf) const |
|
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const surfaceVectorField &Sf, const tmp< GeometricField< Type, fvPatchField, volMesh >> &) const |
|
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const |
|
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh >> &) const |
|
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 |
|
|
static autoPtr< linear > | New (const dictionary &dict) |
|
static word | typeName () |
|
static tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
|
static tmp< surfaceInterpolationScheme< Type > > | New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData) |
|
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &) |
|
template<class SFType > |
static tmp< GeometricField< typename innerProduct< typename SFType::value_type, Type >::type, fvsPatchField, surfaceMesh > > | dotInterpolate (const SFType &Sf, const GeometricField< Type, fvPatchField, volMesh > &vf, const tmp< surfaceScalarField > &tlambdas) |
|
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &) |
|
template<class Type>
class Foam::linear< Type >
Central-differencing interpolation scheme class.
Linear equation of state with constant compressibility.
- Source files
-
- Source files
-
rho = rho0 + psi*p
- Source files
-
Definition at line 51 of file linear.H.