Foam::fv Namespace Reference

Namespace for finite-volume. More...

Namespaces

 gradientLimiters
 
 heatTransferModels
 

Classes

class  accelerationSource
 This fvModel applies an explicit acceleration force to components of the velocity field. More...
 
class  actuationDiskSource
 Actuation disk source. More...
 
class  backwardDdtScheme
 Second-order backward-differencing ddt using the current and two previous time-step values. More...
 
class  boundedConvectionScheme
 Bounded form of the selected convection scheme. More...
 
class  boundedDdtScheme
 Bounded form of the selected ddt scheme. More...
 
class  buoyancyEnergy
 Calculates and applies the buoyancy energy source rho*(U&g) to the energy equation. More...
 
class  buoyancyForce
 Calculates and applies the buoyancy force rho*g to the momentum equation corresponding to the specified velocity field. More...
 
class  cellLimitedGrad
 cellLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More...
 
class  cellMDLimitedGrad
 cellMDLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More...
 
class  CentredFitSnGradScheme
 Centred fit snGrad scheme which applies an explicit correction to snGrad. More...
 
class  clouds
 This fvModel adds any number of Lagrangian clouds to any single-phase solver. The particles are tracked through, and exchange sources with, the Eulerian flow field. More...
 
class  codedFvModel
 Constructs on-the-fly fvModel source from user-supplied code. More...
 
class  CoEulerDdtScheme
 Courant number limited first-order Euler implicit/explicit ddt. More...
 
class  convectionScheme
 Abstract base class for convection schemes. More...
 
class  correctedSnGrad
 Simple central-difference snGrad scheme with non-orthogonal correction. More...
 
class  CrankNicolsonDdtScheme
 Second-oder Crank-Nicolson implicit ddt using the current and previous time-step fields as well as the previous time-step ddt. More...
 
class  d2dt2Scheme
 Abstract base class for d2dt2 schemes. More...
 
class  damping
 Base fvModel for damping functions. More...
 
class  ddtScheme
 Abstract base class for ddt schemes. More...
 
class  divScheme
 Abstract base class for div schemes. More...
 
class  effectivenessHeatExchangerSource
 Heat exchanger source model, in which the heat exchanger is defined as a selection of cells. More...
 
class  EulerD2dt2Scheme
 First-order Euler implicit d2dt2 using the current and two previous time-step values. More...
 
class  EulerDdtScheme
 Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values. More...
 
class  explicitPorositySource
 Explicit porosity source. More...
 
class  faceCorrectedSnGrad
 Simple central-difference snGrad scheme with non-orthogonal correction. More...
 
class  faceLimitedGrad
 faceLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More...
 
class  faceMDLimitedGrad
 faceMDLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More...
 
class  fixedTemperatureConstraint
 Fixed temperature equation constraint. More...
 
class  fixedValueConstraint
 Constrain the field values within a specified region. More...
 
class  fourthGrad
 Second-order gradient scheme using least-squares. More...
 
class  fvCellSet
 Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location where the fvConstraint is applied. More...
 
class  gaussConvectionScheme
 Basic second-order convection using face-gradients and Gauss' theorem. More...
 
class  gaussDivScheme
 Basic second-order div using face-gradients and Gauss' theorem. More...
 
class  gaussGrad
 Basic second-order gradient scheme using face-interpolation and Gauss' theorem. More...
 
class  gaussLaplacianScheme
 Basic second-order laplacian using face-gradients and Gauss' theorem. More...
 
class  gradScheme
 Abstract base class for gradient schemes. More...
 
class  heatSource
 Model for applying a heat source. Requires either the power, Q, or the power per unit volume, q, to be specified. More...
 
class  heatTransfer
 Model for heat exchange. Requires specification of an ambient temperature with which to exchange heat, and a model for the heat transfer coefficient (htc) and the area per unit volume (AoV). These are then used to apply the following source to the energy equation: More...
 
class  heatTransferModel
 Base class for heat transfer coefficient modelling used in heat transfer fvModels. Area per unit volume [1/m] (AoV) must be provided as a value in the coefficients dictionary or as a field in constant. More...
 
class  interfaceTurbulenceDamping
 Free-surface phase turbulence damping function. More...
 
class  interRegionExplicitPorositySource
 Inter-region explicit porosity source. More...
 
class  interRegionHeatTransfer
 Model for inter-region heat exchange. Requires specification of a model for the heat transfer coefficient (htc) and the area per unit volume (AoV). These are then used to apply the following source to the energy equation: More...
 
class  interRegionModel
 Base class for inter-region exchange. More...
 
