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 > > | laplacian (const edgeScalarField &gamma, const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name) |
template<class Type > | |
tmp< faMatrix< Type > > | laplacian (const tmp< edgeScalarField > &tgamma, const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name) |
template<class Type > | |
tmp< faMatrix< Type > > | laplacian (const edgeScalarField &gamma, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<class Type > | |
tmp< faMatrix< Type > > | laplacian (const tmp< edgeScalarField > &tgamma, const GeometricField< Type, faPatchField, areaMesh > &vf) |
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 > | |
tmp< faMatrix< Type > > | Su (const GeometricField< Type, faPatchField, areaMesh > &su, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<class Type > | |
tmp< faMatrix< Type > > | Su (const tmp< GeometricField< Type, faPatchField, areaMesh >> &tsu, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<class Type > | |
tmp< faMatrix< Type > > | Sp (const areaScalarField &sp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<class Type > | |
tmp< faMatrix< Type > > | Sp (const tmp< areaScalarField > &tsp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<class Type > | |
tmp< faMatrix< Type > > | Sp (const dimensionedScalar &sp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<class Type > | |
tmp< faMatrix< Type > > | SuSp (const areaScalarField &sp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<class Type > | |
tmp< faMatrix< Type > > | SuSp (const tmp< areaScalarField > &tsp, const GeometricField< Type, faPatchField, areaMesh > &vf) |
template<> | |
tmp< faMatrix< scalar > > | div (const edgeScalarField &flux, const GeometricField< scalar, faPatchField, areaMesh > &vf, const word &name) |
tmp< faMatrix< Type > > d2dt2 | ( | const GeometricField< Type, faPatchField, areaMesh > & | vf | ) |
Definition at line 40 of file famD2dt2.C.
References faD2dt2Scheme< Type >::New().
Referenced by KirchhoffShell::solveDisplacement().
tmp< faMatrix< Type > > d2dt2 | ( | const dimensionedScalar & | rho, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 54 of file famD2dt2.C.
References faD2dt2Scheme< Type >::New(), and rho.
tmp< faMatrix< Type > > d2dt2 | ( | const areaScalarField & | rho, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 72 of file famD2dt2.C.
References faD2dt2Scheme< Type >::New(), and rho.
tmp< faMatrix< Type > > ddt | ( | const GeometricField< Type, faPatchField, areaMesh > & | vf | ) |
Definition at line 41 of file famDdt.C.
References faDdtScheme< Type >::New().
Referenced by kinematicThinFilm::evolveRegion(), KirchhoffShell::solveDisplacement(), and thermalShell::solveEnergy().
tmp< faMatrix< Type > > ddt | ( | const dimensionedScalar & | rho, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 56 of file famDdt.C.
References faDdtScheme< Type >::New(), and rho.
tmp< faMatrix< Type > > ddt | ( | const areaScalarField & | rho, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 75 of file famDdt.C.
References faDdtScheme< Type >::New(), and rho.
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 convectionScheme< Type >::facDiv(), convectionScheme< Type >::famDiv(), M, n, Foam::name(), and tmp::ref().
Referenced by div(), and kinematicThinFilm::evolveRegion().
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::clear(), div(), and Foam::name().
tmp< faMatrix< Type > > div | ( | const edgeScalarField & | flux, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
tmp< faMatrix< Type > > div | ( | const tmp< edgeScalarField > & | tflux, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 107 of file famDiv.C.
References tmp::clear(), and div().
tmp< faMatrix< Type > > laplacian | ( | const GeometricField< Type, faPatchField, areaMesh > & | vf | ) |
Definition at line 42 of file famLaplacian.C.
References Foam::dimless, and IOobject::NO_READ.
Referenced by laplacian(), sensitivitySurface::smoothSensitivities(), and thermalShell::solveEnergy().
tmp< faMatrix< Type > > laplacian | ( | const GeometricField< Type, faPatchField, areaMesh > & | vf, |
const word & | name | ||
) |
Definition at line 66 of file famLaplacian.C.
References Foam::dimless, laplacian(), Foam::name(), and IOobject::NO_READ.
tmp< faMatrix< Type > > laplacian | ( | const dimensionedScalar & | gamma, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 91 of file famLaplacian.C.
References gamma, laplacian(), and IOobject::NO_READ.
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 gamma, laplacian(), Foam::name(), and IOobject::NO_READ.
tmp< faMatrix< Type > > laplacian | ( | const areaScalarField & | gamma, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 142 of file famLaplacian.C.
References gamma, and laplacian().
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, Foam::name(), and laplacianScheme< Type >::New().
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::clear(), and laplacian().
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::clear(), laplacian(), and Foam::name().
tmp< faMatrix< Type > > laplacian | ( | const edgeScalarField & | gamma, |
const GeometricField< Type, faPatchField, areaMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 205 of file famLaplacian.C.
References gamma, Foam::name(), and laplacianScheme< Type >::New().
tmp< faMatrix< Type > > laplacian | ( | const tmp< edgeScalarField > & | tgamma, |
const GeometricField< Type, faPatchField, areaMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 222 of file famLaplacian.C.
References tmp::clear(), laplacian(), and Foam::name().
tmp< faMatrix< Type > > laplacian | ( | const edgeScalarField & | gamma, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 237 of file famLaplacian.C.
References gamma, and laplacian().
tmp< faMatrix< Type > > laplacian | ( | const tmp< edgeScalarField > & | tgamma, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 253 of file famLaplacian.C.
References tmp::clear(), and laplacian().
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::name(), and convectionScheme< Type >::New().
Referenced by ndiv().
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::clear(), Foam::name(), and ndiv().
tmp< faMatrix< Type > > ndiv | ( | const edgeScalarField & | flux, |
GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
tmp< faMatrix< Type > > ndiv | ( | const tmp< edgeScalarField > & | tflux, |
GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 87 of file famNDiv.C.
References tmp::clear(), and ndiv().
tmp< faMatrix< Type > > Su | ( | const GeometricField< Type, faPatchField, areaMesh > & | su, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 40 of file famSup.C.
References Foam::dimArea, GeometricField::internalField(), mesh, and tmp::ref().
Referenced by Su().
tmp< faMatrix< Type > > Su | ( | const tmp< GeometricField< Type, faPatchField, areaMesh >> & | tsu, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
tmp< faMatrix< Type > > Sp | ( | const areaScalarField & | sp, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 79 of file famSup.C.
References Foam::dimArea, GeometricField::internalField(), mesh, and tmp::ref().
Referenced by contactHeatFluxSource::addSup(), filmTurbulenceModel::primaryRegionFriction(), sensitivitySurface::smoothSensitivities(), Sp(), and laminar::wallFriction().
tmp< faMatrix< Type > > Sp | ( | const tmp< areaScalarField > & | tsp, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 104 of file famSup.C.
References tmp::clear(), and Sp().
tmp< faMatrix< Type > > Sp | ( | const dimensionedScalar & | sp, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 118 of file famSup.C.
References Foam::dimArea, dimensioned::dimensions(), mesh, tmp::ref(), and dimensioned::value().
tmp< faMatrix< Type > > SuSp | ( | const areaScalarField & | sp, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 144 of file famSup.C.
References Foam::dimArea, GeometricField::internalField(), Foam::max(), mesh, Foam::min(), tmp::ref(), and Foam::Zero.
Referenced by multiphaseStabilizedTurbulence::addSup(), SemiImplicitSource::addSup(), externalHeatFluxSource::addSup(), if(), phaseChange::R(), wakeEntrainmentCoalescence::R(), ReactingCloud< CloudType >::Srho(), SuSp(), MovingPhaseModel< BasePhaseModel >::UEqn(), and MovingPhaseModel< BasePhaseModel >::UfEqn().
tmp< faMatrix< Type > > SuSp | ( | const tmp< areaScalarField > & | tsp, |
const GeometricField< Type, faPatchField, areaMesh > & | vf | ||
) |
Definition at line 182 of file famSup.C.
References tmp::clear(), and SuSp().
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::name(), and convectionScheme< Type >::New().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.