Namespace of functions to calculate implicit derivatives returning a matrix. More...
Functions | |
| template<class Type> | |
| tmp< fvMatrix< Type > > | d2dt2 (const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | d2dt2 (const dimensionedScalar &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | d2dt2 (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const dimensionedScalar &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const Foam::one, const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const Foam::one, const volScalarField &rho, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | laplacian (const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | laplacian (const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | laplacian (const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | laplacian (const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | laplacian (const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | laplacian (const Foam::one, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const dimensioned< GType > &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const dimensioned< GType > &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const GeometricField< GType, fvPatchField, volMesh > &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const tmp< GeometricField< GType, fvPatchField, volMesh > > &tgamma, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const GeometricField< GType, fvPatchField, volMesh > &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const tmp< GeometricField< GType, fvPatchField, volMesh > > &tgamma, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const GeometricField< GType, fvsPatchField, surfaceMesh > &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const tmp< GeometricField< GType, fvsPatchField, surfaceMesh > > &tgamma, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const GeometricField< GType, fvsPatchField, surfaceMesh > &gamma, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type, class GType> | |
| tmp< fvMatrix< Type > > | laplacian (const tmp< GeometricField< GType, fvsPatchField, surfaceMesh > > &tGamma, const GeometricField< Type, fvPatchField, volMesh > &vf) |
| template<class Type> | |
| zeroField | Su (const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &) |
| A no-op source. | |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Su (const dimensioned< Type > &su, const GeometricField< Type, fvPatchField, volMesh > &) |
| A uniform source (no-op for small values). | |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Su (const DimensionedField< Type, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Su (const tmp< DimensionedField< Type, volMesh > > &, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Su (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| zeroField | Sp (const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &) |
| A no-op source. | |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Sp (const dimensionedScalar &sp, const GeometricField< Type, fvPatchField, volMesh > &) |
| A uniform source (no-op for small values). | |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Sp (const DimensionedField< scalar, volMesh > &sp, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Sp (const tmp< DimensionedField< scalar, volMesh > > &, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | Sp (const tmp< volScalarField > &, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| zeroField | SuSp (const Foam::zero, const GeometricField< Type, fvPatchField, volMesh > &) |
| A no-op source. | |
| template<class Type> | |
| tmp< fvMatrix< Type > > | SuSp (const dimensionedScalar &susp, const GeometricField< Type, fvPatchField, volMesh > &) |
| A uniform source (no-op for small values). | |
| template<class Type> | |
| tmp< fvMatrix< Type > > | SuSp (const DimensionedField< scalar, volMesh > &susp, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | SuSp (const tmp< DimensionedField< scalar, volMesh > > &, const GeometricField< Type, fvPatchField, volMesh > &) |
| template<class Type> | |
| tmp< fvMatrix< Type > > | SuSp (const tmp< volScalarField > &, const GeometricField< Type, fvPatchField, volMesh > &) |
Namespace of functions to calculate implicit derivatives returning a matrix.
Temporal derivatives are calculated using Euler-implicit, backward differencing or Crank-Nicolson. Spatial derivatives are calculated using Gauss' Theorem.
| tmp< fvMatrix< Type > > d2dt2 | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 40 of file fvmD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and d2dt2Scheme< Type >::New().

| tmp< fvMatrix< Type > > d2dt2 | ( | const dimensionedScalar & | rho, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 55 of file fvmD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), d2dt2Scheme< Type >::New(), tmp< T >::ref(), and rho.

| tmp< fvMatrix< Type > > d2dt2 | ( | const volScalarField & | rho, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 71 of file fvmD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), d2dt2Scheme< Type >::New(), tmp< T >::ref(), and rho.

| tmp< fvMatrix< Type > > ddt | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 40 of file fvmDdt.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
Referenced by multiphaseMangrovesSource::addSup(), multiphaseMangrovesSource::addSup(), Implicit< CloudType >::cacheFields(), IATE::correct(), kkLOmega::correct(), LamBremhorstKE::correct(), LienCubicKE::correct(), LienLeschziner::correct(), qZeta::correct(), ShihQuadraticKE::correct(), adjointSpalartAllmaras::correct(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), Maxwell< BasicTurbulenceModel >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), dynamicLagrangian< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), EBRSM< BasicTurbulenceModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::correct(), kEpsilonPhitF< BasicTurbulenceModel >::correct(), kineticTheoryModel::correct(), kL< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), SSG< BasicTurbulenceModel >::correct(), relaxation::correct(), thixotropicViscosity::correct(), SpalartAllmarasBase< BasicEddyViscosityModel >::correct(), waxSolventEvaporation::correctModel(), Foam::CorrectPhi(), kOmegaSSTLM< BasicTurbulenceModel >::correctReThetatGammaInt(), ddt(), ddt(), ddt(), ddt(), thermo::evolveRegion(), energyTransport::execute(), scalarTransport::execute(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransfer(), populationBalanceModel::solve(), twoPhaseSystem::solve(), reactingOneDim::solveContinuity(), kinematicSingleLayer::solveContinuity(), reactingOneDim::solveEnergy(), thermoSingleLayer::solveEnergy(), thermalBaffle::solveEnergy(), kinematicSingleLayer::solveMomentum(), reactingOneDim::solveSpeciesMass(), kinematicSingleLayer::solveThickness(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), MovingPhaseModel< BasePhaseModel >::UEqn(), and MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::YiEqn().

| tmp< fvMatrix< Type > > ddt | ( | const Foam::one | , |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
| tmp< fvMatrix< Type > > ddt | ( | const dimensionedScalar & | rho, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 67 of file fvmDdt.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), tmp< T >::ref(), and rho.

| tmp< fvMatrix< Type > > ddt | ( | const volScalarField & | rho, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 83 of file fvmDdt.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), tmp< T >::ref(), and rho.

| tmp< fvMatrix< Type > > ddt | ( | const volScalarField & | alpha, |
| const volScalarField & | rho, | ||
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 99 of file fvmDdt.C.
References alpha, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), tmp< T >::ref(), and rho.

| tmp< fvMatrix< Type > > ddt | ( | const Foam::one | , |
| const Foam::one | , | ||
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
| tmp< fvMatrix< Type > > ddt | ( | const Foam::one | , |
| const volScalarField & | rho, | ||
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
| tmp< fvMatrix< Type > > ddt | ( | const volScalarField & | alpha, |
| const Foam::one | , | ||
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
| tmp< fvMatrix< Type > > div | ( | const surfaceScalarField & | flux, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 40 of file fvmDiv.C.
References DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), and convectionScheme< Type >::New().
Referenced by ATCstandard::addATC(), ATCUaGradU::addATC(), Implicit< CloudType >::cacheFields(), IATE::correct(), kkLOmega::correct(), LamBremhorstKE::correct(), LienCubicKE::correct(), LienLeschziner::correct(), qZeta::correct(), ShihQuadraticKE::correct(), adjointkOmegaSST::correct(), adjointSpalartAllmaras::correct(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), Maxwell< BasicTurbulenceModel >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), dynamicLagrangian< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), advectionDiffusion::correct(), radiativeIntensityRay::correct(), EBRSM< BasicTurbulenceModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::correct(), kEpsilonPhitF< BasicTurbulenceModel >::correct(), kineticTheoryModel::correct(), kL< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), SSG< BasicTurbulenceModel >::correct(), relaxation::correct(), thixotropicViscosity::correct(), SpalartAllmarasBase< BasicEddyViscosityModel >::correct(), incompressiblePrimalSolver::correctBoundaryConditions(), waxSolventEvaporation::correctModel(), kOmegaSSTLM< BasicTurbulenceModel >::correctReThetatGammaInt(), div(), div(), div(), age::execute(), energyTransport::execute(), scalarTransport::execute(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), adjointSimple::mainIter(), simple::mainIter(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransferf(), adjointEikonalSolver::solve(), thermoSingleLayer::solveEnergy(), kinematicSingleLayer::solveMomentum(), kinematicSingleLayer::solveThickness(), MovingPhaseModel< BasePhaseModel >::UEqn(), MovingPhaseModel< BasePhaseModel >::UfEqn(), and MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::YiEqn().

| tmp< fvMatrix< Type > > div | ( | const tmp< surfaceScalarField > & | tflux, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 57 of file fvmDiv.C.
References tmp< T >::clear(), div(), and Foam::name().

| tmp< fvMatrix< Type > > div | ( | const surfaceScalarField & | flux, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 72 of file fvmDiv.C.
References div(), and IOobject::name().

| tmp< fvMatrix< Type > > div | ( | const tmp< surfaceScalarField > & | tflux, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 83 of file fvmDiv.C.
References tmp< T >::clear(), and div().

| tmp< fvMatrix< Type > > laplacian | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
| const word & | name ) |
Definition at line 40 of file fvmLaplacian.C.
References TimePaths::constant(), Foam::dimless, laplacian(), DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), IOobjectOption::NO_READ, and IOobject::time().
Referenced by isotropic::addRegularisationTerm(), Implicit< CloudType >::cacheFields(), P1::calculate(), hydrostaticPressure::calculateAndWrite(), kkLOmega::correct(), LamBremhorstKE::correct(), LienCubicKE::correct(), LienLeschziner::correct(), qZeta::correct(), ShihQuadraticKE::correct(), adjointkOmegaSST::correct(), adjointSpalartAllmaras::correct(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), linearViscousStress< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::correct(), advectionDiffusion::correct(), Poisson::correct(), EBRSM< BasicTurbulenceModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::correct(), kEpsilonPhitF< BasicTurbulenceModel >::correct(), kineticTheoryModel::correct(), kL< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), SSG< BasicTurbulenceModel >::correct(), SpalartAllmarasBase< BasicEddyViscosityModel >::correct(), incompressiblePrimalSolver::correctBoundaryConditions(), Foam::CorrectPhi(), Foam::CorrectPhi(), kOmegaSSTLM< BasicTurbulenceModel >::correctReThetatGammaInt(), adjointkOmegaSST::divDevReff(), adjointLaminar::divDevReff(), adjointSpalartAllmaras::divDevReff(), ReynoldsStress< LESModel< BasicTurbulenceModel > >::DivDevRhoReff(), Maxwell< BasicTurbulenceModel >::divDevRhoReff(), Maxwell< BasicTurbulenceModel >::divDevRhoReff(), linearViscousStress< RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > > >::divDevRhoReff(), kineticTheoryModel::divDevRhoReff(), thermo::evolveRegion(), age::execute(), electricPotential::execute(), energyTransport::execute(), scalarTransport::execute(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), laplacian(), adjointSimple::mainIter(), simple::mainIter(), adjointEikonalSolver::solve(), adjointMeshMovementSolver::solve(), displacementComponentLaplacianFvMotionSolver::solve(), displacementLaplacianFvMotionSolver::solve(), displacementSBRStressFvMotionSolver::solve(), elasticityMotionSolver::solve(), laplacianMotionSolver::solve(), pLaplacianMotionSolver::solve(), solidBodyDisplacementLaplacianFvMotionSolver::solve(), surfaceAlignedSBRStressFvMotionSolver::solve(), twoPhaseSystem::solve(), velocityComponentLaplacianFvMotionSolver::solve(), velocityLaplacianFvMotionSolver::solve(), reactingOneDim::solveEnergy(), thermalBaffle::solveEnergy(), shapeDesignVariables::solveMeshMovementEqn(), kinematicSingleLayer::solveThickness(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), Foam::fvc::spreadSource(), and MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::YiEqn().

| tmp< fvMatrix< Type > > laplacian | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 65 of file fvmLaplacian.C.
References TimePaths::constant(), Foam::dimless, laplacian(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), IOobjectOption::NO_READ, and IOobject::time().

| tmp< fvMatrix< Type > > laplacian | ( | const Foam::zero | , |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 94 of file fvmLaplacian.C.
References Foam::name().

| tmp< fvMatrix< Type > > laplacian | ( | const Foam::zero | , |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 110 of file fvmLaplacian.C.
| tmp< fvMatrix< Type > > laplacian | ( | const Foam::one | , |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 125 of file fvmLaplacian.C.
References laplacian(), and Foam::name().

| tmp< fvMatrix< Type > > laplacian | ( | const Foam::one | , |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 138 of file fvmLaplacian.C.
References laplacian().

| tmp< fvMatrix< Type > > laplacian | ( | const dimensioned< GType > & | gamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 150 of file fvmLaplacian.C.
References gamma, IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), and IOobjectOption::NO_READ.

| tmp< fvMatrix< Type > > laplacian | ( | const dimensioned< GType > & | gamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 176 of file fvmLaplacian.C.
References gamma, IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), and IOobjectOption::NO_READ.

| tmp< fvMatrix< Type > > laplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 203 of file fvmLaplacian.C.
References gamma, DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), laplacianScheme< Type, GType >::New(), and tmp< T >::ref().

| tmp< fvMatrix< Type > > laplacian | ( | const tmp< GeometricField< GType, fvPatchField, volMesh > > & | tgamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 220 of file fvmLaplacian.C.
References laplacian(), and Foam::name().

| tmp< fvMatrix< Type > > laplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 235 of file fvmLaplacian.C.
References gamma, laplacian(), and IOobject::name().

| tmp< fvMatrix< Type > > laplacian | ( | const tmp< GeometricField< GType, fvPatchField, volMesh > > & | tgamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 252 of file fvmLaplacian.C.
References laplacian().

| tmp< fvMatrix< Type > > laplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | gamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 268 of file fvmLaplacian.C.
References gamma, DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), laplacianScheme< Type, GType >::New(), and tmp< T >::ref().

| tmp< fvMatrix< Type > > laplacian | ( | const tmp< GeometricField< GType, fvsPatchField, surfaceMesh > > & | tgamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
| const word & | name ) |
Definition at line 285 of file fvmLaplacian.C.
References laplacian(), and Foam::name().

| tmp< fvMatrix< Type > > laplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | gamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 300 of file fvmLaplacian.C.
References gamma, laplacian(), and IOobject::name().

| tmp< fvMatrix< Type > > laplacian | ( | const tmp< GeometricField< GType, fvsPatchField, surfaceMesh > > & | tGamma, |
| const GeometricField< Type, fvPatchField, volMesh > & | vf ) |
Definition at line 317 of file fvmLaplacian.C.
References laplacian().

| zeroField Su | ( | const Foam::zero | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
A no-op source.
Referenced by kEpsilonLopesdaCosta< BasicTurbulenceModel >::epsilonSource(), mixtureKEpsilon< BasicTurbulenceModel >::epsilonSource(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::kSource(), mixtureKEpsilon< BasicTurbulenceModel >::kSource(), kOmegaSSTSAS< BasicTurbulenceModel >::Qsas(), dummy::R(), and turbulentBreakUp::R().

| tmp< fvMatrix< Type > > Su | ( | const dimensioned< Type > & | su, |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
A uniform source (no-op for small values).
| tmp< fvMatrix< Type > > Su | ( | const DimensionedField< Type, volMesh > & | su, |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| tmp< fvMatrix< Type > > Su | ( | const tmp< DimensionedField< Type, volMesh > > & | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| tmp< fvMatrix< Type > > Su | ( | const tmp< GeometricField< Type, fvPatchField, volMesh > > & | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| zeroField Sp | ( | const Foam::zero | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
A no-op source.
Referenced by acousticDampingSource::addSup(), acousticDampingSource::addSup(), acousticDampingSource::addSup(), atmPlantCanopyUSource::addSup(), atmPlantCanopyUSource::addSup(), atmPlantCanopyUSource::addSup(), interRegionHeatTransferModel::addSup(), multiphaseMangrovesSource::addSup(), multiphaseMangrovesSource::addSup(), multiphaseMangrovesTurbulenceModel::addSup(), multiphaseMangrovesTurbulenceModel::addSup(), PhaseLimitStabilization< Type >::addSup(), topOSource::addSup(), topOSource::addSup(), topOSource::addSup(), topOSource::addSup(), P1::calculate(), IATE::correct(), kkLOmega::correct(), LamBremhorstKE::correct(), LienCubicKE::correct(), LienLeschziner::correct(), qZeta::correct(), ShihQuadraticKE::correct(), adjointkOmegaSST::correct(), adjointSpalartAllmaras::correct(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), Maxwell< BasicTurbulenceModel >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), dynamicLagrangian< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), radiativeIntensityRay::correct(), EBRSM< BasicTurbulenceModel >::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::correct(), kEpsilonPhitF< BasicTurbulenceModel >::correct(), kineticTheoryModel::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), SSG< BasicTurbulenceModel >::correct(), thixotropicViscosity::correct(), SpalartAllmarasBase< BasicEddyViscosityModel >::correct(), waxSolventEvaporation::correctModel(), kOmegaSSTLM< BasicTurbulenceModel >::correctReThetatGammaInt(), continuousGasKEpsilon< BasicTurbulenceModel >::epsilonSource(), LaheyKEpsilon< BasicTurbulenceModel >::epsilonSource(), energyTransport::execute(), boundedDdtScheme< Type >::fvmDdt(), boundedDdtScheme< Type >::fvmDdt(), boundedConvectionScheme< Type >::fvmDiv(), MassTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), continuousGasKEqn< BasicTurbulenceModel >::kSource(), NicenoKEqn< BasicTurbulenceModel >::kSource(), continuousGasKEpsilon< BasicTurbulenceModel >::kSource(), kEpsilon< BasicTurbulenceModel >::kSource(), LaheyKEpsilon< BasicTurbulenceModel >::kSource(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), PhaseTransferPhaseSystem< BasePhaseSystem >::massTransfer(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransferf(), thermoSingleLayer::q(), singleStepCombustion< ReactionThermo, ThermoType >::R(), randomCoalescence::R(), wallBoiling::R(), radiationModel::Sh(), populationBalanceModel::solve(), multiphaseSystem::solveAlphas(), Helmholtz::solveEqn(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), Foam::fvc::spreadSource(), radiationModel::ST(), radiationModel::ST(), radiationModel::ST(), laminar::Su(), ReactingCloud< CloudType >::SYi(), MovingPhaseModel< BasePhaseModel >::UfEqn(), and MassTransferPhaseSystem< BasePhaseSystem >::volTransfer().
| tmp< fvMatrix< Type > > Sp | ( | const dimensionedScalar & | sp, |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
A uniform source (no-op for small values).
| tmp< fvMatrix< Type > > Sp | ( | const DimensionedField< scalar, volMesh > & | sp, |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| tmp< fvMatrix< Type > > Sp | ( | const tmp< DimensionedField< scalar, volMesh > > & | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| tmp< fvMatrix< Type > > Sp | ( | const tmp< volScalarField > & | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| zeroField SuSp | ( | const Foam::zero | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
A no-op source.
Referenced by multiphaseStabilizedTurbulence::addSup(), SemiImplicitSource< Type >::addSup(), ReactingCloud< Foam::DSMCCloud< dsmcParcel > >::constProps(), IATE::correct(), kkLOmega::correct(), qZeta::correct(), adjointkOmegaSST::correct(), adjointSpalartAllmaras::correct(), kOmegaSSTBase< BasicEddyViscosityModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), advectionDiffusion::correct(), kEpsilon< BasicTurbulenceModel >::correct(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::correct(), kEpsilonPhitF< BasicTurbulenceModel >::correct(), kineticTheoryModel::correct(), kL< BasicTurbulenceModel >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), relaxation::correct(), thixotropicViscosity::correct(), buoyantKEpsilon< BasicTurbulenceModel >::epsilonSource(), buoyantKEpsilon< BasicTurbulenceModel >::kSource(), phaseChange::R(), wakeEntrainmentCoalescence::R(), ThermoCloud< CloudType >::Sh(), adjointEikonalSolver::solve(), populationBalanceModel::solve(), MovingPhaseModel< BasePhaseModel >::UEqn(), MovingPhaseModel< BasePhaseModel >::UfEqn(), and adjointkOmegaSST::waEqnSourceFromCDkOmega().

| tmp< fvMatrix< Type > > SuSp | ( | const dimensionedScalar & | susp, |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
A uniform source (no-op for small values).
| tmp< fvMatrix< Type > > SuSp | ( | const DimensionedField< scalar, volMesh > & | susp, |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| tmp< fvMatrix< Type > > SuSp | ( | const tmp< DimensionedField< scalar, volMesh > > & | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |
| tmp< fvMatrix< Type > > SuSp | ( | const tmp< volScalarField > & | , |
| const GeometricField< Type, fvPatchField, volMesh > & | ) |