class  isotropicDamping
 This fvModel applies an implicit damping force to all components of the vector field to relax the field towards a specified uniform value. Its intended purpose is to damp the motions of an interface in the region approaching an outlet so that no reflections are generated. More...
 
class  laplacianScheme
 Abstract base class for laplacian schemes. More...
 
class  leastSquaresGrad
 Second-order gradient scheme using least-squares. More...
 
class  LeastSquaresGrad
 Gradient calculated using weighted least-squares on an arbitrary stencil. The stencil type is provided via a template argument and any cell-based stencil is supported: More...
 
class  LeastSquaresVectors
 Least-squares gradient scheme vectors. More...
 
class  limitedSnGrad
 Run-time selected snGrad scheme with limited non-orthogonal correction. More...
 
class  limitMag
 Limits the magnitude of the specified field to the specified max value. More...
 
class  limitPressure
 Limits the specified pressure field to be between specified minimum and maximum limits. More...
 
class  limitTemperature
 Limits the temperature to be between minimum and maximum values. More...
 
class  localEulerDdt
 
class  localEulerDdtScheme
 Local time-step first-order Euler implicit/explicit ddt. More...
 
class  massSource
 This fvModel applies a mass source to the continuity equation and to all field equations. More...
 
class  meanVelocityForce
 Calculates and applies the force necessary to maintain the specified mean velocity. More...
 
class  multivariateGaussConvectionScheme
 Basic second-order convection using face-gradients and Gauss' theorem. More...
 
class  orthogonalSnGrad
 Simple central-difference snGrad scheme using the cell-centre to cell-centre delta-coefficients. More...
 
class  patchMeanVelocityForce
 Calculates and applies the force necessary to maintain the specified mean velocity averaged over the specified patch. More...
 
class  phaseLimitStabilisation
 Stabilisation source for phase transport equations. More...
 
class  phaseStabilisedSnGrad
 snGrad scheme with phase-fraction limited non-orthogonal correction. More...
 
class  phaseTurbulenceStabilisation
 Phase turbulence stabilisation. More...
 
class  radialActuationDiskSource
 Actuation disk source including radial thrust. More...
 
class  radiation
 Calculates and applies the radiation source to the energy equation. More...
 
class  rotorDiskSource
 Cell based momentum source which approximates the mean effects of rotor forces on a cylindrical region within the domain. More...
 
class  semiImplicitSource
 Semi-implicit source, described using an input dictionary. The injection rate coefficients are specified as pairs of Su-Sp coefficients, i.e. More...
 
class  sixDoFAccelerationSource
 Solid-body 6-DoF acceleration source. More...
 
class  SLTSDdtScheme
 Stabilised local time-step first-order Euler implicit/explicit ddt. The time-step is adjusted locally so that an advective equations remains diagonally dominant. More...
 
class  snGradScheme
 Abstract base class for snGrad schemes. More...
 
class  solidEquilibriumEnergySource
 This fvModel adds the thermal inertia of a solid phase into the energy equation. It assumes that the solid is in thermal equilibrium with the surrounding fluid phase. More...
 
class  solidificationMeltingSource
 This source is designed to model the effect of solidification and melting processes, e.g. windshield defrosting. More...
 
class  steadyStateD2dt2Scheme
 SteadyState d2dt2 which returns 0. More...
 
class  steadyStateDdtScheme
 SteadyState implicit/explicit ddt which returns 0. More...
 
class  surfaceFilm
 surfaceFilm fvModel More...
 
class  uncorrectedSnGrad
 Simple central-difference snGrad scheme using the non-orthogonal mesh delta-coefficients but without non-orthogonal correction. More...
 
class  verticalDamping
 This fvModel applies an explicit damping force to components of the vector field in the direction of gravity. Its intended purpose is to damp the vertical motions of an interface in the region approaching an outlet so that no reflections are generated. More...
 
class  VoFClouds
 Lagrangian clouds model for VoF simulations. More...
 
class  VoFSolidificationMeltingSource
 Solidification and melting model for VoF simulations. More...
 
class  VoFSurfaceFilm
 Surface film model for VoF simulations. More...
 
class  VoFTurbulenceDamping
 Free-surface turbulence damping function. More...
 
class  volumeFractionSource
 This fvModel adds transport terms into the equations to account for the presence of a constant volume fraction. The volume fraction is read from constant/alpha.<volumePhase>, where <volumePhase> is given as a parameter to the fvModel. Both advective and diffusive terms are added, and the resulting solution is time-accurate. The flux and velocity are treated as superficial. More...
 

Typedefs

typedef LeastSquaresGrad< Foam::scalar, Foam::centredCPCCellToCellStencilObjectLeastSquaresGradscalarcentredCPCCellToCellStencilObject_
 
