Namespace of functions to calculate explicit derivatives. More...
tmp< GeometricField< Type, fvPatchField, volMesh > > average | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ssf | ) |
Area-weighted average a surfaceField creating a volField.
Definition at line 46 of file fvcAverage.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), GeometricField< Type, PatchField, GeoMesh >::correctBoundaryConditions(), DimensionedField< Type, GeoMesh >::dimensions(), forAll, fvMesh::magSf(), mesh, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), polyMesh::nGeometricD(), patchi, GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), GeometricField< Type, PatchField, GeoMesh >::ref(), surfaceSum(), and Foam::Zero.
Referenced by average(), Dual< Type >::average(), Foam::bound(), if(), surfaceFieldValue::processSameTypeValues(), volFieldValue::processValues(), and PrimitivePatch<::Foam::List< labelledTri >, pointField >::projectPoints().
tmp< GeometricField< Type, fvPatchField, volMesh > > average | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | tssf | ) |
Area-weighted average a surfaceField creating a volField.
Definition at line 92 of file fvcAverage.C.
References average().
tmp< GeometricField< Type, fvPatchField, volMesh > > average | ( | const GeometricField< Type, fvPatchField, volMesh > & | vtf | ) |
Area-weighted average a surfaceField creating a volField.
Definition at line 108 of file fvcAverage.C.
References average(), and Foam::linearInterpolate().
tmp< GeometricField< Type, fvPatchField, volMesh > > average | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvtf | ) |
Area-weighted average a surfaceField creating a volField.
Definition at line 119 of file fvcAverage.C.
References average().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::cellReduce | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | , |
const CombineOp & | cop, | ||
const Type & | nullValue = pTraits< Type >::zero |
||
) |
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::cellReduce | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | , |
const CombineOp & | cop, | ||
const Type & | nullValue = pTraits< Type >::zero |
||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > curl | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 45 of file fvcCurl.C.
References grad(), IOobject::name(), tmp< T >::ref(), and Foam::skew().
Referenced by LiftForce< CloudType >::cacheFields(), and curl().
tmp< GeometricField< Type, fvPatchField, volMesh > > curl | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) |
tmp< GeometricField< Type, fvPatchField, volMesh > > d2dt2 | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 45 of file fvcD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and d2dt2Scheme< Type >::New().
Referenced by optionList::d2dt2(), and optionList::~optionList().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::d2dt2 | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 60 of file fvcD2dt2.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and d2dt2Scheme< Type >::New().
tmp< GeometricField< Type, fvPatchField, volMesh > > DDt | ( | const surfaceScalarField & | phi, |
const GeometricField< Type, fvPatchField, volMesh > & | psi | ||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > DDt | ( | const tmp< surfaceScalarField > & | tphi, |
const GeometricField< Type, fvPatchField, volMesh > & | psi | ||
) |
Definition at line 67 of file fvcDDt.C.
References tmp< T >::clear(), and DDt().
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt | ( | const dimensioned< Type > | dt, |
const fvMesh & | mesh | ||
) |
Definition at line 45 of file fvcDdt.C.
References fvSchemes::ddtScheme(), dimensioned< Type >::name(), and ddtScheme< Type >::New().
Referenced by PressureGradientForce< CloudType >::cacheFields(), Implicit< CloudType >::cacheFields(), Foam::CorrectPhi(), DDt(), ddt(), phaseScalarTransport::execute(), for(), forAll(), forAllConstIter(), boundedDdtScheme< Type >::fvcDdt(), boundedDdtScheme< Type >::fvmDdt(), if(), kinematicSingleLayer::updateContinuityErr(), and while().
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 61 of file fvcDdt.C.
References ddt(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt | ( | const dimensionedScalar & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 76 of file fvcDdt.C.
References ddt(), DimensionedField< Type, GeoMesh >::mesh(), dimensioned< Type >::name(), IOobject::name(), and ddtScheme< Type >::New().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::ddt | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 92 of file fvcDdt.C.
References ddt(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::ddt | ( | const volScalarField & | alpha, |
const volScalarField & | rho, | ||
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 108 of file fvcDdt.C.
References ddt(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > ddt | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | sf | ) |
Definition at line 131 of file fvcDdt.C.
References ddt(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt | ( | const one & | , |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
const one & | |||
) |
tmp<GeometricField<typename flux<Type>::type, fvsPatchField, surfaceMesh> > Foam::fvc::ddtCorr | ( | const GeometricField< Type, fvPatchField, volMesh > & | U, |
const GeometricField< Type, fvsPatchField, surfaceMesh > & | Uf | ||
) |
Definition at line 170 of file fvcDdt.C.
References ddtCorr(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
Referenced by ddt(), ddtCorr(), and if().
tmp<GeometricField<typename flux<Type>::type, fvsPatchField, surfaceMesh> > Foam::fvc::ddtCorr | ( | const GeometricField< Type, fvPatchField, volMesh > & | U, |
const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > & | phi | ||
) |
Definition at line 186 of file fvcDdt.C.
References ddtCorr(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), and phi.
tmp<GeometricField<typename flux<Type>::type, fvsPatchField, surfaceMesh> > Foam::fvc::ddtCorr | ( | const GeometricField< Type, fvPatchField, volMesh > & | U, |
const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > & | phi, | ||
const autoPtr< GeometricField< Type, fvsPatchField, surfaceMesh >> & | Uf | ||
) |
tmp<GeometricField<typename flux<Type>::type, fvsPatchField, surfaceMesh> > Foam::fvc::ddtCorr | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const GeometricField< Type, fvsPatchField, surfaceMesh > & | Uf | ||
) |
Definition at line 232 of file fvcDdt.C.
References ddtCorr(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
tmp<GeometricField<typename flux<Type>::type, fvsPatchField, surfaceMesh> > Foam::fvc::ddtCorr | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > & | phi | ||
) |
Definition at line 249 of file fvcDdt.C.
References ddtCorr(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), and phi.
tmp<GeometricField<typename flux<Type>::type, fvsPatchField, surfaceMesh> > Foam::fvc::ddtCorr | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > & | phi, | ||
const autoPtr< GeometricField< Type, fvsPatchField, surfaceMesh >> & | Uf | ||
) |
|
inline |
tmp< GeometricField < typename Foam::flux<Type>::type, fvsPatchField, surfaceMesh > > Foam::fvc::ddtCorr | ( | const GeometricField< Type, fvPatchField, volMesh > & | U, |
const GeometricField< Type, fvsPatchField, surfaceMesh > & | Uf | ||
) |
Definition at line 170 of file fvcDdt.C.
References ddtCorr(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and ddtScheme< Type >::New().
Referenced by ddt(), ddtCorr(), and if().
tmp< GeometricField < typename Foam::flux<Type>::type, fvsPatchField, surfaceMesh > > Foam::fvc::ddtCorr | ( | const GeometricField< Type, fvPatchField, volMesh > & | U, |
const GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > & | phi | ||
) |
Definition at line 186 of file fvcDdt.C.
References ddtCorr(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), ddtScheme< Type >::New(), and phi.
tmp< GeometricField < typename Foam::flux<Type>::type, fvsPatchField, surfaceMesh > > Foam::fvc::ddtCorr | ( | const GeometricField< Type, fvPatchField, volMesh > & | U, |
const GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > & | phi, | ||
const autoPtr< GeometricField< Type, fvsPatchField, surfaceMesh >> & | Uf | ||
) |
tmp< GeometricField < typename Foam::flux<Type>::type, fvsPatchField, surfaceMesh > > Foam::fvc::ddtCorr | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const GeometricField< Type, fvsPatchField, surfaceMesh > & | Uf | ||
) |
tmp< GeometricField < typename Foam::flux<Type>::type, fvsPatchField, surfaceMesh > > Foam::fvc::ddtCorr | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > & | phi | ||
) |
tmp< GeometricField < typename Foam::flux<Type>::type, fvsPatchField, surfaceMesh > > Foam::fvc::ddtCorr | ( | const volScalarField & | rho, |
const GeometricField< Type, fvPatchField, volMesh > & | U, | ||
const GeometricField< typename Foam::flux< Type >::type, fvsPatchField, surfaceMesh > & | phi, | ||
const autoPtr< GeometricField< Type, fvsPatchField, surfaceMesh >> & | Uf | ||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > div | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ssf | ) |
Definition at line 47 of file fvcDiv.C.
References IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::New(), and surfaceIntegrate().
Referenced by Implicit< CloudType >::cacheFields(), kEqn< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEpsilon< compressible::momentumTransportModel >::correct(), thixotropicViscosity::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), advectionDiffusion::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::correct(), Foam::CorrectPhi(), DDt(), div(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::DivDevRhoReff(), linearViscousStress< LESModel< BasicMomentumTransportModel > >::divDevTau(), nonlinearEddyViscosity< incompressible::RASModel >::divDevTau(), Maxwell< BasicMomentumTransportModel >::divDevTau(), for(), forAll(), forAllConstIter(), gaussLaplacianScheme< Type, GType >::fvcLaplacian(), gaussLaplacianScheme< Type, GType >::fvmLaplacian(), if(), kinematicSingleLayer::predictDelta(), displacementSBRStressFvMotionSolver::solve(), thermalBaffle::solveEnergy(), kinematicSingleLayer::updateContinuityErr(), while(), and FSD< ReactionThermo, ThermoType >::~FSD().
tmp< GeometricField< Type, fvPatchField, volMesh > > div | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | tssf | ) |
tmp< GeometricField < typename innerProduct<vector, Type>::type, fvPatchField, volMesh >> Foam::fvc::div | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
const word & | name | ||
) |
Definition at line 81 of file fvcDiv.C.
References div(), DimensionedField< Type, GeoMesh >::mesh(), divScheme< Type >::New(), and ref().
tmp< GeometricField < typename innerProduct<vector, Type>::type, fvPatchField, volMesh >> Foam::fvc::div | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvvf, |
const word & | name | ||
) |
tmp< GeometricField < typename innerProduct<vector, Type>::type, fvPatchField, volMesh >> Foam::fvc::div | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 125 of file fvcDiv.C.
References div(), and IOobject::name().
tmp< GeometricField < typename innerProduct<vector, Type>::type, fvPatchField, volMesh >> Foam::fvc::div | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvvf | ) |
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const surfaceScalarField & | flux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 156 of file fvcDiv.C.
References div(), flux(), DimensionedField< Type, GeoMesh >::mesh(), convectionScheme< Type >::New(), and ref().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const tmp< surfaceScalarField > & | tflux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 174 of file fvcDiv.C.
References tmp< T >::clear(), and div().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const surfaceScalarField & | flux, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const tmp< surfaceScalarField > & | tflux, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 210 of file fvcDiv.C.
References tmp< T >::clear(), and div().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const surfaceScalarField & | flux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 229 of file fvcDiv.C.
References div(), and IOobject::name().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const tmp< surfaceScalarField > & | tflux, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 244 of file fvcDiv.C.
References tmp< T >::clear(), and div().
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const surfaceScalarField & | flux, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::fvc::div | ( | const tmp< surfaceScalarField > & | tflux, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 278 of file fvcDiv.C.
References tmp< T >::clear(), and div().
tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::div | ( | const GeometricField< Type, fvPatchField, volMesh > & | , |
const word & | name | ||
) |
Definition at line 81 of file fvcDiv.C.
References div(), DimensionedField< Type, GeoMesh >::mesh(), divScheme< Type >::New(), and ref().
tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::div | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | , |
const word & | name | ||
) |
tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::div | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) |
Definition at line 125 of file fvcDiv.C.
References div(), and IOobject::name().
tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::div | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | ) |
Foam::tmp< Foam::surfaceScalarField > flux | ( | const volVectorField & | vvf | ) |
Return the face-flux field obtained from the given volVectorField.
Definition at line 32 of file fvcFlux.C.
References DimensionedField< Type, GeoMesh >::mesh(), and IOobject::name().
Referenced by Foam::fvm::div(), div(), flux(), for(), gaussConvectionScheme< Type >::fvcDiv(), if(), kinematicSingleLayer::kinematicSingleLayer(), Foam::MULES::limit(), kinematicSingleLayer::solveAlpha(), thermoSingleLayer::thermoSingleLayer(), and while().
Foam::tmp< Foam::surfaceScalarField > flux | ( | const tmp< volVectorField > & | tvvf | ) |
Return the face-flux field obtained from the given tmp volVectorField.
Definition at line 45 of file fvcFlux.C.
References tmp< T >::clear(), and flux().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | phi, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 163 of file fvcFluxTemplates.C.
References flux().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | phi, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
Istream & | schemeData | ||
) |
Definition at line 45 of file fvcFluxTemplates.C.
References flux(), DimensionedField< Type, GeoMesh >::mesh(), convectionScheme< Type >::New(), and phi.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | phi, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 63 of file fvcFluxTemplates.C.
References flux(), and DimensionedField< Type, GeoMesh >::mesh().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const tmp< surfaceScalarField > & | tphi, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 76 of file fvcFluxTemplates.C.
References tmp< T >::clear(), and flux().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | phi, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 94 of file fvcFluxTemplates.C.
References flux().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const tmp< surfaceScalarField > & | tphi, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 112 of file fvcFluxTemplates.C.
References tmp< T >::clear(), and flux().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const surfaceScalarField & | phi, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 131 of file fvcFluxTemplates.C.
References flux(), and IOobject::name().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const tmp< surfaceScalarField > & | tphi, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 146 of file fvcFluxTemplates.C.
References tmp< T >::clear(), and flux().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux | ( | const tmp< surfaceScalarField > & | tphi, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 180 of file fvcFluxTemplates.C.
References tmp< T >::clear(), and flux().
tmp< GeometricField < typename outerProduct<vector, Type>::type, fvPatchField, volMesh >> Foam::fvc::grad | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ssf | ) |
Definition at line 52 of file fvcGrad.C.
References grad(), gaussGrad< Type >::gradf(), and IOobject::name().
Referenced by GradientDispersionRAS< CloudType >::cacheFields(), PressureGradientForce< CloudType >::cacheFields(), dynamicKEqn< BasicMomentumTransportModel >::Ce(), thermocapillaryForce::correct(), diffusion< ReactionThermo, ThermoType >::correct(), contactAngleForce::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), dynamicLagrangian< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), Poisson::correct(), LamBremhorstKE::correct(), ShihQuadraticKE::correct(), LienLeschziner::correct(), Maxwell< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEpsilon< compressible::momentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), SSG< BasicMomentumTransportModel >::correct(), LienCubicKE::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), LRR< BasicMomentumTransportModel >::correct(), SpalartAllmaras< BasicMomentumTransportModel >::correct(), SpalartAllmarasDES< BasicMomentumTransportModel >::correct(), qZeta::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), advectionDiffusion::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), kkLOmega::correct(), kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::correct(), cubic< Type >::correction(), dynamicLagrangian< BasicMomentumTransportModel >::correctNut(), WALE< BasicMomentumTransportModel >::correctNut(), ShihQuadraticKE::correctNut(), SmagorinskyZhang< BasicMomentumTransportModel >::correctNut(), Smagorinsky< BasicMomentumTransportModel >::correctNut(), realizableKE< BasicMomentumTransportModel >::correctNut(), dynamicKEqn< BasicMomentumTransportModel >::correctNut(), LienCubicKE::correctNut(), kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::correctNut(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), curl(), linearViscousStress< LESModel< BasicMomentumTransportModel > >::devTau(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::devTau(), Maxwell< BasicMomentumTransportModel >::devTau(), forces::devTau(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::DivDevRhoReff(), linearViscousStress< LESModel< BasicMomentumTransportModel > >::divDevTau(), Maxwell< BasicMomentumTransportModel >::divDevTau(), WALE< BasicMomentumTransportModel >::epsilon(), Smagorinsky< BasicMomentumTransportModel >::epsilon(), correctedSnGrad< Type >::fullGradCorrection(), gaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), buoyantKEpsilon< BasicMomentumTransportModel >::Gcoef(), grad(), if(), Fourier< BasicThermophysicalTransportModel >::j(), eddyDiffusivity< TurbulenceThermophysicalTransportModel >::j(), dynamicLagrangian< BasicMomentumTransportModel >::k(), WALE< BasicMomentumTransportModel >::k(), Smagorinsky< BasicMomentumTransportModel >::k(), SpalartAllmarasDES< BasicMomentumTransportModel >::k(), magSqrGradGrad(), ParticleTrap< CloudType >::preEvolve(), Fourier< BasicThermophysicalTransportModel >::q(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::q(), eddyDiffusivity< TurbulenceThermophysicalTransportModel >::q(), kOmegaSSTSAS< BasicMomentumTransportModel >::Qsas(), eddyViscosity< LESModel< BasicMomentumTransportModel > >::sigma(), continuousGasKEpsilon< BasicMomentumTransportModel >::sigma(), skewCorrected< Type >::skewCorrection(), displacementSBRStressFvMotionSolver::solve(), SpalartAllmaras< BasicMomentumTransportModel >::Stilda(), generalizedNewtonian< BasicMomentumTransportModel >::strainRate(), viscosityModel::strainRate(), while(), XiReactionRate::write(), Basic< Type >::~Basic(), FSD< ReactionThermo, ThermoType >::~FSD(), and gradScheme< Type >::~gradScheme().
tmp< GeometricField < typename outerProduct<vector,Type>::type, fvPatchField, volMesh >> Foam::fvc::grad | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | tssf | ) |
tmp< GeometricField < typename outerProduct<vector,Type>::type, fvPatchField, volMesh >> Foam::fvc::grad | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
const word & | name | ||
) |
Definition at line 92 of file fvcGrad.C.
References grad(), DimensionedField< Type, GeoMesh >::mesh(), and gradScheme< Type >::New().
tmp< GeometricField < typename outerProduct<vector,Type>::type, fvPatchField, volMesh >> Foam::fvc::grad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, |
const word & | name | ||
) |
tmp< GeometricField < typename outerProduct<vector,Type>::type, fvPatchField, volMesh >> Foam::fvc::grad | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 143 of file fvcGrad.C.
References grad(), and IOobject::name().
tmp< GeometricField < typename outerProduct<vector,Type>::type, fvPatchField, volMesh >> Foam::fvc::grad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) |
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::grad | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ) |
Definition at line 52 of file fvcGrad.C.
References grad(), gaussGrad< Type >::gradf(), and IOobject::name().
Referenced by GradientDispersionRAS< CloudType >::cacheFields(), PressureGradientForce< CloudType >::cacheFields(), dynamicKEqn< BasicMomentumTransportModel >::Ce(), thermocapillaryForce::correct(), diffusion< ReactionThermo, ThermoType >::correct(), contactAngleForce::correct(), DeardorffDiffStress< BasicMomentumTransportModel >::correct(), dynamicLagrangian< BasicMomentumTransportModel >::correct(), kEqn< BasicMomentumTransportModel >::correct(), Poisson::correct(), LamBremhorstKE::correct(), ShihQuadraticKE::correct(), LienLeschziner::correct(), Maxwell< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEpsilon< compressible::momentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), SSG< BasicMomentumTransportModel >::correct(), LienCubicKE::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), LRR< BasicMomentumTransportModel >::correct(), SpalartAllmaras< BasicMomentumTransportModel >::correct(), SpalartAllmarasDES< BasicMomentumTransportModel >::correct(), qZeta::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), advectionDiffusion::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), kkLOmega::correct(), kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::correct(), cubic< Type >::correction(), dynamicLagrangian< BasicMomentumTransportModel >::correctNut(), WALE< BasicMomentumTransportModel >::correctNut(), ShihQuadraticKE::correctNut(), SmagorinskyZhang< BasicMomentumTransportModel >::correctNut(), Smagorinsky< BasicMomentumTransportModel >::correctNut(), realizableKE< BasicMomentumTransportModel >::correctNut(), dynamicKEqn< BasicMomentumTransportModel >::correctNut(), LienCubicKE::correctNut(), kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::correctNut(), kOmegaSSTLM< BasicMomentumTransportModel >::correctReThetatGammaInt(), curl(), linearViscousStress< LESModel< BasicMomentumTransportModel > >::devTau(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::devTau(), Maxwell< BasicMomentumTransportModel >::devTau(), forces::devTau(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::DivDevRhoReff(), linearViscousStress< LESModel< BasicMomentumTransportModel > >::divDevTau(), Maxwell< BasicMomentumTransportModel >::divDevTau(), WALE< BasicMomentumTransportModel >::epsilon(), Smagorinsky< BasicMomentumTransportModel >::epsilon(), correctedSnGrad< Type >::fullGradCorrection(), gaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), buoyantKEpsilon< BasicMomentumTransportModel >::Gcoef(), grad(), if(), Fourier< BasicThermophysicalTransportModel >::j(), eddyDiffusivity< TurbulenceThermophysicalTransportModel >::j(), dynamicLagrangian< BasicMomentumTransportModel >::k(), WALE< BasicMomentumTransportModel >::k(), Smagorinsky< BasicMomentumTransportModel >::k(), SpalartAllmarasDES< BasicMomentumTransportModel >::k(), magSqrGradGrad(), ParticleTrap< CloudType >::preEvolve(), Fourier< BasicThermophysicalTransportModel >::q(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::q(), eddyDiffusivity< TurbulenceThermophysicalTransportModel >::q(), kOmegaSSTSAS< BasicMomentumTransportModel >::Qsas(), eddyViscosity< LESModel< BasicMomentumTransportModel > >::sigma(), continuousGasKEpsilon< BasicMomentumTransportModel >::sigma(), skewCorrected< Type >::skewCorrection(), displacementSBRStressFvMotionSolver::solve(), SpalartAllmaras< BasicMomentumTransportModel >::Stilda(), generalizedNewtonian< BasicMomentumTransportModel >::strainRate(), viscosityModel::strainRate(), while(), XiReactionRate::write(), Basic< Type >::~Basic(), FSD< ReactionThermo, ThermoType >::~FSD(), and gradScheme< Type >::~gradScheme().
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::grad | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | ) |
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::grad | ( | const GeometricField< Type, fvPatchField, volMesh > & | , |
const word & | name | ||
) |
Definition at line 92 of file fvcGrad.C.
References grad(), DimensionedField< Type, GeoMesh >::mesh(), and gradScheme< Type >::New().
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::grad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | , |
const word & | name | ||
) |
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::grad | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) |
Definition at line 143 of file fvcGrad.C.
References grad(), and IOobject::name().
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::grad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | ) |
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
const word & | name | ||
) |
Definition at line 45 of file fvcLaplacian.C.
References DimensionedField< Type, GeoMesh >::mesh(), laplacianScheme< Type, GType >::New(), and ref().
Referenced by Implicit< CloudType >::cacheFields(), Foam::CorrectPhi(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::DivDevRhoReff(), linearViscousStress< LESModel< BasicMomentumTransportModel > >::divDevTau(), nonUnityLewisEddyDiffusivity< TurbulenceThermophysicalTransportModel >::divq(), for(), if(), laplacian(), laplaceFilter::operator()(), kinematicSingleLayer::pc(), kOmegaSSTSAS< BasicMomentumTransportModel >::Qsas(), and while().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, |
const word & | name | ||
) |
Definition at line 61 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 78 of file fvcLaplacian.C.
References laplacian(), and IOobject::name().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) |
Definition at line 89 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const dimensioned< GType > & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 107 of file fvcLaplacian.C.
References IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), dimensioned< Type >::name(), and IOobject::NO_READ.
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const dimensioned< GType > & | gamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 133 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const dimensioned< GType > & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 151 of file fvcLaplacian.C.
References IOobject::instance(), laplacian(), DimensionedField< Type, GeoMesh >::mesh(), dimensioned< Type >::name(), and IOobject::NO_READ.
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const dimensioned< GType > & | gamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 176 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 195 of file fvcLaplacian.C.
References laplacian(), DimensionedField< Type, GeoMesh >::mesh(), laplacianScheme< Type, GType >::New(), and ref().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvPatchField, volMesh >> & | tgamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 212 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 230 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvPatchField, volMesh >> & | tgamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 248 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 267 of file fvcLaplacian.C.
References laplacian(), and IOobject::name().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvPatchField, volMesh >> & | tgamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 284 of file fvcLaplacian.C.
References laplacian(), Foam::name(), and IOobject::name().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvPatchField, volMesh > & | gamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 301 of file fvcLaplacian.C.
References laplacian(), and IOobject::name().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvPatchField, volMesh >> & | tgamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 318 of file fvcLaplacian.C.
References laplacian(), and Foam::name().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 337 of file fvcLaplacian.C.
References laplacian(), DimensionedField< Type, GeoMesh >::mesh(), laplacianScheme< Type, GType >::New(), and ref().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvsPatchField, surfaceMesh >> & | tgamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf, | ||
const word & | name | ||
) |
Definition at line 354 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | gamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 372 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvsPatchField, surfaceMesh >> & | tgamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, | ||
const word & | name | ||
) |
Definition at line 389 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | gamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 408 of file fvcLaplacian.C.
References laplacian(), and IOobject::name().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvsPatchField, surfaceMesh >> & | tgamma, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 425 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const GeometricField< GType, fvsPatchField, surfaceMesh > & | gamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 442 of file fvcLaplacian.C.
References laplacian().
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian | ( | const tmp< GeometricField< GType, fvsPatchField, surfaceMesh >> & | tgamma, |
const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ||
) |
Definition at line 458 of file fvcLaplacian.C.
References laplacian().
tmp< volScalarField > magSqrGradGrad | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 44 of file fvcMagSqrGradGrad.C.
References GeometricField< Type, PatchField, GeoMesh >::component(), grad(), Foam::magSqr(), and tmp< T >::ref().
Referenced by LaunderSharmaKE< BasicMomentumTransportModel >::correct(), qZeta::correct(), and magSqrGradGrad().
tmp< volScalarField > magSqrGradGrad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) |
Definition at line 67 of file fvcMagSqrGradGrad.C.
References magSqrGradGrad().
Foam::tmp< Foam::surfaceScalarField > meshPhi | ( | const volVectorField & | U | ) |
Definition at line 34 of file fvcMeshPhi.C.
References DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and Foam::compressible::New().
Referenced by absolute(), if(), makeAbsolute(), makeRelative(), meshPhi(), layeredEngineMesh::move(), fvMotionSolverEngineMesh::move(), relative(), movingWallVelocityFvPatchVectorField::updateCoeffs(), and while().
Foam::tmp< Foam::surfaceScalarField > meshPhi | ( | const dimensionedScalar & | rho, |
const volVectorField & | U | ||
) |
Definition at line 47 of file fvcMeshPhi.C.
References DimensionedField< Type, GeoMesh >::mesh(), meshPhi(), dimensioned< Type >::name(), IOobject::name(), and Foam::compressible::New().
Foam::tmp< Foam::surfaceScalarField > meshPhi | ( | const volScalarField & | rho, |
const volVectorField & | U | ||
) |
Definition at line 61 of file fvcMeshPhi.C.
References makeRelative(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), and Foam::compressible::New().
void makeRelative | ( | surfaceScalarField & | phi, |
const volVectorField & | U | ||
) |
Make the given flux relative.
Definition at line 75 of file fvcMeshPhi.C.
References DimensionedField< Type, GeoMesh >::mesh(), and meshPhi().
Referenced by Foam::CorrectPhi(), makeRelative(), and meshPhi().
void makeRelative | ( | surfaceScalarField & | phi, |
const dimensionedScalar & | rho, | ||
const volVectorField & | U | ||
) |
Make the given flux relative.
Definition at line 87 of file fvcMeshPhi.C.
References makeRelative(), DimensionedField< Type, GeoMesh >::mesh(), and meshPhi().
void makeRelative | ( | surfaceScalarField & | phi, |
const volScalarField & | rho, | ||
const volVectorField & | U | ||
) |
Make the given flux relative.
Definition at line 100 of file fvcMeshPhi.C.
References interpolate(), makeAbsolute(), DimensionedField< Type, GeoMesh >::mesh(), and meshPhi().
void makeAbsolute | ( | surfaceScalarField & | phi, |
const volVectorField & | U | ||
) |
Make the given flux absolute.
Definition at line 114 of file fvcMeshPhi.C.
References DimensionedField< Type, GeoMesh >::mesh(), and meshPhi().
Referenced by Foam::CorrectPhi(), if(), makeAbsolute(), and makeRelative().
void makeAbsolute | ( | surfaceScalarField & | phi, |
const dimensionedScalar & | rho, | ||
const volVectorField & | U | ||
) |
Make the given flux absolute.
Definition at line 126 of file fvcMeshPhi.C.
References makeAbsolute(), DimensionedField< Type, GeoMesh >::mesh(), and meshPhi().
void makeAbsolute | ( | surfaceScalarField & | phi, |
const volScalarField & | rho, | ||
const volVectorField & | U | ||
) |
Make the given flux absolute.
Definition at line 139 of file fvcMeshPhi.C.
References interpolate(), DimensionedField< Type, GeoMesh >::mesh(), meshPhi(), and relative().
Foam::tmp< Foam::surfaceScalarField > relative | ( | const tmp< surfaceScalarField > & | tphi, |
const volVectorField & | U | ||
) |
Return the given absolute flux in relative form.
Definition at line 153 of file fvcMeshPhi.C.
References mesh, and meshPhi().
Referenced by makeAbsolute().
Foam::tmp< Foam::surfaceScalarField > relative | ( | const tmp< surfaceScalarField > & | tphi, |
const volScalarField & | rho, | ||
const volVectorField & | U | ||
) |
Return the given absolute flux in relative form.
Definition at line 170 of file fvcMeshPhi.C.
References absolute(), interpolate(), mesh, and meshPhi().
Foam::tmp< Foam::surfaceScalarField > absolute | ( | const tmp< surfaceScalarField > & | tphi, |
const volVectorField & | U | ||
) |
Return the given relative flux in absolute form.
Definition at line 188 of file fvcMeshPhi.C.
References mesh, and meshPhi().
Referenced by kEqn< BasicMomentumTransportModel >::correct(), kOmega< BasicMomentumTransportModel >::correct(), dynamicKEqn< BasicMomentumTransportModel >::correct(), kEpsilon< compressible::momentumTransportModel >::correct(), LaunderSharmaKE< BasicMomentumTransportModel >::correct(), RNGkEpsilon< BasicMomentumTransportModel >::correct(), realizableKE< BasicMomentumTransportModel >::correct(), kEpsilonLopesdaCosta< BasicMomentumTransportModel >::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), v2f< BasicMomentumTransportModel >::correct(), kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::correct(), correctRhoUf(), if(), semiImplicitSource::read(), relative(), and while().
Foam::tmp< Foam::surfaceScalarField > absolute | ( | const tmp< surfaceScalarField > & | tphi, |
const volScalarField & | rho, | ||
const volVectorField & | U | ||
) |
Return the given relative flux in absolute form.
Definition at line 205 of file fvcMeshPhi.C.
References correctUf(), interpolate(), mesh, and meshPhi().
void correctUf | ( | autoPtr< surfaceVectorField > & | Uf, |
const volVectorField & | U, | ||
const surfaceScalarField & | phi | ||
) |
Definition at line 223 of file fvcMeshPhi.C.
References correctRhoUf(), polyMesh::dynamic(), interpolate(), fvMesh::magSf(), mesh, DimensionedField< Type, GeoMesh >::mesh(), n, fvMesh::Sf(), and Uf.
Referenced by absolute(), and while().
void correctRhoUf | ( | autoPtr< surfaceVectorField > & | rhoUf, |
const volScalarField & | rho, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | phi | ||
) |
Definition at line 241 of file fvcMeshPhi.C.
References absolute(), polyMesh::dynamic(), interpolate(), fvMesh::magSf(), mesh, DimensionedField< Type, GeoMesh >::mesh(), n, rhoUf, and fvMesh::Sf().
Referenced by correctUf(), if(), and while().
tmp< GeometricField < typename outerProduct<vector,Type>::type, fvPatchField, volMesh >> Foam::fvc::reconstruct | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ssf | ) |
Definition at line 54 of file fvcReconstruct.C.
References Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), Foam::inv(), fvMesh::magSf(), mesh, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), polyMesh::nGeometricD(), reconstruct(), tmp< T >::ref(), fvMesh::Sf(), surfaceSum(), and Foam::Zero.
Referenced by Implicit< CloudType >::cacheFields(), if(), reconstruct(), kinematicSingleLayer::solveAlpha(), kinematicSingleLayer::solveMomentum(), and while().
tmp< GeometricField < typename outerProduct<vector, Type>::type, fvPatchField, volMesh >> Foam::fvc::reconstruct | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | tssf | ) |
Definition at line 97 of file fvcReconstruct.C.
References reconstruct().
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::reconstruct | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ) |
Definition at line 54 of file fvcReconstruct.C.
References Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), Foam::inv(), fvMesh::magSf(), mesh, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), polyMesh::nGeometricD(), reconstruct(), tmp< T >::ref(), fvMesh::Sf(), surfaceSum(), and Foam::Zero.
Referenced by Implicit< CloudType >::cacheFields(), if(), reconstruct(), kinematicSingleLayer::solveAlpha(), kinematicSingleLayer::solveMomentum(), and while().
tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > Foam::fvc::reconstruct | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | ) |
Definition at line 97 of file fvcReconstruct.C.
References reconstruct().
tmp< volScalarField > reconstructMag | ( | const surfaceScalarField & | ssf | ) |
Definition at line 44 of file fvcReconstructMag.C.
References fvMesh::boundary(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvMesh::C(), fvMesh::Cf(), Foam::dimArea, DimensionedField< Type, GeoMesh >::dimensions(), forAll, fvMesh::magSf(), mesh, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), fvMesh::neighbour(), GeometricField< scalar, fvPatchField, volMesh >::New(), fvMesh::owner(), patchi, fvMesh::Sf(), and fvMesh::V().
Referenced by reconstructMag().
tmp< volScalarField > reconstructMag | ( | const tmp< surfaceScalarField > & | tssf | ) |
Definition at line 109 of file fvcReconstructMag.C.
References tmp< T >::clear(), and reconstructMag().
void smooth | ( | volScalarField & | field, |
const scalar | coeff | ||
) |
Definition at line 35 of file fvcSmooth.C.
References List< T >::append(), polyMesh::boundaryMesh(), GeometricField< Type, PatchField, GeoMesh >::correctBoundaryConditions(), polyPatch::coupled(), polyMesh::faceOwner(), forAll, polyMesh::globalData(), mesh, DimensionedField< Type, GeoMesh >::mesh(), primitiveMesh::nCells(), fvMesh::neighbour(), primitiveMesh::nFaces(), globalMeshData::nTotalCells(), fvMesh::owner(), patchi, spread(), and polyPatch::start().
Referenced by forAll(), if(), lduMatrix::smoother::interfaces(), LduMatrix< Type, DType, LUType >::smoother::matrix(), symGaussSeidelSmoother::smooth(), TGaussSeidelSmoother< Type, DType, LUType >::smooth(), GaussSeidelSmoother::smooth(), and nonBlockingGaussSeidelSmoother::smooth().
void spread | ( | volScalarField & | field, |
const volScalarField & | alpha, | ||
const label | nLayers, | ||
const scalar | alphaDiff = 0.2 , |
||
const scalar | alphaMax = 0.99 , |
||
const scalar | alphaMin = 0.01 |
||
) |
Definition at line 124 of file fvcSmooth.C.
References List< T >::append(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), polyMesh::boundaryMesh(), GeometricField< Type, PatchField, GeoMesh >::correctBoundaryConditions(), polyPatch::coupled(), polyMesh::faceOwner(), forAll, FaceCellWave< Type, TrackingData >::iterate(), Foam::mag(), Foam::max(), smoothData::trackData::maxRatio, mesh, DimensionedField< Type, GeoMesh >::mesh(), primitiveMesh::nCells(), fvMesh::neighbour(), primitiveMesh::nFaces(), fvMesh::owner(), patchi, FaceCellWave< Type, TrackingData >::setFaceInfo(), polyPatch::start(), and sweep().
Referenced by if(), and smooth().
void sweep | ( | volScalarField & | field, |
const volScalarField & | alpha, | ||
const label | nLayers, | ||
const scalar | alphaDiff = 0.2 |
||
) |
Definition at line 222 of file fvcSmooth.C.
References List< T >::append(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), polyMesh::boundaryMesh(), GeometricField< Type, PatchField, GeoMesh >::correctBoundaryConditions(), polyPatch::coupled(), FaceCellWave< Type, TrackingData >::data(), primitiveMesh::faceCentres(), polyMesh::faceOwner(), forAll, FaceCellWave< Type, TrackingData >::iterate(), Foam::mag(), Foam::max(), mesh, DimensionedField< Type, GeoMesh >::mesh(), primitiveMesh::nCells(), fvMesh::neighbour(), primitiveMesh::nFaces(), fvMesh::owner(), patchi, FaceCellWave< Type, TrackingData >::setFaceInfo(), and polyPatch::start().
Referenced by if(), GaussSeidelSmoother::smooth(), symGaussSeidelSmoother::smooth(), TGaussSeidelSmoother< Type, DType, LUType >::smooth(), DILUSmoother::smooth(), DICSmoother::smooth(), FDICSmoother::smooth(), nonBlockingGaussSeidelSmoother::smooth(), and spread().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf, |
const word & | name | ||
) |
Definition at line 45 of file fvcSnGrad.C.
References DimensionedField< Type, GeoMesh >::mesh(), and snGradScheme< Type >::New().
Referenced by for(), gaussLaplacianScheme< Type, GType >::fvcLaplacian(), kinematicSingleLayer::gGradRho(), transformFvPatchField< Type >::gradientBoundaryCoeffs(), if(), anisotropicFilter::operator()(), snGradScheme< Type >::sndGrad(), snGrad(), snGradScheme< Type >::snGrad(), kinematicSingleLayer::solveAlpha(), kinematicSingleLayer::solveMomentum(), interfaceProperties::surfaceTensionForce(), externalCoupledMixedFvPatchField< scalar >::transferData(), turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs(), thermalBaffle1DFvPatchScalarField< solidType >::updateCoeffs(), externalWallHeatFluxTemperatureFvPatchScalarField::updateCoeffs(), and while().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf, |
const word & | name | ||
) |
Definition at line 61 of file fvcSnGrad.C.
References snGrad().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 78 of file fvcSnGrad.C.
References IOobject::name(), and snGrad().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) |
Definition at line 89 of file fvcSnGrad.C.
References snGrad().
tmp< GeometricField< Type, fvPatchField, volMesh > > Su | ( | const GeometricField< Type, fvPatchField, volMesh > & | su, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > Su | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tsu, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > Sp | ( | const volScalarField & | sp, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 67 of file fvcSup.C.
Referenced by Foam::fvm::Sp(), and Foam::fvm::Su().
tmp< GeometricField< Type, fvPatchField, volMesh > > Sp | ( | const tmp< volScalarField > & | tsp, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > Sp | ( | const dimensionedScalar & | sp, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
tmp< GeometricField< Type, fvPatchField, volMesh > > SuSp | ( | const volScalarField & | sp, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
Definition at line 102 of file fvcSup.C.
Referenced by if(), Foam::fvm::Sp(), and ReactingCloud< Foam::DSMCCloud >::Srho().
tmp< GeometricField< Type, fvPatchField, volMesh > > SuSp | ( | const tmp< volScalarField > & | tsp, |
const GeometricField< Type, fvPatchField, volMesh > & | vf | ||
) |
void surfaceIntegrate | ( | Field< Type > & | ivf, |
const GeometricField< Type, fvsPatchField, surfaceMesh > & | ssf | ||
) |
Definition at line 44 of file fvcSurfaceIntegrate.C.
References fvMesh::boundary(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, mesh, DimensionedField< Type, GeoMesh >::mesh(), fvMesh::neighbour(), fvMesh::owner(), patchi, and fvMesh::Vsc().
Referenced by Foam::MULES::correct(), div(), Foam::MULES::explicitSolve(), boundedConvectionScheme< Type >::fvcDiv(), gaussConvectionScheme< Type >::fvcDiv(), boundedConvectionScheme< Type >::fvmDiv(), gaussConvectionScheme< Type >::fvmDiv(), anisotropicFilter::operator()(), and surfaceIntegrate().
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceIntegrate | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ssf | ) |
Definition at line 82 of file fvcSurfaceIntegrate.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVol, mesh, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), GeometricField< Type, PatchField, GeoMesh >::ref(), surfaceIntegrate(), and Foam::Zero.
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceIntegrate | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | tssf | ) |
Definition at line 115 of file fvcSurfaceIntegrate.C.
References surfaceIntegrate(), and surfaceSum().
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum | ( | const GeometricField< Type, fvsPatchField, surfaceMesh > & | ssf | ) |
Definition at line 131 of file fvcSurfaceIntegrate.C.
References fvMesh::boundary(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), DimensionedField< Type, GeoMesh >::dimensions(), forAll, mesh, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), fvMesh::neighbour(), fvMesh::owner(), patchi, GeometricField< Type, PatchField, GeoMesh >::ref(), and Foam::Zero.
Referenced by anisotropicFilter::anisotropicFilter(), average(), cellCoBlended< Type >::blendingFactor(), kinematicSingleLayer::CourantNumber(), forAll(), if(), simpleFilter::operator()(), reconstruct(), surfaceIntegrate(), and surfaceSum().
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum | ( | const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> & | tssf | ) |
Definition at line 179 of file fvcSurfaceIntegrate.C.
References surfaceSum().
tmp< Field< Type > > volumeIntegrate | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 45 of file fvcVolumeIntegrate.C.
References DimensionedField< Type, GeoMesh >::mesh(), and GeometricField< Type, PatchField, GeoMesh >::primitiveField().
Referenced by domainIntegrate().
tmp< Field< Type > > volumeIntegrate | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) |
Definition at line 56 of file fvcVolumeIntegrate.C.
References tmp< T >::clear().
tmp< Field< Type > > volumeIntegrate | ( | const DimensionedField< Type, volMesh > & | df | ) |
Definition at line 67 of file fvcVolumeIntegrate.C.
References DimensionedField< Type, GeoMesh >::field(), and DimensionedField< Type, GeoMesh >::mesh().
tmp< Field< Type > > volumeIntegrate | ( | const tmp< DimensionedField< Type, volMesh >> & | tdf | ) |
Definition at line 75 of file fvcVolumeIntegrate.C.
References tmp< T >::clear(), and domainIntegrate().
dimensioned< Type > domainIntegrate | ( | const GeometricField< Type, fvPatchField, volMesh > & | vf | ) |
Definition at line 86 of file fvcVolumeIntegrate.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVol, Foam::gSum(), IOobject::name(), and volumeIntegrate().
Referenced by interRegionHeatTransferModel::addSup(), kinematicSingleLayer::continuityCheck(), domainIntegrate(), forAll(), if(), ListPlusEqOp< T, Size >::operator()(), volumeIntegrate(), specieReactionRates< ChemistryModelType >::write(), and regionSizeDistribution::write().
dimensioned< Type > domainIntegrate | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) |
Definition at line 101 of file fvcVolumeIntegrate.C.
References domainIntegrate().
dimensioned< Type > domainIntegrate | ( | const DimensionedField< Type, volMesh > & | df | ) |
Definition at line 113 of file fvcVolumeIntegrate.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVol, domainIntegrate(), Foam::gSum(), IOobject::name(), and volumeIntegrate().
dimensioned< Type > domainIntegrate | ( | const tmp< DimensionedField< Type, volMesh >> & | tdf | ) |
Definition at line 128 of file fvcVolumeIntegrate.C.
References domainIntegrate().
|
static |
Return weighting factors for scheme given from Istream.
Referenced by cloudSolution::read().
|
static |
Return weighting factors for scheme given by name in dictionary.
|
static |
Return weighting factors for scheme given from Istream.
|
static |
Return weighting factors for scheme given by name in dictionary.
|
static |
Interpolate field onto faces using scheme given by Istream.
Referenced by absolute(), effectivenessHeatExchangerSource::addSup(), CoBlended< Type >::blendingFactor(), cellCoBlended< Type >::blendingFactor(), Implicit< CloudType >::cacheFields(), advectionDiffusion::correct(), pointLinear< Type >::correction(), correctRhoUf(), correctUf(), phaseScalarTransport::execute(), limitedSurfaceInterpolationScheme< Type >::flux(), for(), forAll(), faceCorrectedSnGrad< Type >::fullGradCorrection(), CoEulerDdtScheme< Type >::fvcDdtPhiCorr(), SLTSDdtScheme< Type >::fvcDdtPhiCorr(), localEulerDdtScheme< Type >::fvcDdtPhiCorr(), CoEulerDdtScheme< Type >::fvcDdtUfCorr(), SLTSDdtScheme< Type >::fvcDdtUfCorr(), backwardDdtScheme< Type >::fvcDdtUfCorr(), localEulerDdtScheme< Type >::fvcDdtUfCorr(), CrankNicolsonDdtScheme< Type >::fvcDdtUfCorr(), surfaceFieldValue::getFieldValues(), kinematicSingleLayer::gGradRho(), if(), Foam::interpolate(), interRegionHeatTransferModel::interpolate(), cyclicAMIPolyPatch::interpolate(), interpolationPointMVC< Type >::interpolate(), interpolationCellPoint< Foam::Vector >::interpolate(), surfaceInterpolationScheme< GType >::interpolate(), meshToMesh0::interpolate(), cuttingPlane::interpolateField(), distanceSurface::interpolateField(), uniformInterpolationTable< scalar >::interpolateLog10(), PhiScheme< Type, PhiLimiter >::limiter(), interpolationLookUpTable< scalar >::lookUp(), makeAbsolute(), makeRelative(), mixtureKEpsilon< BasicMomentumTransportModel >::mixFlux(), layeredEngineMesh::move(), fvMotionSolverEngineMesh::move(), incompressibleTwoPhaseMixture::muf(), incompressibleTwoPhaseMixture::nuf(), inverseVolumeDiffusivity::operator()(), motionDirectionalDiffusivity::operator()(), simpleFilter::operator()(), inverseDistanceDiffusivity::operator()(), compressibleMomentumTransportModel::phi(), dynamicRefineFvMesh::refine(), relative(), kinematicSingleLayer::rhog(), displacementSBRStressFvMotionSolver::solve(), GAMGSolver::solve(), kinematicSingleLayer::solveAlpha(), thermalBaffle::solveEnergy(), kinematicSingleLayer::solveMomentum(), interfaceProperties::surfaceTensionForce(), dynamicRefineFvMesh::unrefine(), while(), and AveragingMethod< Foam::Vector >::write().
|
static |
Interpolate field onto faces using scheme given by name in fvSchemes.
Interpolate field onto faces using scheme given by name in fvSchemes.
Definition at line 7 of file directionInterpolate.H.
References interpolate(), IOobject::name(), word::null, GeometricField< Type, PatchField, GeoMesh >::ref(), and sf().
|
static |
Interpolate field onto faces using scheme given by name in fvSchemes.
|
static |
Interpolate field onto faces using scheme given by name in fvSchemes.
|
static |
Interpolate field onto faces using scheme given by name in fvSchemes.
|
static |
Interpolate field onto faces using scheme given by Istream.
|
static |
Interpolate field onto faces using scheme given by name in fvSchemes.
|
static |
Interpolate field onto faces using scheme given by name in fvSchemes.
|
static |
Interpolate field onto faces using 'interpolate(<name>)'.
|
static |
Interpolate tmp field onto faces using 'interpolate(<name>)'.
|
static |
Interpolate boundary field onto faces (simply a type conversion)
|
static |
Interpolate boundary field onto faces (simply a type conversion)
Interpolate 'one' returning 'one'.
Definition at line 190 of file surfaceInterpolate.H.
References dotInterpolate().
|
static |
Interpolate field onto faces.
and 'dot' with given surfaceVectorField Sf
Referenced by correctedSnGrad< Type >::fullGradCorrection(), ddtScheme< Type >::fvcDdtPhiCoeff(), EulerDdtScheme< Type >::fvcDdtPhiCorr(), CoEulerDdtScheme< Type >::fvcDdtPhiCorr(), SLTSDdtScheme< Type >::fvcDdtPhiCorr(), backwardDdtScheme< Type >::fvcDdtPhiCorr(), localEulerDdtScheme< Type >::fvcDdtPhiCorr(), CrankNicolsonDdtScheme< Type >::fvcDdtPhiCorr(), EulerDdtScheme< Type >::fvcDdtUfCorr(), CoEulerDdtScheme< Type >::fvcDdtUfCorr(), SLTSDdtScheme< Type >::fvcDdtUfCorr(), localEulerDdtScheme< Type >::fvcDdtUfCorr(), gaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), surfaceInterpolationScheme< GType >::interpolate(), interpolate(), and displacementSBRStressFvMotionSolver::solve().
|
static |
Interpolate tmp field onto faces.
and 'dot' with given surfaceVectorField Sf