Loading...
Searching...
No Matches
LISASMDCalcMethod2.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (maxValue - minValue< SMALL)
 forAll (rrd, n)
 while (!success &&(k< 500))

Variables

scalar delta = dD/factorGamma
scalar minValue = dD/10.0
scalar maxValue = dD
scalar range = maxValue - minValue
scalar nExp = 3
FixedList< scalar, 500 > rrd
scalar probFactorMin = exp(-pow(minValue/delta, nExp))
scalar probFactorMax = exp(-pow(maxValue/delta, nExp))
scalar probFactor = 1.0/(probFactorMin - probFactorMax)
bool success = false
scalar y = rndGen.sample01<scalar>()
label k = 0
 x = minValue + range*(k - 0.5)/500.0

Function Documentation

◆ if()

if ( )

Definition at line 18 of file LISASMDCalcMethod2.H.

References maxValue, and minValue.

◆ forAll()

forAll ( rrd ,
n  )

Definition at line 31 of file LISASMDCalcMethod2.H.

References delta, minValue, n, nExp, probFactor, probFactorMin, range, and rrd.

◆ while()

while ( !success && k< 500)

Definition at line 43 of file LISASMDCalcMethod2.H.

References k, rrd, success, and y.

Variable Documentation

◆ delta

scalar delta = dD/factorGamma

Definition at line 8 of file LISASMDCalcMethod2.H.