typedef LeastSquaresGrad< Foam::vector, Foam::centredCPCCellToCellStencilObjectLeastSquaresGradvectorcentredCPCCellToCellStencilObject_
 
typedef LeastSquaresGrad< Foam::scalar, Foam::centredCECCellToCellStencilObjectLeastSquaresGradscalarcentredCECCellToCellStencilObject_
 
typedef LeastSquaresGrad< Foam::vector, Foam::centredCECCellToCellStencilObjectLeastSquaresGradvectorcentredCECCellToCellStencilObject_
 
typedef laplacianScheme< scalar, scalar > laplacianSchemescalarscalar
 
typedef laplacianScheme< scalar, symmTensorlaplacianSchemescalarsymmTensor
 
typedef laplacianScheme< scalar, tensorlaplacianSchemescalartensor
 
typedef laplacianScheme< vector, scalar > laplacianSchemevectorscalar
 
typedef laplacianScheme< vector, symmTensorlaplacianSchemevectorsymmTensor
 
typedef laplacianScheme< vector, tensorlaplacianSchemevectortensor
 
typedef laplacianScheme< sphericalTensor, scalar > laplacianSchemesphericalTensorscalar
 
typedef laplacianScheme< sphericalTensor, symmTensorlaplacianSchemesphericalTensorsymmTensor
 
typedef laplacianScheme< sphericalTensor, tensorlaplacianSchemesphericalTensortensor
 
typedef laplacianScheme< symmTensor, scalar > laplacianSchemesymmTensorscalar
 
typedef laplacianScheme< symmTensor, symmTensorlaplacianSchemesymmTensorsymmTensor
 
typedef laplacianScheme< symmTensor, tensorlaplacianSchemesymmTensortensor
 
typedef laplacianScheme< tensor, scalar > laplacianSchemetensorscalar
 
typedef laplacianScheme< tensor, symmTensorlaplacianSchemetensorsymmTensor
 
typedef laplacianScheme< tensor, tensorlaplacianSchemetensortensor
 

