Foam::fam Namespace Reference

Functions

template<class Type >
tmp< faMatrix< Type > > d2dt2 (const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > d2dt2 (const dimensionedScalar &rho, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > d2dt2 (const areaScalarField &rho, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > ddt (const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > ddt (const dimensionedScalar &rho, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > ddt (const areaScalarField &rho, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > div (const edgeScalarField &flux, const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > div (const tmp< edgeScalarField > &tflux, const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > div (const edgeScalarField &flux, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > div (const tmp< edgeScalarField > &tflux, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const dimensionedScalar &gamma, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const dimensionedScalar &gamma, const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const areaScalarField &gamma, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const areaScalarField &gamma, const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const tmp< areaScalarField > &tgamma, const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > laplacian (const tmp< areaScalarField > &tgamma, const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > ndiv (const edgeScalarField &flux, GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > ndiv (const tmp< edgeScalarField > &tflux, GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< faMatrix< Type > > ndiv (const edgeScalarField &flux, GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< faMatrix< Type > > ndiv (const tmp< edgeScalarField > &tflux, GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
zeroField Su (const Foam::zero, const GeometricField< Type, faPatchField, areaMesh > &)
 A no-op source. More...
 
template<class Type >
tmp< faMatrix< Type > > Su (const dimensioned< Type > &su, const GeometricField< Type, faPatchField, areaMesh > &)
 A uniform source (no-op for small values) More...
 
template<class Type >
tmp< faMatrix< Type > > Su (const DimensionedField< Type, areaMesh > &su, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Su (const tmp< DimensionedField< Type, areaMesh >> &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Su (const tmp< GeometricField< Type, faPatchField, areaMesh >> &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
zeroField Sp (const Foam::zero, const GeometricField< Type, faPatchField, areaMesh > &)
 A no-op source. More...
 
template<class Type >
tmp< faMatrix< Type > > Sp (const dimensionedScalar &sp, const GeometricField< Type, faPatchField, areaMesh > &)
 A uniform source (no-op for small values) More...
 
template<class Type >
tmp< faMatrix< Type > > Sp (const DimensionedField< scalar, areaMesh > &sp, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Sp (const tmp< DimensionedField< scalar, areaMesh >> &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > Sp (const tmp< GeometricField< scalar, faPatchField, areaMesh >> &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
zeroField SuSp (const Foam::zero, const GeometricField< Type, faPatchField, areaMesh > &)
 A no-op source. More...
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const dimensionedScalar &susp, const GeometricField< Type, faPatchField, areaMesh > &)
 A uniform source (no-op for small values) More...
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const DimensionedField< scalar, areaMesh > &susp, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const tmp< DimensionedField< scalar, areaMesh >> &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<class Type >
tmp< faMatrix< Type > > SuSp (const tmp< areaScalarField > &, const GeometricField< Type, faPatchField, areaMesh > &)
 
template<>
tmp< faMatrix< scalar > > div (const edgeScalarField &flux, const GeometricField< scalar, faPatchField, areaMesh > &vf, const word &name)
 

Function Documentation

◆ d2dt2() [1/3]

tmp< faMatrix< Type > > d2dt2 ( const GeometricField< Type, faPatchField, areaMesh > &  vf)

Definition at line 40 of file famD2dt2.C.

References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and faD2dt2Scheme< Type >::New().

Referenced by KirchhoffShell::solveDisplacement().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ d2dt2() [2/3]

tmp< faMatrix< Type > > d2dt2 ( const dimensionedScalar rho,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 54 of file famD2dt2.C.

References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), faD2dt2Scheme< Type >::New(), and rho.

Here is the call graph for this function:

◆ d2dt2() [3/3]

tmp< faMatrix< Type > > d2dt2 ( const areaScalarField rho,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 72 of file famD2dt2.C.

References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), faD2dt2Scheme< Type >::New(), and rho.

Here is the call graph for this function:

◆ ddt() [1/3]

tmp< faMatrix< Type > > ddt ( const GeometricField< Type, faPatchField, areaMesh > &  vf)

Definition at line 41 of file famDdt.C.

References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and faDdtScheme< Type >::New().

Referenced by kinematicThinFilm::evolveRegion(), KirchhoffShell::solveDisplacement(), and thermalShell::solveEnergy().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ddt() [2/3]

tmp< faMatrix< Type > > ddt ( const dimensionedScalar rho,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 56 of file famDdt.C.

References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), faDdtScheme< Type >::New(), and rho.

Here is the call graph for this function:

◆ ddt() [3/3]

tmp< faMatrix< Type > > ddt ( const areaScalarField rho,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 75 of file famDdt.C.

References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), faDdtScheme< Type >::New(), and rho.

Here is the call graph for this function:

◆ div() [1/5]

tmp< faMatrix< Type > > div ( const edgeScalarField flux,
const GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 41 of file famDiv.C.

References Foam::fvc::flux(), M, DimensionedField< Type, GeoMesh >::mesh(), n, Foam::name(), and ref().

Referenced by div(), and kinematicThinFilm::evolveRegion().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ div() [2/5]

tmp< faMatrix< Type > > div ( const tmp< edgeScalarField > &  tflux,
const GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 80 of file famDiv.C.

References tmp< T >::clear(), div(), and Foam::name().

Here is the call graph for this function:

◆ div() [3/5]

tmp< faMatrix< Type > > div ( const edgeScalarField flux,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 96 of file famDiv.C.

References div(), and IOobject::name().

Here is the call graph for this function:

◆ div() [4/5]

tmp< faMatrix< Type > > div ( const tmp< edgeScalarField > &  tflux,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 107 of file famDiv.C.

References tmp< T >::clear(), and div().

Here is the call graph for this function:

◆ laplacian() [1/8]

tmp< faMatrix< Type > > laplacian ( const GeometricField< Type, faPatchField, areaMesh > &  vf)

Definition at line 42 of file famLaplacian.C.

References IOobject::db(), Foam::dimless, DimensionedField< Type, GeoMesh >::mesh(), IOobjectOption::NO_READ, and IOobject::time().

Referenced by laplacian(), sensitivitySurface::smoothSensitivities(), and thermalShell::solveEnergy().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ laplacian() [2/8]

tmp< faMatrix< Type > > laplacian ( const GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 66 of file famLaplacian.C.

References IOobject::db(), Foam::dimless, laplacian(), DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), IOobjectOption::NO_READ, and IOobject::time().

Here is the call graph for this function:

◆ laplacian() [3/8]

tmp< faMatrix< Type > > laplacian ( const dimensionedScalar gamma,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 91 of file famLaplacian.C.

References IOobject::db(), gamma, IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), and IOobjectOption::NO_READ.

Here is the call graph for this function:

◆ laplacian() [4/8]

tmp< faMatrix< Type > > laplacian ( const dimensionedScalar gamma,
const GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 116 of file famLaplacian.C.

References IOobject::db(), gamma, IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), and IOobjectOption::NO_READ.

Here is the call graph for this function:

◆ laplacian() [5/8]

tmp< faMatrix< Type > > laplacian ( const areaScalarField gamma,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 142 of file famLaplacian.C.

References gamma, laplacian(), and IOobject::name().

Here is the call graph for this function:

◆ laplacian() [6/8]

tmp< faMatrix< Type > > laplacian ( const areaScalarField gamma,
const GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 159 of file famLaplacian.C.

References gamma, DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), laplacianScheme< Type >::New(), and ref().

Here is the call graph for this function:

◆ laplacian() [7/8]

tmp<faMatrix<Type> > Foam::fam::laplacian ( const tmp< areaScalarField > &  tgamma,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 176 of file famLaplacian.C.

References tmp< T >::clear(), and laplacian().

Here is the call graph for this function:

◆ laplacian() [8/8]

tmp< faMatrix< Type > > laplacian ( const tmp< areaScalarField > &  tgamma,
const GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 190 of file famLaplacian.C.

References tmp< T >::clear(), laplacian(), and Foam::name().

Here is the call graph for this function:

◆ ndiv() [1/4]

tmp< faMatrix< Type > > ndiv ( const edgeScalarField flux,
GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 41 of file famNDiv.C.

References Foam::fvc::flux(), DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), convectionScheme< Type >::New(), and ref().

Referenced by ndiv().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ndiv() [2/4]

tmp< faMatrix< Type > > ndiv ( const tmp< edgeScalarField > &  tflux,
GeometricField< Type, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 59 of file famNDiv.C.

References tmp< T >::clear(), Foam::name(), and ndiv().

Here is the call graph for this function:

◆ ndiv() [3/4]

tmp< faMatrix< Type > > ndiv ( const edgeScalarField flux,
GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 75 of file famNDiv.C.

References IOobject::name(), and ndiv().

Here is the call graph for this function:

◆ ndiv() [4/4]

tmp< faMatrix< Type > > ndiv ( const tmp< edgeScalarField > &  tflux,
GeometricField< Type, faPatchField, areaMesh > &  vf 
)

Definition at line 87 of file famNDiv.C.

References tmp< T >::clear(), and ndiv().

Here is the call graph for this function:

◆ Su() [1/5]

zeroField Foam::fam::Su ( const Foam::zero  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

A no-op source.

◆ Su() [2/5]

tmp<faMatrix<Type> > Foam::fam::Su ( const dimensioned< Type > &  su,
const GeometricField< Type, faPatchField, areaMesh > &   
)

A uniform source (no-op for small values)

◆ Su() [3/5]

tmp<faMatrix<Type> > Foam::fam::Su ( const DimensionedField< Type, areaMesh > &  su,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ Su() [4/5]

tmp<faMatrix<Type> > Foam::fam::Su ( const tmp< DimensionedField< Type, areaMesh >> &  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ Su() [5/5]

tmp<faMatrix<Type> > Foam::fam::Su ( const tmp< GeometricField< Type, faPatchField, areaMesh >> &  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ Sp() [1/5]

zeroField Foam::fam::Sp ( const Foam::zero  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ Sp() [2/5]

tmp<faMatrix<Type> > Foam::fam::Sp ( const dimensionedScalar sp,
const GeometricField< Type, faPatchField, areaMesh > &   
)

A uniform source (no-op for small values)

◆ Sp() [3/5]

tmp<faMatrix<Type> > Foam::fam::Sp ( const DimensionedField< scalar, areaMesh > &  sp,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ Sp() [4/5]

tmp<faMatrix<Type> > Foam::fam::Sp ( const tmp< DimensionedField< scalar, areaMesh >> &  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ Sp() [5/5]

tmp<faMatrix<Type> > Foam::fam::Sp ( const tmp< GeometricField< scalar, faPatchField, areaMesh >> &  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ SuSp() [1/5]

◆ SuSp() [2/5]

tmp<faMatrix<Type> > Foam::fam::SuSp ( const dimensionedScalar susp,
const GeometricField< Type, faPatchField, areaMesh > &   
)

A uniform source (no-op for small values)

◆ SuSp() [3/5]

tmp<faMatrix<Type> > Foam::fam::SuSp ( const DimensionedField< scalar, areaMesh > &  susp,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ SuSp() [4/5]

tmp<faMatrix<Type> > Foam::fam::SuSp ( const tmp< DimensionedField< scalar, areaMesh >> &  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ SuSp() [5/5]

tmp<faMatrix<Type> > Foam::fam::SuSp ( const tmp< areaScalarField > &  ,
const GeometricField< Type, faPatchField, areaMesh > &   
)

◆ div() [5/5]

tmp< faMatrix< scalar > > div ( const edgeScalarField flux,
const GeometricField< scalar, faPatchField, areaMesh > &  vf,
const word name 
)

Definition at line 41 of file vectorFamDiv.C.

References Foam::fvc::flux(), DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), convectionScheme< Type >::New(), and ref().

Here is the call graph for this function: