Namespace of functions to calculate implicit derivatives returning a matrix. More...
Functions | |
template<class Type > | |
tmp< fvMatrix< Type > > | d2dt2 (const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | d2dt2 (const dimensionedScalar &rho, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | d2dt2 (const volScalarField &rho, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const dimensionedScalar &rho, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const volScalarField &rho, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const one &, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const volScalarField &rho, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const one &, const one &, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const one &, const volScalarField &rho, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | ddt (const volScalarField &alpha, const one &, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, const VolField< Type > &vf, const word &name) |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf, const word &name) |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const surfaceScalarField &flux, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | div (const tmp< surfaceScalarField > &tflux, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | divc (const tmp< SurfaceField< Type >> &flux, const VolField< Type > &vf) |
Return the explicit div matrix. More... | |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacian (const VolField< Type > &vf, const word &name) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacian (const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacian (const zero &, const VolField< Type > &vf, const word &name) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacian (const zero &, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacian (const one &, const VolField< Type > &vf, const word &name) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacian (const one &, const VolField< Type > &vf) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const dimensioned< GType > &gamma, const VolField< Type > &vf, const word &name) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const dimensioned< GType > &gamma, const VolField< Type > &vf) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const VolField< GType > &gamma, const VolField< Type > &vf, const word &name) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const tmp< VolField< GType >> &tgamma, const VolField< Type > &vf, const word &name) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const VolField< GType > &gamma, const VolField< Type > &vf) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const tmp< VolField< GType >> &tgamma, const VolField< Type > &vf) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const SurfaceField< GType > &gamma, const VolField< Type > &vf, const word &name) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const tmp< SurfaceField< GType >> &tgamma, const VolField< Type > &vf, const word &name) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const SurfaceField< GType > &gamma, const VolField< Type > &vf) |
template<class Type , class GType > | |
tmp< fvMatrix< Type > > | laplacian (const tmp< SurfaceField< GType >> &tGamma, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacianCorrection (const VolField< scalar > &gamma, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacianCorrection (const tmp< VolField< scalar >> &tgamma, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacianCorrection (const SurfaceField< scalar > &gamma, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | laplacianCorrection (const tmp< SurfaceField< scalar >> &tGamma, const VolField< Type > &vf) |
template<class Type > | |
tmp< fvMatrix< Type > > | Su (const DimensionedField< Type, volMesh > &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | Su (const tmp< DimensionedField< Type, volMesh >> &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | Su (const tmp< VolField< Type >> &, const VolField< Type > &) |
template<class Type > | |
zeroField | Su (const zero &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | Sp (const volScalarField::Internal &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | Sp (const tmp< volScalarField::Internal > &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | Sp (const tmp< volScalarField > &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | Sp (const dimensionedScalar &, const VolField< Type > &) |
template<class Type > | |
zeroField | Sp (const zero &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | SuSp (const volScalarField::Internal &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | SuSp (const tmp< volScalarField::Internal > &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | SuSp (const tmp< volScalarField > &, const VolField< Type > &) |
template<class Type > | |
zeroField | SuSp (const zero &, const VolField< Type > &) |
template<class Type > | |
tmp< fvMatrix< Type > > | S (const Pair< tmp< volScalarField::Internal >> &, const VolField< Type > &) |
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.
Definition at line 45 of file fvmD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and d2dt2Scheme< Type >::New().
Referenced by Implicit< CloudType >::cacheFields(), and solidDisplacement::pressureCorrector().
tmp< fvMatrix< Type > > d2dt2 | ( | const dimensionedScalar & | rho, |
const VolField< Type > & | vf | ||
) |
Definition at line 60 of file fvmD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), d2dt2Scheme< Type >::New(), and rho.
tmp< fvMatrix< Type > > d2dt2 | ( | const volScalarField & | rho, |
const VolField< Type > & | vf | ||
) |
Definition at line 76 of file fvmD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), d2dt2Scheme< Type >::New(), and rho.
Definition at line 45 of file fvmDdt.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
Referenced by solidThermalEquilibrium::addSup(), XiFluid::bSolve(), PDRkEpsilon::correct(), kineticTheoryModel::correct(), IATE::correct(), fractal::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), kOmegaSST< MomentumTransportModel, BasicMomentumTransportModel >::correct(), lambdaThixotropic< BasicMomentumTransportModel >::correct(), Maxwell< BasicMomentumTransportModel >::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), dynamicLagrangian< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), SpalartAllmarasDES< BasicMomentumTransportModel >::correct(), kEpsilon< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), kOmega2006< BasicMomentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), LRR< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), SpalartAllmaras< BasicMomentumTransportModel >::correct(), SSG< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), transport::correct(), relaxation::correct(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), ddt(), MovingPhaseModel< BasePhaseModel >::DUDt(), XiFluid::EaSolve(), XiFluid::EauSolve(), phaseScalarTransport::execute(), scalarTransport::execute(), XiFluid::ftSolve(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), SolidThermalPhaseModel< BasePhaseModel >::heEqn(), main(), makeMomentumTransportModelTypes(), incompressibleDenseParticleFluid::momentumPredictor(), incompressibleFluid::momentumPredictor(), isothermalFilm::momentumPredictor(), isothermalFluid::momentumPredictor(), shockFluid::momentumPredictor(), VoFSolver::momentumPredictor(), incompressibleDriftFlux::prePredictor(), compressibleMultiphaseVoF::pressureCorrector(), compressibleVoF::pressureCorrector(), fvMatrix< Type >::setValues(), populationBalanceModel::solve(), phaseSystem::solve(), compressibleMultiphaseVoF::thermophysicalPredictor(), compressibleVoF::thermophysicalPredictor(), film::thermophysicalPredictor(), fluid::thermophysicalPredictor(), multicomponentFluid::thermophysicalPredictor(), shockFluid::thermophysicalPredictor(), solid::thermophysicalPredictor(), MovingPhaseModel< BasePhaseModel >::UEqn(), and MulticomponentPhaseModel< BasePhaseModel >::YiEqn().
tmp< fvMatrix< Type > > ddt | ( | const dimensionedScalar & | rho, |
const VolField< Type > & | vf | ||
) |
Definition at line 60 of file fvmDdt.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), and rho.
tmp< fvMatrix< Type > > ddt | ( | const volScalarField & | rho, |
const VolField< Type > & | vf | ||
) |
Definition at line 76 of file fvmDdt.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), and rho.
tmp< fvMatrix< Type > > ddt | ( | const volScalarField & | alpha, |
const volScalarField & | rho, | ||
const VolField< Type > & | vf | ||
) |
Definition at line 104 of file fvmDdt.C.
References alpha(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), and rho.
tmp< fvMatrix< Type > > ddt | ( | const one & | , |
const volScalarField & | rho, | ||
const VolField< Type > & | vf | ||
) |
tmp< fvMatrix< Type > > ddt | ( | const volScalarField & | alpha, |
const one & | , | ||
const VolField< Type > & | vf | ||
) |
tmp< fvMatrix< Type > > div | ( | const surfaceScalarField & | flux, |
const VolField< Type > & | vf, | ||
const word & | name | ||
) |
Definition at line 47 of file fvmDiv.C.
References DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), and convectionScheme< Type >::New().
Referenced by XiFluid::bSolve(), Implicit< CloudType >::cacheFields(), PDRkEpsilon::correct(), kineticTheoryModel::correct(), IATE::correct(), fractal::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), kOmegaSST< MomentumTransportModel, BasicMomentumTransportModel >::correct(), lambdaThixotropic< BasicMomentumTransportModel >::correct(), Maxwell< BasicMomentumTransportModel >::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), dynamicLagrangian< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), SpalartAllmarasDES< BasicMomentumTransportModel >::correct(), kEpsilon< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), kOmega2006< BasicMomentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), LRR< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), SpalartAllmaras< BasicMomentumTransportModel >::correct(), SSG< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), radiativeIntensityRay::correct(), transport::correct(), relaxation::correct(), advectionDiffusion::correct(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), div(), age::execute(), phaseScalarTransport::execute(), scalarTransport::execute(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), main(), makeMomentumTransportModelTypes(), incompressibleDenseParticleFluid::momentumPredictor(), incompressibleFluid::momentumPredictor(), isothermalFilm::momentumPredictor(), isothermalFluid::momentumPredictor(), VoFSolver::momentumPredictor(), compressibleVoF::pressureCorrector(), populationBalanceModel::solve(), compressibleMultiphaseVoF::thermophysicalPredictor(), compressibleVoF::thermophysicalPredictor(), film::thermophysicalPredictor(), fluid::thermophysicalPredictor(), MovingPhaseModel< BasePhaseModel >::UEqn(), MovingPhaseModel< BasePhaseModel >::UfEqn(), MovingPhaseModel< BasePhaseModel >::UgradU(), and MulticomponentPhaseModel< BasePhaseModel >::YiEqn().
tmp< fvMatrix< Type > > div | ( | const tmp< surfaceScalarField > & | tflux, |
const VolField< Type > & | vf, | ||
const word & | name | ||
) |
Definition at line 64 of file fvmDiv.C.
References tmp< T >::clear(), div(), and Foam::name().
tmp< fvMatrix< Type > > div | ( | const surfaceScalarField & | flux, |
const VolField< Type > & | vf | ||
) |
Definition at line 79 of file fvmDiv.C.
References div(), and IOobject::name().
tmp< fvMatrix< Type > > div | ( | const tmp< surfaceScalarField > & | tflux, |
const VolField< Type > & | vf | ||
) |
Definition at line 90 of file fvmDiv.C.
References tmp< T >::clear(), and div().
tmp< fvMatrix< Type > > divc | ( | const tmp< SurfaceField< Type >> & | flux, |
const VolField< Type > & | vf | ||
) |
Return the explicit div matrix.
containing the div(flux) source and the cached flux if fluxRequired
Definition at line 104 of file fvmDiv.C.
References Foam::fvc::div(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), tmp< T >::ref(), and Su().
Referenced by momentumTransportModel::divDevTauCorr().
Definition at line 46 of file fvmLaplacian.C.
References TimePaths::constant(), Foam::dimless, DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), IOobject::NO_READ, and IOobject::time().
Referenced by solidThermalEquilibrium::addSup(), XiFluid::bSolve(), Implicit< CloudType >::cacheFields(), P1::calculate(), PDRkEpsilon::correct(), kineticTheoryModel::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), kOmegaSST< MomentumTransportModel, BasicMomentumTransportModel >::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), SpalartAllmarasDES< BasicMomentumTransportModel >::correct(), kEpsilon< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), kOmega2006< BasicMomentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), LRR< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), SpalartAllmaras< BasicMomentumTransportModel >::correct(), SSG< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), advectionDiffusion::correct(), Poisson::correct(), incompressibleDenseParticleFluid::correctPressure(), incompressibleFluid::correctPressure(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), linearViscousStress< BasicMomentumTransportModel >::divDevTau(), kineticTheoryModel::divDevTau(), Maxwell< BasicMomentumTransportModel >::divDevTau(), unityLewisFourier< BasicThermophysicalTransportModel >::divj(), unityLewisFourier< BasicThermophysicalTransportModel >::divq(), unityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::divq(), age::execute(), phaseScalarTransport::execute(), scalarTransport::execute(), XiFluid::ftSolve(), twoPhaseSolver::incompressiblePressureCorrector(), unityLewisEddyDiffusivity< Foam::RASThermophysicalTransportModel< Foam::ThermophysicalTransportModel< Foam::compressibleMomentumTransportModel, Foam::fluidThermo > > >::j(), laplacian(), main(), makeMomentumTransportModelTypes(), incompressibleDriftFlux::prePredictor(), compressibleMultiphaseVoF::pressureCorrector(), compressibleVoF::pressureCorrector(), incompressibleMultiphaseVoF::pressureCorrector(), solidDisplacement::pressureCorrector(), anisotropic< SolidThermophysicalTransportModel >::q(), displacementComponentLaplacianFvMotionSolver::solve(), velocityComponentLaplacianFvMotionSolver::solve(), displacementLaplacianFvMotionSolver::solve(), displacementSBRStressFvMotionSolver::solve(), velocityLaplacianFvMotionSolver::solve(), phaseSystem::solve(), compressibleMultiphaseVoF::thermophysicalPredictor(), and compressibleVoF::thermophysicalPredictor().
Definition at line 71 of file fvmLaplacian.C.
References TimePaths::constant(), Foam::dimless, laplacian(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), IOobject::NO_READ, and IOobject::time().
Definition at line 100 of file fvmLaplacian.C.
Definition at line 116 of file fvmLaplacian.C.
Definition at line 131 of file fvmLaplacian.C.
References laplacian(), and Foam::name().
Definition at line 144 of file fvmLaplacian.C.
References laplacian().
tmp< fvMatrix< Type > > laplacian | ( | const dimensioned< GType > & | gamma, |
const VolField< Type > & | vf, | ||
const word & | name | ||
) |
Definition at line 156 of file fvmLaplacian.C.
References IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), dimensioned< Type >::name(), Foam::name(), and IOobject::NO_READ.
tmp< fvMatrix< Type > > laplacian | ( | const dimensioned< GType > & | gamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 182 of file fvmLaplacian.C.
References IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), dimensioned< Type >::name(), and IOobject::NO_READ.
tmp< fvMatrix< Type > > laplacian | ( | const VolField< GType > & | gamma, |
const VolField< Type > & | vf, | ||
const word & | name | ||
) |
Definition at line 209 of file fvmLaplacian.C.
References DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), and laplacianScheme< Type, GType >::New().
tmp< fvMatrix< Type > > laplacian | ( | const tmp< VolField< GType >> & | tgamma, |
const VolField< Type > & | vf, | ||
const word & | name | ||
) |
Definition at line 226 of file fvmLaplacian.C.
References laplacian(), and Foam::name().
Definition at line 241 of file fvmLaplacian.C.
References laplacian(), and IOobject::name().
tmp< fvMatrix< Type > > laplacian | ( | const tmp< VolField< GType >> & | tgamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 258 of file fvmLaplacian.C.
References laplacian().
tmp< fvMatrix< Type > > laplacian | ( | const SurfaceField< GType > & | gamma, |
const VolField< Type > & | vf, | ||
const word & | name | ||
) |
Definition at line 274 of file fvmLaplacian.C.
References DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), and laplacianScheme< Type, GType >::New().
tmp< fvMatrix< Type > > laplacian | ( | const tmp< SurfaceField< GType >> & | tgamma, |
const VolField< Type > & | vf, | ||
const word & | name | ||
) |
Definition at line 291 of file fvmLaplacian.C.
References laplacian(), and Foam::name().
tmp< fvMatrix< Type > > laplacian | ( | const SurfaceField< GType > & | gamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 306 of file fvmLaplacian.C.
References laplacian(), and IOobject::name().
tmp< fvMatrix< Type > > laplacian | ( | const tmp< SurfaceField< GType >> & | tGamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 323 of file fvmLaplacian.C.
References laplacian().
tmp< fvMatrix< Type > > laplacianCorrection | ( | const VolField< scalar > & | gamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 339 of file fvmLaplacian.C.
References Foam::fvc::interpolate().
Referenced by Fickian< BasicThermophysicalTransportModel >::divq(), Fourier< BasicThermophysicalTransportModel >::divq(), MaxwellStefan< BasicThermophysicalTransportModel >::divq(), eddyDiffusivity< TurbulenceThermophysicalTransportModel >::divq(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::divq(), anisotropic< SolidThermophysicalTransportModel >::divq(), isotropic< SolidThermophysicalTransportModel >::divq(), and laplacianCorrection().
tmp< fvMatrix< Type > > laplacianCorrection | ( | const tmp< VolField< scalar >> & | tgamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 351 of file fvmLaplacian.C.
References laplacianCorrection().
tmp< fvMatrix< Type > > laplacianCorrection | ( | const SurfaceField< scalar > & | gamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 370 of file fvmLaplacian.C.
References Foam::correction(), and DimensionedField< Type, GeoMesh >::mesh().
tmp< fvMatrix< Type > > laplacianCorrection | ( | const tmp< SurfaceField< scalar >> & | tGamma, |
const VolField< Type > & | vf | ||
) |
Definition at line 390 of file fvmLaplacian.C.
References laplacianCorrection().
tmp<fvMatrix<Type> > Foam::fvm::Su | ( | const DimensionedField< Type, volMesh > & | , |
const VolField< Type > & | |||
) |
Referenced by divc(), Fickian< BasicThermophysicalTransportModel >::divq(), MaxwellStefan< BasicThermophysicalTransportModel >::divq(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::divq(), mixtureKEpsilon< BasicMomentumTransportModel >::epsilonSource(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::epsilonSource(), mixtureKEpsilon< BasicMomentumTransportModel >::kSource(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::kSource(), kOmegaSSTSAS< BasicMomentumTransportModel >::Qsas(), noSintering::R(), dummy::R(), turbulentBreakUp::R(), and Giesekus< BasicMomentumTransportModel >::sigmaSource().
tmp<fvMatrix<Type> > Foam::fvm::Su | ( | const tmp< DimensionedField< Type, volMesh >> & | , |
const VolField< Type > & | |||
) |
tmp<fvMatrix<Type> > Foam::fvm::Sp | ( | const volScalarField::Internal & | , |
const VolField< Type > & | |||
) |
Referenced by VoFCavitation::addSup(), VoFFilmTransfer::addSup(), homogeneousCondensation::addSup(), homogeneousLiquidPhaseSeparation::addSup(), coefficientPhaseChange::addSup(), coefficientMassTransfer::addSup(), waveForcing::addSup(), interRegionHeatTransfer::addSup(), filmCloudTransfer::addSup(), filmVoFTransfer::addSup(), fvSpecificSource::addSupType(), massTransfer::addSupType(), XiFluid::bSolve(), P1::calculate(), PDRkEpsilon::correct(), kineticTheoryModel::correct(), IATE::correct(), fractal::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), kOmegaSST< MomentumTransportModel, BasicMomentumTransportModel >::correct(), lambdaThixotropic< BasicMomentumTransportModel >::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), dynamicLagrangian< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), SpalartAllmarasDES< BasicMomentumTransportModel >::correct(), kEpsilon< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), kOmega2006< BasicMomentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), LRR< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), SpalartAllmaras< BasicMomentumTransportModel >::correct(), SSG< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), radiativeIntensityRay::correct(), transport::correct(), advectionDiffusion::correct(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), compressibleMultiphaseVoF::divDevTau(), compressibleVoF::divDevTau(), continuousGasKEpsilon< BasicMomentumTransportModel >::epsilonSource(), LaheyKEpsilon< BasicMomentumTransportModel >::epsilonSource(), boundedDdtScheme< Type >::fvmDdt(), boundedConvectionScheme< Type >::fvmDiv(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), continuousGasKEqn< BasicMomentumTransportModel >::kSource(), NicenoKEqn< BasicMomentumTransportModel >::kSource(), continuousGasKEpsilon< BasicMomentumTransportModel >::kSource(), LaheyKEpsilon< BasicMomentumTransportModel >::kSource(), main(), makeMomentumTransportModelTypes(), incompressibleDenseParticleFluid::momentumPredictor(), isothermalFilm::momentumPredictor(), compressibleVoF::pressureCorrector(), KochFriedlander::R(), randomCoalescence::R(), wallBoiling::R(), singleStepCombustion::R(), radiationModel::Sh(), Giesekus< BasicMomentumTransportModel >::sigmaSource(), Maxwell< BasicMomentumTransportModel >::sigmaSource(), PTT< BasicMomentumTransportModel >::sigmaSource(), populationBalanceModel::solve(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::specieTransfer(), radiationModel::ST(), compressibleMultiphaseVoF::thermophysicalPredictor(), compressibleVoF::thermophysicalPredictor(), film::thermophysicalPredictor(), MovingPhaseModel< BasePhaseModel >::UgradU(), and MulticomponentPhaseModel< BasePhaseModel >::YiEqn().
tmp<fvMatrix<Type> > Foam::fvm::Sp | ( | const tmp< volScalarField::Internal > & | , |
const VolField< Type > & | |||
) |
tmp<fvMatrix<Type> > Foam::fvm::Sp | ( | const tmp< volScalarField > & | , |
const VolField< Type > & | |||
) |
tmp<fvMatrix<Type> > Foam::fvm::Sp | ( | const dimensionedScalar & | , |
const VolField< Type > & | |||
) |
tmp<fvMatrix<Type> > Foam::fvm::SuSp | ( | const volScalarField::Internal & | , |
const VolField< Type > & | |||
) |
Referenced by multicomponentPhaseChange::addSup(), singleComponentPhaseChange::addSup(), massTransfer::addSupType(), XiFluid::bSolve(), PDRkEpsilon::correct(), kineticTheoryModel::correct(), IATE::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), kOmegaSST< MomentumTransportModel, BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), kEpsilon< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), kOmega2006< BasicMomentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), relaxation::correct(), buoyantKEpsilon< BasicMomentumTransportModel >::epsilonSource(), buoyantKEpsilon< BasicMomentumTransportModel >::kSource(), makeMomentumTransportModelTypes(), phaseChange::R(), wakeEntrainmentCoalescence::R(), ThermoCloud< CloudType >::Sh(), populationBalanceModel::solve(), MovingPhaseModel< BasePhaseModel >::UEqn(), and MovingPhaseModel< BasePhaseModel >::UfEqn().
tmp<fvMatrix<Type> > Foam::fvm::SuSp | ( | const tmp< volScalarField::Internal > & | , |
const VolField< Type > & | |||
) |
tmp<fvMatrix<Type> > Foam::fvm::SuSp | ( | const tmp< volScalarField > & | , |
const VolField< Type > & | |||
) |
tmp<fvMatrix<Type> > Foam::fvm::S | ( | const Pair< tmp< volScalarField::Internal >> & | , |
const VolField< Type > & | |||
) |
Referenced by fvTotalSource::addSource(), VoFSolidificationMelting::addSup(), solidificationMelting::addSup(), massTransfer::addSupType(), Stokes2::celerity(), Stokes5::celerity(), chemPointISAT::chemPointISAT(), homogeneousCondensation::correct(), homogeneousLiquidPhaseSeparation::correct(), dynamicLagrangian< BasicMomentumTransportModel >::correct(), SSG< BasicMomentumTransportModel >::correct(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), Stokes5::elevation(), zoneCombustion::filter(), triangle< Point, PointRef >::inertia(), waveSpectrum::integralFS(), waveSpectrum::integralS(), Dual< Type >::interpolateGrad(), makeMomentumTransportModelTypes(), realizableKE< BasicMomentumTransportModel >::rCmu(), fvMatrix< Type >::relax(), multiNormal::sample(), fvSpecificSource::source(), fvTotalSource::source(), Stokes5::velocity(), and PengRobinsonGas< Specie >::Z().