Referenced by Moment< Type >::add(), boundBox::add(), maxDurationCondition::apply(), DEShybrid< Type >::blendingFactor(), valueAverageBase::calc(), highAspectRatioFvGeometryScheme::calcAspectRatioWeights(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::calculate(), dynamicKEqn< BasicTurbulenceModel >::Ce(), dynamicKEqn< BasicTurbulenceModel >::Ck(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), dynamicLagrangian< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), BrunDrippingInjection::correct(), curvatureSeparation::correct(), drippingInjection::correct(), patchInjection::correct(), thixotropicViscosity::correct(), standardPhaseChange::correctModel(), waxSolventEvaporation::correctModel(), DeardorffDiffStress< BasicTurbulenceModel >::correctNut(), dynamicKEqn< BasicTurbulenceModel >::correctNut(), dynamicLagrangian< BasicTurbulenceModel >::correctNut(), kEqn< BasicTurbulenceModel >::correctNut(), NicenoKEqn< BasicTurbulenceModel >::correctNut(), sigma< BasicTurbulenceModel >::correctNut(), Smagorinsky< BasicTurbulenceModel >::correctNut(), SmagorinskyZhang< BasicTurbulenceModel >::correctNut(), WALE< BasicTurbulenceModel >::correctNut(), treeBoundBox::distanceCmp(), SpalartAllmarasIDDES< BasicTurbulenceModel >::dTilda(), effectivenessTable::energyDensity(), LESModel< BasicTurbulenceModel >::epsilon(), sigma< BasicTurbulenceModel >::epsilon(), treeBoundBox::extend(), PDRblock::location::findIndex(), forAll(), kOmegaSSTLM< BasicTurbulenceModel >::Fthetat(), boundBox::grow(), boundBox::grow(), LBFGS::HessianDiag(), LBFGS::HessianVectorProduct(), boundBox::inflate(), viewFactor::initialise(), Moment< Type >::interpolate(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::jacobian(), TDACChemistryModel< ReactionThermo, ThermoType >::jacobian(), dynamicLagrangian< Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel > >::k(), sigma< BasicTurbulenceModel >::k(), Smagorinsky< BasicTurbulenceModel >::k(), WALE< BasicTurbulenceModel >::k(), kOmegaSSTDES< BasicTurbulenceModel >::lengthScaleLES(), SpalartAllmarasDES< BasicTurbulenceModel >::lengthScaleLES(), faPatch::makeCorrectionVectors(), faPatch::makeDeltaCoeffs(), faPatch::makeLPN(), basicFvGeometryScheme::nonOrthCorrectionVectors(), basicFvGeometryScheme::nonOrthDeltaCoeffs(), ParticleHistogram< CloudType >::ParticleHistogram(), kOmegaSSTSAS< BasicTurbulenceModel >::Qsas(), eddyDissipationDiffusionModel< ReactionThermo, ThermoType >::rtDiff(), PPCG::scalarSolveCG(), CompactListList< T >::setLocalSize(), standardRadiation::Shs(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::solve(), LBFGS::SR1HessianDiag(), LBFGS::SR1HessianVectorProduct(), laminar::Su(), LISAAtomization< CloudType >::update(), adjointFarFieldNuaTildaFvPatchScalarField::updateCoeffs(), adjointFarFieldPressureFvPatchScalarField::updateCoeffs(), adjointFarFieldTMVar1FvPatchScalarField::updateCoeffs(), adjointFarFieldTMVar2FvPatchScalarField::updateCoeffs(), adjointFarFieldVelocityFvPatchVectorField::updateCoeffs(), adjointOutletKaFvPatchScalarField::updateCoeffs(), adjointOutletNuaTildaFvPatchScalarField::updateCoeffs(), adjointOutletWaFvPatchScalarField::updateCoeffs(), cellAspectRatioControl::updateDeltaVector(), reactingOneDim::updateqr(), MMA::updateRho(), regionSizeDistribution::write(), sizeDistribution::write(), equalBinWidth::write(), and ParticleHistogram< CloudType >::write().

◆ minValue

◆ maxValue

scalar maxValue = dD

Definition at line 13 of file LISASMDCalcMethod2.H.

◆ range

scalar range = maxValue - minValue

Definition at line 23 of file LISASMDCalcMethod2.H.

◆ nExp

scalar nExp = 3

Definition at line 25 of file LISASMDCalcMethod2.H.

Referenced by forAll(), and while().

◆ rrd

FixedList<scalar, 500> rrd

Definition at line 26 of file LISASMDCalcMethod2.H.

Referenced by forAll(), while(), and while().

◆ probFactorMin

scalar probFactorMin = exp(-pow(minValue/delta, nExp))

Definition at line 27 of file LISASMDCalcMethod2.H.

Referenced by forAll().

◆ probFactorMax

scalar probFactorMax = exp(-pow(maxValue/delta, nExp))

Definition at line 28 of file LISASMDCalcMethod2.H.

◆ probFactor

scalar probFactor = 1.0/(probFactorMin - probFactorMax)

Definition at line 29 of file LISASMDCalcMethod2.H.

Referenced by forAll().

◆ success

bool success = false

Definition at line 38 of file LISASMDCalcMethod2.H.

◆ y

scalar y = rndGen.sample01<scalar>()

Definition at line 40 of file LISASMDCalcMethod2.H.

◆ k

label k = 0

Definition at line 41 of file LISASMDCalcMethod2.H.

Referenced by dictionary::add(), dictionary::add(), dictionary::add(), dictionary::add(), dictionary::add(), dictionary::add(), dictionary::add(), multiphaseStabilizedTurbulence::addSup(), phaseChange::addToDriftRate(), DictionaryBase< IDLList< T >, T >::append(), Foam::assignToProcessorGroup(), atmAmbientTurbSource::atmAmbientTurbSource(), atmBoundaryLayerInletKFvPatchScalarField::atmBoundaryLayerInletKFvPatchScalarField(), HashSet< Foam::string >::begin(), PDRblock::C(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), energySpectrum::calcAndWriteSpectrum(), BrownianMotionForce< CloudType >::calcCoupled(), addPatchCellLayer::calcExtrudeInfo(), daughterSizeDistributionModel::calcNik(), LaakkonenAlopaeusAittamaaDsd::calcNik(), uniformBinary::calcNik(), atmNutkWallFunctionFvPatchScalarField::calcNut(), atmNutWallFunctionFvPatchScalarField::calcNut(), nutkRoughWallFunctionFvPatchScalarField::calcNut(), nutkWallFunctionFvPatchScalarField::calcNut(), atmEpsilonWallFunctionFvPatchScalarField::calculate(), atmOmegaWallFunctionFvPatchScalarField::calculate(), epsilonWallFunctionFvPatchScalarField::calculate(), MUCSheterogeneousRate< CloudType >::calculate(), omegaWallFunctionFvPatchScalarField::calculate(), nutkFilmWallFunctionFvPatchScalarField::calcUTau(), binaryNode< CompType, ThermoType >::calcV(), formatter::canWriteAttr(), formatter::canWriteToplevel(), HashSet< Foam::string >::cbegin(), ijkMesh::cellLabel(), ijkAddressing::checkIndex(), NURBS3DVolume::confineInertControlPoints(), IntegralScaleBox< Type >::convolve(), diffusionMulticomponent< ReactionThermo, ThermoType >::correct(), EDC< ReactionThermo >::correct(), daughterSizeDistributionModel::correct(), phaseChange::correct(), multiphaseStabilizedTurbulence::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), radiativeIntensityRay::correct(), trackedParticle::correctAfterParallelTransfer(), DeardorffDiffStress< BasicTurbulenceModel >::correctNut(), Smagorinsky< BasicTurbulenceModel >::correctNut(), SmagorinskyZhang< BasicTurbulenceModel >::correctNut(), WALE< BasicTurbulenceModel >::correctNut(), kOmegaSSTLM< BasicTurbulenceModel >::correctReThetatGammaInt(), daughterSizeDistributionModel::declareRunTimeSelectionTable(), LLTMatrix< Type >::decompose(), dmat_uniform(), dtris2(), PDRblock::dz(), blockDescriptor::edge(), Foam::Ek(), HashSet< Foam::string >::end(), pairPotential::energy(), pairPotential::energyTable(), LESModel< BasicTurbulenceModel >::epsilon(), sigma< BasicTurbulenceModel >::epsilon(), SpalartAllmarasBase< BasicEddyViscosityModel >::epsilon(), Foam::Math::erfInv(), comfort::execute(), proudmanAcousticPower::execute(), Foam::facePointN(), blockDescriptor::facePoints(), inverseDistance::fill(), voxelMeshSearch::fill(), voxelMeshSearch::fill(), blockDescriptor::flatFaceOrEdge(), pairPotential::force(), pairPotential::forceTable(), NURBS3DVolume::getCPID(), zoneDistribute::getCyclicPatches(), NURBS3DVolume::getIJK(), substitutionModel::getKeys(), PDRblock::grid(), Foam::HasherInt(), LBFGS::HessianDiag(), voxel::ijk(), ijkAddressing::index(), inverseDistance::index3(), DictionaryBase< IDLList< T >, T >::insert(), distribution::insertMissingKeys(), IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::IrreversibleReaction(), BlendedInterfacialModel< ModelType >::K(), BlendedInterfacialModel< ModelType >::K(), Kmesh::Kmesh(), DictionaryBase< IDLList< T >, T >::lookupPtr(), DictionaryBase< IDLList< T >, T >::lookupPtr(), Foam::LUDecompose(), Foam::LUDecompose(), faPatch::makeCorrectionVectors(), kaqRWallFunctionFvPatchScalarField::manipulateMatrix(), Distribution< Type >::mean(), distribution::mean(), daughterSizeDistributionModel::nik(), Distribution< Type >::normalised(), distribution::normalised(), Foam::operator&(), Foam::operator&(), IjkField< Type >::operator()(), IjkField< scalar >::operator()(), Foam::operator*(), triad::operator+=(), blockDescriptor::operator=(), Enum< EnumType >::operator[](), HashSet< Foam::string >::operator[](), Foam::operator^(), inverseDistance::overlaps(), voxelMeshSearch::overlaps(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialElimination(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialEliminationf(), ijkMesh::pointLabel(), points_delaunay_naive_2d(), DictionaryBase< IDLList< T >, T >::prepend(), argList::printCompat(), IOobjectList::prune_0(), continuousGasKEpsilon< BasicTurbulenceModel >::R(), Distribution< Type >::raw(), distribution::raw(), energySpectrum::read(), HashPtrTable< IOobject >::release(), IjkField< Type >::resize(), ReversibleReaction< ReactionType, ReactionThermo, ReactionRate >::ReversibleReaction(), ReversibleReaction< Reaction, gasHThermoPhysics, LangmuirHinshelwoodReactionRate >::ReversibleReaction(), rotatedBoxToCell::rotatedBoxToCell(), eddyDissipationModelBase< ReactionThermo, ThermoType >::rtTurb(), general::sample(), dictionary::set(), dictionary::set(), dictionary::set(), dictionary::set(), dictionary::set(), pairPotential::setLookupTables(), seulex::seulex(), block::shapes(), QRMatrix< MatrixType >::solve(), seulex::solve(), SIBS::solve(), Foam::solve(), dictionary::sortedToc(), Enum< injectionMethod >::sortedToc(), extendedEdgeMesh::sortPointsAndEdges(), PDRblock::span(), LBFGS::SR1HessianDiag(), Foam::SVDcomp(), Enum< injectionMethod >::toc(), triangulation_plot_eps(), triangulation_print(), turbGen::turbGen(), LaakkonenAlopaeusAittamaaDsd::TypeName(), uniformBinary::TypeName(), rotatedBoxToCell::TypeName(), StokesI::UfBase(), StokesII::UfBase(), GradientDispersionRAS< CloudType >::update(), LISAAtomization< CloudType >::update(), StochasticDispersionRAS< CloudType >::update(), noConstraint::updateBoundaryBounds(), advectiveFvPatchField< Type >::updateCoeffs(), atmAlphatkWallFunctionFvPatchScalarField::updateCoeffs(), atmBoundaryLayerInletKFvPatchScalarField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), kLowReWallFunctionFvPatchScalarField::updateCoeffs(), noConstraint::updateInternalBounds(), reactingOneDim::updatePhiGas(), reactingOneDim::updateqr(), IATEsource::Ut(), PDRblock::V(), blockDescriptor::vertex(), ijkMesh::vertLabels(), voxel::voxeli(), while(), PDRblock::width(), voxelMeshSearch::write(), formatter::writeAttr(), volumetricBSplinesDesignVariables::writeBounds(), voxelMeshSearch::writeGrid(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), formatter::xmlAttr(), nutkWallFunctionFvPatchScalarField::yPlus(), NURBS3DVolume::~NURBS3DVolume(), and voxel::~voxel().

◆ x

x = minValue + range*(k - 0.5)/500.0

Definition at line 52 of file LISASMDCalcMethod2.H.

Referenced by exprDriver::addUniformVariable(), boolVector::all(), Matrix< Form, Type >::Amul(), Matrix< RectangularMatrix< Type >, Type >::AmulImpl(), boolVector::any(), obstacleGrouping::append(), appendOp< Container >::appendOp(), areaIntegrateOp< Type >::areaIntegrateOp(), Foam::atan2(), Foam::atan2(), Foam::atan2(), atmCoriolisUSource::atmCoriolisUSource(), binaryTree< CompType, ThermoType >::balance(), Foam::BitOps::bit_count(), Foam::BitOps::bit_count(), Foam::BitOps::bit_count(), Matrix< Form, Type >::block(), boolVector::boolVector(), buoyancyTurbSource::buoyancyTurbSource(), targetCoeffTrim::calcCoeffs(), LaakkonenAlopaeusAittamaaDsd::calcNik(), uniformBinary::calcNik(), Foam::calcPE15(), Foam::calcQE11(), Foam::calcQE16(), Foam::calcTE18(), Stochastic< CloudType >::calculate(), Matrix< RectangularMatrix< Type >, Type >::checkj(), LUscalarMatrix::ClassName(), EigenMatrix< cmptType >::complexEVecs(), MMA::computeNewtonDirection(), molecule::constantProperties::constantProperties(), rotorDiskSource::constructGeometry(), treeBoundBox::corner(), triSurfaceTools::curvatures(), triad::cx(), triad::cy(), cyclicACMIGAMGInterface::cyclicACMIGAMGInterface(), cyclicAMIGAMGInterface::cyclicAMIGAMGInterface(), triad::cz(), d_max(), d_min(), binaryTree< CompType, ThermoType >::deleteLeaf(), cubicEqn::derivative(), linearEqn::derivative(), Polynomial< PolySize >::derivative(), Polynomial< 8 >::derivative(), Polynomial< PolySize+1 >::derivative(), quadraticEqn::derivative(), thermoCoupleProbes::derivatives(), ODESystem::derivatives(), engineValve::engineValve(), engineValve::engineValve(), equalOp1< T >::equalOp1(), Foam::Math::erfInv(), cubicEqn::error(), linearEqn::error(), quadraticEqn::error(), Grimshaw::eta(), McCowan::eta(), quaternion::eulerAngles(), BlendedInterfacialModel< Foam::dragModel >::evaluate(), setFlow::execute(), blockDescriptor::facePointLabel(), pointMeshTools::featurePointsEdges(), blockDescriptor::flatFaceOrEdge(), boolVector::flip(), forAll(), rigidBodyModel::forwardDynamics(), MMA::fTilda(), geomDecomp::geomDecomp(), exprDriver::getFunctionValue(), greaterEqualOp1< T >::greaterEqualOp1(), greaterOp1< T >::greaterOp1(), Foam::hypot(), Foam::hypot(), Foam::hypot(), Foam::Math::incGamma_P(), Foam::Math::incGamma_Q(), Foam::Math::incGammaRatio_P(), Foam::Math::incGammaRatio_Q(), indexedVertex< Gt, Vb >::indexedVertex(), indexedVertex< Gt, Vb >::indexedVertex(), waveModel::initialiseGeometry(), ISQP::initialize(), MMA::initializeRho(), Polynomial< 8 >::integralMinus1(), patchTransformedInterpolation::interpolate(), general::interpolate(), uniformInterpolationTable< Type >::interpolate(), uniformInterpolationTable< Type >::interpolateLog10(), Foam::interpolateSplineXY(), Foam::interpolateSplineXY(), Foam::interpolateXY(), QRMatrix< MatrixType >::inv(), Vector2D< Cmpt >::isClose(), thermoCoupleProbes::jacobian(), ODESystem::jacobian(), Foam::kShellIntegration(), Foam::kShellMean(), Foam::LAB_to_XYZ(), Foam::less(), lessEqualOp1< T >::lessEqualOp1(), lessOp1< T >::lessOp1(), LLTMatrix< Type >::LLTMatrix(), Polynomial< 8 >::logCoeff(), Vector2D< Cmpt >::magSqr(), Vector< Cmpt >::magSqr(), makeFaGradScheme(), Foam::makeGraph(), Foam::makeGraph(), Foam::makeGraph(), Foam::minMax(), Foam::minMax(), Foam::minMaxMag(), Foam::minMaxMag(), multiDimPolyFunctions::multiDimPolyFunctions(), McCowan::newtonRapsonF1(), McCowan::newtonRapsonF2(), Field< T >::normalise(), notEqualOp1< T >::notEqualOp1(), ObukhovLength::ObukhovLength(), andEqOp2< T1, T2 >::operator()(), andOp2< T1, T2 >::operator()(), bitAndEqOp2< T1, T2 >::operator()(), bitAndOp3< T, T1, T2 >::operator()(), bitOrEqOp2< T1, T2 >::operator()(), bitOrOp3< T, T1, T2 >::operator()(), bitXorEqOp2< T1, T2 >::operator()(), bitXorOp3< T, T1, T2 >::operator()(), ceilOp< Scalar >::operator()(), cmptDivideOp3< T, T1, T2 >::operator()(), cmptMultiplyOp3< T, T1, T2 >::operator()(), cmptPowOp3< T, T1, T2 >::operator()(), combine< Type, TrackingData >::operator()(), combineConstraintsEqOp::operator()(), combineEqOp< Type, TrackingData >::operator()(), combineEqOpFace::operator()(), combineReduceFileStates::operator()(), csvTableReader< Type >::operator()(), areaIntegrateOp< Type >::operator()(), volumeIntegrateOp< Type >::operator()(), divideEqOp2< T1, T2 >::operator()(), divideOp3< T, T1, T2 >::operator()(), eqMagOp2< T1, T2 >::operator()(), eqMagSqrOp2< T1, T2 >::operator()(), eqMinusOp2< T1, T2 >::operator()(), eqOp2< T1, T2 >::operator()(), eqSqrOp2< T1, T2 >::operator()(), equalOp2< T1, T2 >::operator()(), faceEqOp< T, CombineOp >::operator()(), floorOp< Scalar >::operator()(), greaterEqOp2< T1, T2 >::operator()(), greaterEqualOp2< T1, T2 >::operator()(), greaterOp2< T1, T2 >::operator()(), hypotOp< T >::operator()(), ifEqEqOp< value >::operator()(), interpolate< Type, TrackingData >::operator()(), lessEqOp2< T1, T2 >::operator()(), lessEqualOp2< T1, T2 >::operator()(), lessOp2< T1, T2 >::operator()(), appendEqOp< T >::operator()(), unionEqOp::operator()(), uniqueEqOp< T >::operator()(), listPlusEqOp< T >::operator()(), listUpdateOp< Type, TrackingData >::operator()(), mappedPatchBase::maxProcEqOp::operator()(), mappedPatchBase::nearestEqOp::operator()(), mappedPatchBase::nearestWorldEqOp::operator()(), Matrix< RectangularMatrix< Type >, Type >::operator()(), maxEqOp2< T1, T2 >::operator()(), maxFirstEqOp< T1 >::operator()(), maxFirstEqOp< T1 >::operator()(), maxMagSqrEqOp2< T1, T2 >::operator()(), maxMagSqrOp3< T, T1, T2 >::operator()(), maxOp3< T, T1, T2 >::operator()(), minEqOp2< T1, T2 >::operator()(), minEqOp< labelPair >::operator()(), minEqOpFace::operator()(), minFirstEqOp< T1 >::operator()(), minFirstEqOp< T1 >::operator()(), minMagSqrEqOp2< T1, T2 >::operator()(), minMagSqrOp3< T, T1, T2 >::operator()(), minModOp3< T, T1, T2 >::operator()(), minOp3< T, T1, T2 >::operator()(), minusEqOp2< T1, T2 >::operator()(), minusOp3< T, T1, T2 >::operator()(), multiplyEqOp2< T1, T2 >::operator()(), multiplyOp3< T, T1, T2 >::operator()(), nearestEqOp::operator()(), nearestFaceAMI::nearestEqOp::operator()(), nopEqOp2< T1, T2 >::operator()(), notEqualOp2< T1, T2 >::operator()(), offsetOp< T >::operator()(), offsetOp< face >::operator()(), offsetOp< labelledTri >::operator()(), offsetOp< triFace >::operator()(), orEqOp2< T1, T2 >::operator()(), orOp2< T1, T2 >::operator()(), plusEqMagSqrOp2< T1, T2 >::operator()(), plusEqOp2< T1, T2 >::operator()(), plusOp3< T, T1, T2 >::operator()(), probeModel::isNotEqOp< T >::operator()(), reduceFileStates::operator()(), roundOp< Scalar >::operator()(), scalarDivideOp< T, T2 >::operator()(), scalarModuloOp< T, T2 >::operator()(), stabiliseOp3< T, T1, T2 >::operator()(), sumOp3< T, T1, T2 >::operator()(), updateOp< PrimitivePatchType, Type, TrackingData >::operator()(), volumeCombineOp::operator()(), xorEqOp2< T1, T2 >::operator()(), xorOp2< T1, T2 >::operator()(), Foam::operator*(), Foam::operator*(), Foam::operator*(), Foam::operator*(), AveragingMethod< Type >::operator*=(), TypeGrad< Type >::operator*=(), listOp< N >::result::operator+(), Foam::operator+(), AveragingMethod< Type >::operator+=(), TypeGrad< Type >::operator+=(), Foam::operator/(), AveragingMethod< Type >::operator/=(), TypeGrad< Type >::operator/=(), AveragingMethod< Type >::operator=(), AveragingMethod< Type >::operator=(), AveragingMethod< Type >::operator=(), triad::operator=(), TypeGrad< Type >::operator=(), TypeGrad< Type >::operator=(), TypeGrad< Type >::operator=(), MMA::p(), InflationInjection< CloudType >::parcelsToInject(), Vector2D< Cmpt >::perp(), Foam::MatrixTools::pinv(), weightedPosition::plusEqOp(), Foam::pow(), ArdenBuck::pSatPrime(), MMA::q(), quaternion::R(), GTSsurfaceFormat< Face >::read(), NASedgeFormat::read(), NASsurfaceFormat< Face >::read(), OFFsurfaceFormat< Face >::read(), fixedTrim::read(), energySpectrum::read(), general::readDict(), STARCDCore::readPoints(), STARCDMeshReader::readPoints(), displacementPointSmoothingMotionSolver::relax(), displacementSmartPointSmoothingMotionSolver::relax(), ISQP::resFls(), ISQP::resFus(), listOp< N >::result::result(), Foam::RGB_to_XYZ(), Roots< N >::Roots(), Roots< N >::Roots(), Roots< N >::Roots(), cubicEqn::roots(), quadraticEqn::roots(), SymmTensor< Cmpt >::row(), SymmTensor< scalar >::row(), Tensor2D< Cmpt >::row(), Tensor2D< scalar >::row(), Tensor< Cmpt >::row(), Tensor< scalar >::row(), massRosinRammler::sample(), multiNormal::sample(), normal::sample(), searchableDisk::searchableDisk(), binaryTree< CompType, ThermoType >::secondaryBTSearch(), scanToken::setVector(), Foam::Sn(), adaptiveSolver::solve(), adaptiveSolver::solve(), Euler::solve(), EulerSI::solve(), LLTMatrix< Type >::solve(), LLTMatrix< Type >::solve(), LUscalarMatrix::solve(), ODESolver::solve(), ODESolver::solve(), ODESolver::solve(), QRMatrix< MatrixType >::solve(), QRMatrix< MatrixType >::solve(), RKCK45::solve(), RKDP45::solve(), RKF45::solve(), rodas23::solve(), rodas34::solve(), Rosenbrock12::solve(), Rosenbrock23::solve(), Rosenbrock34::solve(), seulex::solve(), SIBS::solve(), Trapezoid::solve(), triad::sortxyz(), Foam::srange01(), Foam::stabilise(), Foam::SVDcomp(), swapec(), colourTable::table(), Foam::tetCutPrism0(), Foam::tetCutPrism0(), Foam::tetCutPrism01(), Foam::tetCutPrism01(), Foam::tetCutPrism23(), Foam::tetCutPrism23(), Foam::tetCutTet(), Foam::tetCutTet(), Foam::tetReorder(), Foam::tetReorder(), targetCoeffTrim::thetag(), Matrix< Form, Type >::Tmul(), Matrix< Form, Type >::Tmul(), Matrix< RectangularMatrix< Type >, Type >::Tmul(), Matrix< RectangularMatrix< Type >, Type >::TmulImpl(), CV2D::toPoint2D(), binaryTree< CompType, ThermoType >::treeSuccessor(), Foam::triCutQuad(), Foam::triCutQuad(), Foam::triCutTri(), Foam::triCutTri(), Foam::triReorder(), Foam::triReorder(), Grimshaw::Uf(), irregularMultiDirectional::Uf(), McCowan::Uf(), StokesI::UfBase(), StokesII::UfBase(), pointConstraint::unconstrainedDirections(), Matrix< RectangularMatrix< Type >, Type >::uniform(), azizChen::unscaledEnergy(), Foam::unzip(), Foam::unzip(), Foam::unzip(), Foam::unzip(), Foam::unzipCols(), Foam::unzipCols(), Foam::unzipCols(), Foam::unzipCols(), Foam::unzipCols(), Foam::unzipCols(), Foam::unzipRows(), Foam::unzipRows(), Foam::unzipRows(), Foam::unzipRows(), Foam::unzipRows(), Foam::unzipRows(), LISAAtomization< CloudType >::update(), SHF< CloudType >::update(), MMA::updateBounds(), timeVaryingMappedFixedValuePointPatchField< Type >::updateCoeffs(), KinematicLookupTableInjection< CloudType >::updateMesh(), ReactingLookupTableInjection< CloudType >::updateMesh(), ReactingMultiphaseLookupTableInjection< CloudType >::updateMesh(), ThermoLookupTableInjection< CloudType >::updateMesh(), colourTable::value(), cubicEqn::value(), FieldFunction1< Function1Type >::value(), Function1< Type >::value(), Function1< Type >::value(), Function1< label >::value(), Function1< label >::value(), CodedFunction1< Type >::value(), Constant< Type >::value(), Function1Expression< Type >::value(), None< Type >::value(), OneConstant< Type >::value(), Polynomial< Type >::value(), Sample< Type >::value(), sinImplicitFunction::value(), linearEqn::value(), PatchFunction1< Type >::value(), CodedField< Type >::value(), ConstantField< Type >::value(), LookupField< Type >::value(), MappedFile< Type >::value(), PatchExprField< Type >::value(), Sampled< Type >::value(), UniformValueField< Type >::value(), Polynomial< PolySize >::value(), Polynomial< 8 >::value(), Polynomial< PolySize+1 >::value(), polynomialFunction::value(), quadraticEqn::value(), TimeFunction1< Type >::value(), vbedg(), Vector< Cmpt >::Vector(), Vector2D< Cmpt >::Vector2D(), Foam::vectorMag(), Foam::vectorMag(), Foam::vectorMagSqr(), Foam::vectorMagSqr(), Relaxation< CloudType >::velocityCorrection(), volumeIntegrateOp< Type >::volumeIntegrateOp(), while(), graphFunctionObject::write(), regionSizeDistribution::write(), equalBinWidth::write(), ParticlePostProcessing< CloudType >::write(), general::writeDict(), noiseModel::writeFileHeader(), x3dWriter::writeTemplate(), uniformInterpolationTable< scalar >::xMax(), Foam::XYZ_to_LAB(), Foam::XYZ_to_RGB(), Foam::zip(), Foam::zip(), Foam::zip(), Foam::zip(), Foam::zip(), Foam::zip(), Foam::zip(), Foam::zipCols(), Foam::zipCols(), Foam::zipCols(), Foam::zipCols(), Foam::zipCols(), Foam::zipCols(), Foam::zipRows(), Foam::zipRows(), Foam::zipRows(), Foam::zipRows(), Foam::zipRows(), Foam::zipRows(), CodedFunction1< Type >::~CodedFunction1(), colourTable::~colourTable(), Euler::~Euler(), EulerSI::~EulerSI(), FieldFunction1< Function1Type >::~FieldFunction1(), Function1Expression< Type >::~Function1Expression(), PatchExprField< Type >::~PatchExprField(), Polynomial< Type >::~Polynomial(), polynomialFunction::~polynomialFunction(), RKCK45::~RKCK45(), RKDP45::~RKDP45(), RKF45::~RKF45(), rodas23::~rodas23(), rodas34::~rodas34(), Rosenbrock12::~Rosenbrock12(), Rosenbrock23::~Rosenbrock23(), Rosenbrock34::~Rosenbrock34(), Sample< Type >::~Sample(), Sampled< Type >::~Sampled(), seulex::~seulex(), SIBS::~SIBS(), stepFunction::~stepFunction(), thermoCoupleProbes::~thermoCoupleProbes(), TimeFunction1< Type >::~TimeFunction1(), Trapezoid::~Trapezoid(), and uniformInterpolationTable< scalar >::~uniformInterpolationTable().