Functions

 defineTemplateRunTimeSelectionTable (convectionScheme< scalar >, Istream)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< scalar >, Multivariate)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< vector >, Istream)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< vector >, Multivariate)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< sphericalTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< sphericalTensor >, Multivariate)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< symmTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< symmTensor >, Multivariate)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< tensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (convectionScheme< tensor >, Multivariate)
 
 defineTemplateRunTimeSelectionTable (d2dt2Scheme< scalar >, Istream)
 
 defineTemplateRunTimeSelectionTable (d2dt2Scheme< vector >, Istream)
 
 defineTemplateRunTimeSelectionTable (d2dt2Scheme< sphericalTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (d2dt2Scheme< symmTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (d2dt2Scheme< tensor >, Istream)
 
template<class Type >
const FieldField< fvPatchField, Type > & ff (const FieldField< fvPatchField, Type > &bf)
 
 defineTemplateRunTimeSelectionTable (ddtScheme< scalar >, Istream)
 
 defineTemplateRunTimeSelectionTable (ddtScheme< vector >, Istream)
 
 defineTemplateRunTimeSelectionTable (ddtScheme< sphericalTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (ddtScheme< symmTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (ddtScheme< tensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (divScheme< vector >, Istream)
 
 defineTemplateRunTimeSelectionTable (divScheme< sphericalTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (divScheme< symmTensor >, Istream)
 
 defineTemplateRunTimeSelectionTable (divScheme< tensor >, Istream)
 
 NamespaceName ("fv")
 
 defineTemplateRunTimeSelectionTable (gradScheme< scalar >, Istream)
 
 defineTemplateRunTimeSelectionTable (gradScheme< vector >, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemescalarscalar, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemescalarsymmTensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemescalartensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemevectorscalar, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemevectorsymmTensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemevectortensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemesphericalTensorscalar, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemesphericalTensorsymmTensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemesphericalTensortensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemesymmTensorscalar, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemesymmTensorsymmTensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemesymmTensortensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemetensorscalar, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemetensorsymmTensor, Istream)
 
 defineTemplateRunTimeSelectionTable (laplacianSchemetensortensor, Istream)
 
 defineTemplateRunTimeSelectionTable (snGradScheme< scalar >, Mesh)
 
 defineTemplateRunTimeSelectionTable (snGradScheme< vector >, Mesh)
 
 defineTemplateRunTimeSelectionTable (snGradScheme< sphericalTensor >, Mesh)
 
 defineTemplateRunTimeSelectionTable (snGradScheme< symmTensor >, Mesh)
 
 defineTemplateRunTimeSelectionTable (snGradScheme< tensor >, Mesh)
 
 defineTypeNameAndDebug (fixedTemperatureConstraint, 0)
 
 addToRunTimeSelectionTable (fvConstraint, fixedTemperatureConstraint, dictionary)
 
 defineTypeNameAndDebug (fixedValueConstraint, 0)
 
 addToRunTimeSelectionTable (fvConstraint, fixedValueConstraint, dictionary)
 
 defineTypeNameAndDebug (limitMag, 0)
 
 addToRunTimeSelectionTable (fvConstraint, limitMag, dictionary)
 
 defineTypeNameAndDebug (limitPressure, 0)
 
 addToRunTimeSelectionTable (fvConstraint, limitPressure, dictionary)
 
 defineTypeNameAndDebug (limitTemperature, 0)
 
 addToRunTimeSelectionTable (fvConstraint, limitTemperature, dictionary)
 
 defineTypeNameAndDebug (meanVelocityForce, 0)
 
 addToRunTimeSelectionTable (fvConstraint, meanVelocityForce, dictionary)
 
 defineTypeNameAndDebug (patchMeanVelocityForce, 0)
 
 addToRunTimeSelectionTable (fvConstraint, patchMeanVelocityForce, dictionary)
 
 defineTypeNameAndDebug (accelerationSource, 0)
 
 addToRunTimeSelectionTable (fvModel, accelerationSource, dictionary)
 
 defineTypeNameAndDebug (actuationDiskSource, 0)
 
 addToRunTimeSelectionTable (fvModel, actuationDiskSource, dictionary)
 
 defineTypeNameAndDebug (buoyancyEnergy, 0)
 
 addToRunTimeSelectionTable (fvModel, buoyancyEnergy, dictionary)
 
 defineTypeNameAndDebug (buoyancyForce, 0)
 
 addToRunTimeSelectionTable (fvModel, buoyancyForce, dictionary)
 
 defineTypeNameAndDebug (damping, 0)
 
 defineTypeNameAndDebug (isotropicDamping, 0)
 
 addToRunTimeSelectionTable (fvModel, isotropicDamping, dictionary)
 
 defineTypeNameAndDebug (verticalDamping, 0)
 
 addToRunTimeSelectionTable (fvModel, verticalDamping, dictionary)
 
 defineTypeNameAndDebug (effectivenessHeatExchangerSource, 0)
 
 addToRunTimeSelectionTable (fvModel, effectivenessHeatExchangerSource, dictionary)
 
 defineTypeNameAndDebug (explicitPorositySource, 0)
 
 addToRunTimeSelectionTable (fvModel, explicitPorositySource, dictionary)
 
 defineTypeNameAndDebug (heatSource, 0)
 
 addToRunTimeSelectionTable (fvModel, heatSource, dictionary)
 
 defineTypeNameAndDebug (heatTransfer, 0)
 
 addToRunTimeSelectionTable (fvModel, heatTransfer, dictionary)
 
 defineTypeNameAndDebug (heatTransferModel, 0)
 
 defineRunTimeSelectionTable (heatTransferModel, mesh)
 
 defineRunTimeSelectionTable (heatTransferModel, model)
 
 defineTypeNameAndDebug (massSource, 0)
 
 addToRunTimeSelectionTable (fvModel, massSource, dictionary)
 
 defineTypeNameAndDebug (phaseLimitStabilisation, 0)
 
 addToRunTimeSelectionTable (fvModel, phaseLimitStabilisation, dictionary)
 
 defineTypeNameAndDebug (radialActuationDiskSource, 0)
 
 addToRunTimeSelectionTable (fvModel, radialActuationDiskSource, dictionary)
 
 defineTypeNameAndDebug (rotorDiskSource, 0)
 
 addToRunTimeSelectionTable (fvModel, rotorDiskSource, dictionary)
 
 defineTypeNameAndDebug (sixDoFAccelerationSource, 0)
 
 addToRunTimeSelectionTable (fvModel, sixDoFAccelerationSource, dictionary)
 
 defineTypeNameAndDebug (solidEquilibriumEnergySource, 0)
 
 addToRunTimeSelectionTable (fvModel, solidEquilibriumEnergySource, dictionary)
 
 defineTypeNameAndDebug (solidificationMeltingSource, 0)
 
 addToRunTimeSelectionTable (fvModel, solidificationMeltingSource, dictionary)
 
 defineTypeNameAndDebug (volumeFractionSource, 0)
 
 addToRunTimeSelectionTable (fvModel, volumeFractionSource, dictionary)
 
 defineTypeNameAndDebug (codedFvModel, 0)
 
 addToRunTimeSelectionTable (fvModel, codedFvModel, dictionary)
 
 defineTypeNameAndDebug (semiImplicitSource, 0)
 
 addToRunTimeSelectionTable (fvModel, semiImplicitSource, dictionary)
 
 defineTypeNameAndDebug (interRegionExplicitPorositySource, 0)
 
 addToRunTimeSelectionTable (fvModel, interRegionExplicitPorositySource, dictionary)
 
 defineTypeNameAndDebug (interRegionHeatTransfer, 0)
 
 addToRunTimeSelectionTable (fvModel, interRegionHeatTransfer, dictionary)
 
 defineTypeNameAndDebug (interRegionModel, 0)
 
 defineTypeNameAndDebug (clouds, 0)
 
 addToRunTimeSelectionTable (fvModel, clouds, dictionary)
 
 defineTypeNameAndDebug (radiation, 0)
 
 addToRunTimeSelectionTable (fvModel, radiation, dictionary)
 
 defineTypeNameAndDebug (surfaceFilm, 0)
 
 addToRunTimeSelectionTable (fvModel, surfaceFilm, dictionary)
 

Variables

gradScheme< Foam::scalar >::addIstreamConstructorToTable< LeastSquaresGrad< Foam::scalar, Foam::centredCPCCellToCellStencilObject > > addpointCellsLeastSquarescentredCPCCellToCellStencilObjectscalarIstreamConstructorToTable_
 
gradScheme< Foam::vector >::addIstreamConstructorToTable< LeastSquaresGrad< Foam::vector, Foam::centredCPCCellToCellStencilObject > > addpointCellsLeastSquarescentredCPCCellToCellStencilObjectvectorIstreamConstructorToTable_
 
gradScheme< Foam::scalar >::addIstreamConstructorToTable< LeastSquaresGrad< Foam::scalar, Foam::centredCECCellToCellStencilObject > > addedgeCellsLeastSquarescentredCECCellToCellStencilObjectscalarIstreamConstructorToTable_
 
gradScheme< Foam::vector >::addIstreamConstructorToTable< LeastSquaresGrad< Foam::vector, Foam::centredCECCellToCellStencilObject > > addedgeCellsLeastSquarescentredCECCellToCellStencilObjectvectorIstreamConstructorToTable_
 
gradScheme< scalar >::addIstreamConstructorToTable< cellLimitedGrad< scalar, gradientLimiters::minmod > > addcellLimitedGradscalarminmodIstreamConstructorToTable_
 
gradScheme< vector >::addIstreamConstructorToTable< cellLimitedGrad< vector, gradientLimiters::minmod > > addcellLimitedGradvectorminmodIstreamConstructorToTable_
 
gradScheme< scalar >::addIstreamConstructorToTable< cellLimitedGrad< scalar, gradientLimiters::Venkatakrishnan > > addcellLimitedGradscalarVenkatakrishnanIstreamConstructorToTable_
 

Detailed Description

Namespace for finite-volume.

Typedef Documentation

◆ LeastSquaresGradscalarcentredCPCCellToCellStencilObject_

◆ LeastSquaresGradvectorcentredCPCCellToCellStencilObject_

◆ LeastSquaresGradscalarcentredCECCellToCellStencilObject_

◆ LeastSquaresGradvectorcentredCECCellToCellStencilObject_

◆ laplacianSchemescalarscalar

typedef laplacianScheme< scalar , scalar > laplacianSchemescalarscalar

Definition at line 50 of file laplacianSchemes.C.

◆ laplacianSchemescalarsymmTensor

Definition at line 50 of file laplacianSchemes.C.

◆ laplacianSchemescalartensor

Definition at line 50 of file laplacianSchemes.C.

◆ laplacianSchemevectorscalar

Definition at line 50 of file laplacianSchemes.C.

◆ laplacianSchemevectorsymmTensor

◆ laplacianSchemevectortensor

◆ laplacianSchemesphericalTensorscalar

◆ laplacianSchemesphericalTensorsymmTensor

◆ laplacianSchemesphericalTensortensor

◆ laplacianSchemesymmTensorscalar

Definition at line 52 of file laplacianSchemes.C.

◆ laplacianSchemesymmTensorsymmTensor

◆ laplacianSchemesymmTensortensor

◆ laplacianSchemetensorscalar

Definition at line 53 of file laplacianSchemes.C.

◆ laplacianSchemetensorsymmTensor

◆ laplacianSchemetensortensor

Function Documentation

◆ defineTemplateRunTimeSelectionTable() [1/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< scalar >  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [2/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< scalar >  ,
Multivariate   
)

◆ defineTemplateRunTimeSelectionTable() [3/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< vector ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [4/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< vector ,
Multivariate   
)

◆ defineTemplateRunTimeSelectionTable() [5/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< sphericalTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [6/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< sphericalTensor ,
Multivariate   
)

◆ defineTemplateRunTimeSelectionTable() [7/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< symmTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [8/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< symmTensor ,
Multivariate   
)

◆ defineTemplateRunTimeSelectionTable() [9/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< tensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [10/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( convectionScheme< tensor ,
Multivariate   
)

◆ defineTemplateRunTimeSelectionTable() [11/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( d2dt2Scheme< scalar >  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [12/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( d2dt2Scheme< vector ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [13/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( d2dt2Scheme< sphericalTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [14/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( d2dt2Scheme< symmTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [15/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( d2dt2Scheme< tensor ,
Istream   
)

◆ ff()

◆ defineTemplateRunTimeSelectionTable() [16/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( ddtScheme< scalar >  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [17/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( ddtScheme< vector ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [18/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( ddtScheme< sphericalTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [19/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( ddtScheme< symmTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [20/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( ddtScheme< tensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [21/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( divScheme< vector ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [22/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( divScheme< sphericalTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [23/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( divScheme< symmTensor ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [24/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( divScheme< tensor ,
Istream   
)

◆ NamespaceName()

Foam::fv::NamespaceName ( "fv"  )

◆ defineTemplateRunTimeSelectionTable() [25/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( gradScheme< scalar >  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [26/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( gradScheme< vector ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [27/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemescalarscalar  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [28/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemescalarsymmTensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [29/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemescalartensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [30/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemevectorscalar  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [31/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemevectorsymmTensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [32/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemevectortensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [33/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemesphericalTensorscalar  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [34/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemesphericalTensorsymmTensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [35/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemesphericalTensortensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [36/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemesymmTensorscalar  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [37/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemesymmTensorsymmTensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [38/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemesymmTensortensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [39/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemetensorscalar  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [40/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemetensorsymmTensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [41/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( laplacianSchemetensortensor  ,
Istream   
)

◆ defineTemplateRunTimeSelectionTable() [42/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( snGradScheme< scalar >  ,
Mesh   
)

◆ defineTemplateRunTimeSelectionTable() [43/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( snGradScheme< vector ,
Mesh   
)

◆ defineTemplateRunTimeSelectionTable() [44/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( snGradScheme< sphericalTensor ,
Mesh   
)

◆ defineTemplateRunTimeSelectionTable() [45/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( snGradScheme< symmTensor ,
Mesh   
)

◆ defineTemplateRunTimeSelectionTable() [46/46]

Foam::fv::defineTemplateRunTimeSelectionTable ( snGradScheme< tensor ,
Mesh   
)

◆ defineTypeNameAndDebug() [1/35]

Foam::fv::defineTypeNameAndDebug ( fixedTemperatureConstraint  ,
 
)

Referenced by NamedEnum< compressibleField, 8 >::names().

Here is the caller graph for this function:

◆ addToRunTimeSelectionTable() [1/32]

Foam::fv::addToRunTimeSelectionTable ( fvConstraint  ,
fixedTemperatureConstraint  ,
dictionary   
)

Referenced by NamedEnum< compressibleField, 8 >::names().

Here is the caller graph for this function:

◆ defineTypeNameAndDebug() [2/35]

Foam::fv::defineTypeNameAndDebug ( fixedValueConstraint  ,
 
)

◆ addToRunTimeSelectionTable() [2/32]

Foam::fv::addToRunTimeSelectionTable ( fvConstraint  ,
fixedValueConstraint  ,
dictionary   
)

◆ defineTypeNameAndDebug() [3/35]

Foam::fv::defineTypeNameAndDebug ( limitMag  ,
 
)

◆ addToRunTimeSelectionTable() [3/32]

Foam::fv::addToRunTimeSelectionTable ( fvConstraint  ,
limitMag  ,
dictionary   
)

◆ defineTypeNameAndDebug() [4/35]

Foam::fv::defineTypeNameAndDebug ( limitPressure  ,
 
)

◆ addToRunTimeSelectionTable() [4/32]

Foam::fv::addToRunTimeSelectionTable ( fvConstraint  ,
limitPressure  ,
dictionary   
)

◆ defineTypeNameAndDebug() [5/35]

Foam::fv::defineTypeNameAndDebug ( limitTemperature  ,
 
)

◆ addToRunTimeSelectionTable() [5/32]

Foam::fv::addToRunTimeSelectionTable ( fvConstraint  ,
limitTemperature  ,
dictionary   
)

◆ defineTypeNameAndDebug() [6/35]

Foam::fv::defineTypeNameAndDebug ( meanVelocityForce  ,
 
)

◆ addToRunTimeSelectionTable() [6/32]

Foam::fv::addToRunTimeSelectionTable ( fvConstraint  ,
meanVelocityForce  ,
dictionary   
)

◆ defineTypeNameAndDebug() [7/35]

Foam::fv::defineTypeNameAndDebug ( patchMeanVelocityForce  ,
 
)

◆ addToRunTimeSelectionTable() [7/32]

Foam::fv::addToRunTimeSelectionTable ( fvConstraint  ,
patchMeanVelocityForce  ,
dictionary   
)

◆ defineTypeNameAndDebug() [8/35]

Foam::fv::defineTypeNameAndDebug ( accelerationSource  ,
 
)

◆ addToRunTimeSelectionTable() [8/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
accelerationSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [9/35]

Foam::fv::defineTypeNameAndDebug ( actuationDiskSource  ,
 
)

◆ addToRunTimeSelectionTable() [9/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
actuationDiskSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [10/35]

Foam::fv::defineTypeNameAndDebug ( buoyancyEnergy  ,
 
)

◆ addToRunTimeSelectionTable() [10/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
buoyancyEnergy  ,
dictionary   
)

◆ defineTypeNameAndDebug() [11/35]

Foam::fv::defineTypeNameAndDebug ( buoyancyForce  ,
 
)

◆ addToRunTimeSelectionTable() [11/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
buoyancyForce  ,
dictionary   
)

◆ defineTypeNameAndDebug() [12/35]

Foam::fv::defineTypeNameAndDebug ( damping  ,
 
)

◆ defineTypeNameAndDebug() [13/35]

Foam::fv::defineTypeNameAndDebug ( isotropicDamping  ,
 
)

◆ addToRunTimeSelectionTable() [12/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
isotropicDamping  ,
dictionary   
)

◆ defineTypeNameAndDebug() [14/35]

Foam::fv::defineTypeNameAndDebug ( verticalDamping  ,
 
)

◆ addToRunTimeSelectionTable() [13/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
verticalDamping  ,
dictionary   
)

◆ defineTypeNameAndDebug() [15/35]

Foam::fv::defineTypeNameAndDebug ( effectivenessHeatExchangerSource  ,
 
)

◆ addToRunTimeSelectionTable() [14/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
effectivenessHeatExchangerSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [16/35]

Foam::fv::defineTypeNameAndDebug ( explicitPorositySource  ,
 
)

◆ addToRunTimeSelectionTable() [15/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
explicitPorositySource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [17/35]

Foam::fv::defineTypeNameAndDebug ( heatSource  ,
 
)

◆ addToRunTimeSelectionTable() [16/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
heatSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [18/35]

Foam::fv::defineTypeNameAndDebug ( heatTransfer  ,
 
)

◆ addToRunTimeSelectionTable() [17/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
heatTransfer  ,
dictionary   
)

◆ defineTypeNameAndDebug() [19/35]

Foam::fv::defineTypeNameAndDebug ( heatTransferModel  ,
 
)

◆ defineRunTimeSelectionTable() [1/2]

Foam::fv::defineRunTimeSelectionTable ( heatTransferModel  ,
mesh   
)

◆ defineRunTimeSelectionTable() [2/2]

Foam::fv::defineRunTimeSelectionTable ( heatTransferModel  ,
model   
)

◆ defineTypeNameAndDebug() [20/35]

Foam::fv::defineTypeNameAndDebug ( massSource  ,
 
)

◆ addToRunTimeSelectionTable() [18/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
massSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [21/35]

Foam::fv::defineTypeNameAndDebug ( phaseLimitStabilisation  ,
 
)

◆ addToRunTimeSelectionTable() [19/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
phaseLimitStabilisation  ,
dictionary   
)

◆ defineTypeNameAndDebug() [22/35]

Foam::fv::defineTypeNameAndDebug ( radialActuationDiskSource  ,
 
)

◆ addToRunTimeSelectionTable() [20/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
radialActuationDiskSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [23/35]

Foam::fv::defineTypeNameAndDebug ( rotorDiskSource  ,
 
)

◆ addToRunTimeSelectionTable() [21/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
rotorDiskSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [24/35]

Foam::fv::defineTypeNameAndDebug ( sixDoFAccelerationSource  ,
 
)

◆ addToRunTimeSelectionTable() [22/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
sixDoFAccelerationSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [25/35]

Foam::fv::defineTypeNameAndDebug ( solidEquilibriumEnergySource  ,
 
)

◆ addToRunTimeSelectionTable() [23/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
solidEquilibriumEnergySource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [26/35]

Foam::fv::defineTypeNameAndDebug ( solidificationMeltingSource  ,
 
)

◆ addToRunTimeSelectionTable() [24/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
solidificationMeltingSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [27/35]

Foam::fv::defineTypeNameAndDebug ( volumeFractionSource  ,
 
)

◆ addToRunTimeSelectionTable() [25/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
volumeFractionSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [28/35]

Foam::fv::defineTypeNameAndDebug ( codedFvModel  ,
 
)

◆ addToRunTimeSelectionTable() [26/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
codedFvModel  ,
dictionary   
)

◆ defineTypeNameAndDebug() [29/35]

Foam::fv::defineTypeNameAndDebug ( semiImplicitSource  ,
 
)

◆ addToRunTimeSelectionTable() [27/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
semiImplicitSource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [30/35]

Foam::fv::defineTypeNameAndDebug ( interRegionExplicitPorositySource  ,
 
)

◆ addToRunTimeSelectionTable() [28/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
interRegionExplicitPorositySource  ,
dictionary   
)

◆ defineTypeNameAndDebug() [31/35]

Foam::fv::defineTypeNameAndDebug ( interRegionHeatTransfer  ,
 
)

◆ addToRunTimeSelectionTable() [29/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
interRegionHeatTransfer  ,
dictionary   
)

◆ defineTypeNameAndDebug() [32/35]

Foam::fv::defineTypeNameAndDebug ( interRegionModel  ,
 
)

◆ defineTypeNameAndDebug() [33/35]

Foam::fv::defineTypeNameAndDebug ( clouds  ,
 
)

◆ addToRunTimeSelectionTable() [30/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
clouds  ,
dictionary   
)

◆ defineTypeNameAndDebug() [34/35]

Foam::fv::defineTypeNameAndDebug ( radiation  ,
 
)

◆ addToRunTimeSelectionTable() [31/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
radiation  ,
dictionary   
)

◆ defineTypeNameAndDebug() [35/35]

Foam::fv::defineTypeNameAndDebug ( surfaceFilm  ,
 
)

◆ addToRunTimeSelectionTable() [32/32]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
surfaceFilm  ,
dictionary   
)

Variable Documentation

◆ addpointCellsLeastSquarescentredCPCCellToCellStencilObjectscalarIstreamConstructorToTable_

gradScheme<Foam:: scalar >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: scalar , Foam:: centredCPCCellToCellStencilObject > > addpointCellsLeastSquarescentredCPCCellToCellStencilObjectscalarIstreamConstructorToTable_

Definition at line 43 of file LeastSquaresGrads.C.

◆ addpointCellsLeastSquarescentredCPCCellToCellStencilObjectvectorIstreamConstructorToTable_

gradScheme<Foam:: vector >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: vector , Foam:: centredCPCCellToCellStencilObject > > addpointCellsLeastSquarescentredCPCCellToCellStencilObjectvectorIstreamConstructorToTable_

Definition at line 43 of file LeastSquaresGrads.C.

◆ addedgeCellsLeastSquarescentredCECCellToCellStencilObjectscalarIstreamConstructorToTable_

gradScheme<Foam:: scalar >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: scalar , Foam:: centredCECCellToCellStencilObject > > addedgeCellsLeastSquarescentredCECCellToCellStencilObjectscalarIstreamConstructorToTable_

Definition at line 49 of file LeastSquaresGrads.C.

◆ addedgeCellsLeastSquarescentredCECCellToCellStencilObjectvectorIstreamConstructorToTable_

gradScheme<Foam:: vector >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: vector , Foam:: centredCECCellToCellStencilObject > > addedgeCellsLeastSquarescentredCECCellToCellStencilObjectvectorIstreamConstructorToTable_

Definition at line 49 of file LeastSquaresGrads.C.

◆ addcellLimitedGradscalarminmodIstreamConstructorToTable_

gradScheme< scalar >::addIstreamConstructorToTable< cellLimitedGrad < scalar , gradientLimiters:: minmod > > addcellLimitedGradscalarminmodIstreamConstructorToTable_

Definition at line 66 of file cellLimitedGrads.C.

◆ addcellLimitedGradvectorminmodIstreamConstructorToTable_

gradScheme< vector >::addIstreamConstructorToTable< cellLimitedGrad < vector , gradientLimiters:: minmod > > addcellLimitedGradvectorminmodIstreamConstructorToTable_

Definition at line 67 of file cellLimitedGrads.C.

◆ addcellLimitedGradscalarVenkatakrishnanIstreamConstructorToTable_

gradScheme< scalar >::addIstreamConstructorToTable< cellLimitedGrad < scalar , gradientLimiters:: Venkatakrishnan > > addcellLimitedGradscalarVenkatakrishnanIstreamConstructorToTable_

Definition at line 69 of file cellLimitedGrads.C.