Loading...
Searching...
No Matches
Foam::fv Namespace Reference

Namespace for finite-volume. More...

Namespaces

namespace  gradientLimiters

Classes

class  atmAmbientTurbSource
 Applies sources on k and either epsilon or omega to prevent them droping below a specified ambient value for atmospheric boundary layer modelling. Such adjustment reportedly increases numerical stability for very stable atmospheric stability conditions, and prevents nonphysical oscillations in regions of low shear at higher altitudes. More...
class  atmBuoyancyTurbSource
 Applies sources on k and either epsilon or omega to incorporate effects of buoyancy for atmospheric boundary layer modelling. More...
class  atmCoriolisUSource
 Applies corrections to incorporate the horizontal and vertical components of the Coriolis force for which the rotating frame is Earth. More...
class  atmLengthScaleTurbSource
 Applies sources on either epsilon or omega to correct mixing-length scale estimations for atmospheric boundary layer modelling. More...
class  atmNutSource
 Adds/subtracts a given artificial turbulent viscosity field to/from nut for atmospheric boundary layer modelling. More...
class  atmPlantCanopyTSource
 Applies sources on temperature, i.e. T, to incorporate effects of plant canopy for atmospheric boundary layer modelling. More...
class  atmPlantCanopyTurbSource
 Applies sources on either epsilon or omega to incorporate effects of plant canopy for atmospheric boundary layer modelling. More...
class  atmPlantCanopyUSource
 Applies sources on velocity (i.e. U) to incorporate effects of plant canopy for atmospheric boundary layer modelling. More...
class  option
 Base abstract class for handling finite volume options (i.e. fvOption). More...
class  optionList
 List of finite volume options. More...
class  options
 Finite-volume options, which is an IOdictionary of values and a fv::optionList. More...
class  boundedConvectionScheme
 Bounded form of the selected convection scheme. More...
class  convectionScheme
 Abstract base class for convection schemes. More...
class  gaussConvectionScheme
 Basic second-order convection using face-gradients and Gauss' theorem. More...
class  multivariateGaussConvectionScheme
 Basic second-order convection using face-gradients and Gauss' theorem. More...
class  d2dt2Scheme
 Abstract base class for finite volume d2dt2 schemes. More...
class  EulerD2dt2Scheme
 First-order Euler implicit d2dt2 using the current and two previous time-step values. More...
class  steadyStateD2dt2Scheme
 SteadyState d2dt2 which returns 0. More...
class  backwardDdtScheme
 Second-order backward-differencing ddt using the current and two previous time-step values. More...
class  boundedDdtScheme
 Bounded form of the selected ddt scheme. More...
class  CoEulerDdtScheme
 Courant number limited first-order Euler implicit/explicit ddt. 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  ddtSchemeBase
 Non-templated base class for ddt schemes. More...
class  ddtScheme
 Abstract base class for ddt schemes. More...
class  EulerDdtScheme
 Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values. More...
class  localEulerDdt
class  localEulerDdtScheme
 Local time-step first-order Euler implicit/explicit ddt. 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  steadyStateDdtScheme
 SteadyState implicit/explicit ddt which returns 0. More...
class  divScheme
 Abstract base class for div schemes. More...
class  gaussDivScheme
 Basic second-order div using face-gradients and Gauss' theorem. More...
class  fourthGrad
 Second-order gradient scheme using least-squares. More...
class  gaussGrad
 Basic second-order gradient scheme using face-interpolation and Gauss' theorem. More...
class  gradScheme
 Abstract base class for gradient schemes. More...
class  iterativeGaussGrad
 A second-order gradient scheme using face-interpolation, Gauss' theorem and iterative skew correction. 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  leastSquaresGrad
 Second-order gradient scheme using least-squares. More...
class  LeastSquaresVectors
 Least-squares gradient scheme vectors. 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  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  gaussLaplacianScheme
 Basic second-order laplacian using face-gradients and Gauss' theorem. More...
class  laplacianScheme
 Abstract base class for laplacian schemes. More...
class  relaxedNonOrthoGaussLaplacianScheme
 Basic second-order laplacian using face-gradients and Gauss' theorem. More...
class  CentredFitSnGradScheme
class  correctedSnGrad
 Surface gradient scheme with full explicit non-orthogonal correction. More...
class  faceCorrectedSnGrad
 Surface gradient scheme with full explicit non-orthogonal correction. More...
class  limitedSnGrad
 Surface gradient scheme with limited explicit non-orthogonal correction. More...
class  orthogonalSnGrad
 Surface gradient scheme with no non-orthogonal correction. More...
class  relaxedSnGrad
 Surface gradient scheme with under-/over-relaxed full or limited explicit non-orthogonal correction. More...
class  skewCorrectedSnGrad
 Surface gradient scheme with skewness and full explicit non-orthogonal corrections. More...
class  snGradScheme
 Abstract base class for runtime selected snGrad surface normal gradient schemes. More...
class  uncorrectedSnGrad
 Surface gradient scheme with no non-orthogonal correction. More...
class  fusedGaussConvectionScheme
 Basic second-order convection using face-gradients and Gauss' theorem. More...
class  fusedGaussDivScheme
 Variant of gaussDiv that avoids intermediates. More...
class  fusedGaussGrad
 Basic second-order gradient scheme using face-interpolation and Gauss' theorem. More...
class  fusedGaussLaplacianScheme
class  fusedLeastSquaresGrad
 Second-order gradient scheme using least-squares. More...
class  cellSetOption
 Intermediate abstract class for handling cell-set options for the derived fvOptions. More...
class  fixedTemperatureConstraint
 Constrain temperature equation (i.e. T) with a given set of fixed values within a specified region. More...
class  velocityDampingConstraint
 Constrain given velocity fields to dampen velocity fluctuations exceeding a given value within a specified region. More...
class  FixedValueConstraint
 Constrain values of given fields of Type with a given maximum value within a specified region, where <Type>=Scalar/Vector/SphericalTensor/SymmTensor/Tensor. More...
class  MapFieldConstraint
 The MapFieldConstraint constrains values of given fields of Type with a source field from an external mesh, where <Type>={scalar,vector,sphericalTensor,symmTensor,tensor}. Optionally, the source field can be translated and/or rotated as a function of time. More...
class  limitTemperature
 Corrects temperature field (i.e. T) within a specified region by applying limits between a given minimum and maximum. More...
class  limitTurbulenceViscosity
 Corrects turbulence viscosity field (e.g. nut) within a specified region by applying a maximum limit, set according to a coefficient multiplied by the laminar viscosity: More...
class  limitVelocity
 Corrects velocity field (i.e. T) within a specified region by applying a given maximum velocity magnitude limit. More...
class  interRegionOption
 Intermediate class for handling inter-region exchanges. More...
class  acousticDampingSource
 Applies sources on velocity (i.e. U) within a specified region to enable acoustic damping. More...
class  actuationDiskSource
 Applies sources on velocity (i.e. U) within a specified region to enable actuator disk models for aero/hydro thrust loading of horizontal axis turbines on surrounding flow field in terms of energy conversion processes. More...
class  buoyancyEnergy
 Applies buoyancy energy sources (i.e. Sb) to the energy equation for compressible flows. More...
class  buoyancyForce
 Applies buoyancy force sources (i.e. Sf) to the momentum equation for incompressible and compressible flows. More...
class  buoyancyTurbSource
 Applies sources on turbulent kinetic energy (i.e. k) and either turbulent kinetic energy dissipation rate (i.e. epsilon) or specific dissipation rate (i.e. omega) to incorporate effects of buoyancy on turbulence in incompressible and compressible flows. More...
class  directionalPressureGradientExplicitSource
 Applies an explicit pressure gradient source in such a way to deflect the flow towards an specific direction (flowDir). Alternatively add an extra pressure drop in the flowDir direction using a model. More...
class  explicitPorositySource
 Applies an explicit porosity source to the momentum equation within a specified region. More...
class  fanMomentumSource
 This source term models the action of a fan on the flow. It calculates flow rate through a set of upstream faces of encompassing the cell zone. The set of upstream faces is automatically calculated based on the flow direction and the surrounding face zone. Based on the flow rate, the pressure gradient is calculated based on the fan pressure curve and the thickness of the fan (measurement section). The pressure gradient is then added to the momentum equation. More...
class  heatExchangerSource
 Heat exchanger source model for compressible flows, where the heat exchanger is modelled as an energy source using a selection of cells. More...
class  jouleHeatingSource
 Evolves an electrical potential equation. More...
class  meanVelocityForce
 Applies the force within a specified region to maintain the specified mean velocity for incompressible flows. More...
class  patchMeanVelocityForce
 Applies the force over the specified patch to maintain the specified mean velocity for incompressible flows. More...
class  multiphaseStabilizedTurbulence
 Applies corrections to the turbulent kinetic energy equation (i.e. k) and turbulent viscosity field (i.e. nut) for incompressible multiphase flow cases. More...
class  patchCellsSource
 Source defined by a boundary condition applied to cells next to patches. This fvOption needs to be used with a boundarySourcePatch type of boundary condition (e.g. speciesSorption and enthalpySorption.). More...
class  PhaseLimitStabilization
 Stabilization source for phase transport equations of Type, where <Type>=Scalar/Vector/SphericalTensor/SymmTensor/Tensor. More...
class  radialActuationDiskSource
 Applies sources on velocity field (i.e. U) within a specified region to enable actuator disk models with radial thrust distribution for aero/hydro thrust loading of horizontal axis turbines on surrounding flow field in terms of energy conversion processes. More...
class  rotorDiskSource
 Applies cell-based momentum sources on velocity (i.e. U) within a specified cylindrical region to approximate the mean effects of rotor forces. More...
class  solidificationMeltingSource
 This source is designed to model the effect of solidification and melting processes, e.g. windhield defrosting, within a specified region. The phase change occurs at the melting temperature, Tmelt. More...
class  tabulatedAccelerationSource
 Solid-body 6-DoF acceleration source. More...
class  viscousDissipation
 Applies a viscous dissipation energy source to the energy equation. More...
class  CodedSource
class  SemiImplicitSource
 Applies semi-implicit source within a specified region for Type, where <Type>=Scalar/Vector/SphericalTensor/SymmTensor/Tensor. The source rate coefficients are specified as pairs of Su-Sp coefficients, i.e.: More...
class  interRegionExplicitPorositySource
 Applies inter-region explicit porosity source. More...
class  constantHeatTransfer
 Applies a constant heat transfer model for inter-region heat exchanges. More...
class  interRegionHeatTransferModel
 Intermediate class for handling inter-region heat exchanges. More...
class  tabulatedHeatTransfer
 Applies a tabulated heat transfer model for inter-region heat exchanges. More...
class  tabulatedNTUHeatTransfer
 Applies a tabulated heat transfer model for inter-region heat exchanges. The heat flux is calculated based on the Number of Thermal Units (NTU). More...
class  variableHeatTransfer
 Applies a variable heat transfer model depending on local values for inter-region heat exchanges. More...
class  topOSource
 Implements Brinkman penalisation terms for topology optimisation. Looks up the indicator field (beta) from the registry, through topOVariablesBase. More...
class  radiation
 Applies radiation sources (i.e. Sh) to the energy equation for compressible flows. More...
class  multiphaseMangrovesSource
class  multiphaseMangrovesTurbulenceModel
class  VoFSolidificationMeltingSource
 Solidification and melting model for VoF simulations. 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

 defineTypeNameAndDebug (atmAmbientTurbSource, 0)
 addToRunTimeSelectionTable (option, atmAmbientTurbSource, dictionary)
 defineTypeNameAndDebug (atmBuoyancyTurbSource, 0)
 addToRunTimeSelectionTable (option, atmBuoyancyTurbSource, dictionary)
 defineTypeNameAndDebug (atmCoriolisUSource, 0)
 addToRunTimeSelectionTable (option, atmCoriolisUSource, dictionary)
 defineTypeNameAndDebug (atmLengthScaleTurbSource, 0)
 addToRunTimeSelectionTable (option, atmLengthScaleTurbSource, dictionary)
 defineTypeNameAndDebug (atmNutSource, 0)
 addToRunTimeSelectionTable (option, atmNutSource, dictionary)
 defineTypeNameAndDebug (atmPlantCanopyTSource, 0)
 addToRunTimeSelectionTable (option, atmPlantCanopyTSource, dictionary)
 defineTypeNameAndDebug (atmPlantCanopyTurbSource, 0)
 addToRunTimeSelectionTable (option, atmPlantCanopyTurbSource, dictionary)
 defineTypeNameAndDebug (atmPlantCanopyUSource, 0)
 addToRunTimeSelectionTable (option, atmPlantCanopyUSource, dictionary)
 defineTypeNameAndDebug (option, 0)
 defineRunTimeSelectionTable (option, dictionary)
 defineTypeNameAndDebug (optionList, 0)
 defineTypeNameAndDebug (options, 0)
 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 (cellSetOption, 0)
 defineTypeNameAndDebug (fixedTemperatureConstraint, 0)
 addToRunTimeSelectionTable (option, fixedTemperatureConstraint, dictionary)
 defineTypeNameAndDebug (velocityDampingConstraint, 0)
 addToRunTimeSelectionTable (option, velocityDampingConstraint, dictionary)
 defineTypeNameAndDebug (limitTemperature, 0)
 addToRunTimeSelectionTable (option, limitTemperature, dictionary)
 defineTypeNameAndDebug (limitTurbulenceViscosity, 0)
 addToRunTimeSelectionTable (option, limitTurbulenceViscosity, dictionary)
 defineTypeNameAndDebug (limitVelocity, 0)
 addToRunTimeSelectionTable (option, limitVelocity, dictionary)
 defineTypeNameAndDebug (interRegionOption, 0)
 defineTypeNameAndDebug (acousticDampingSource, 0)
 addToRunTimeSelectionTable (option, acousticDampingSource, dictionary)
 defineTypeNameAndDebug (actuationDiskSource, 0)
 addToRunTimeSelectionTable (option, actuationDiskSource, dictionary)
 defineTypeNameAndDebug (buoyancyEnergy, 0)
 addToRunTimeSelectionTable (option, buoyancyEnergy, dictionary)
 defineTypeNameAndDebug (buoyancyForce, 0)
 addToRunTimeSelectionTable (option, buoyancyForce, dictionary)
 defineTypeNameAndDebug (buoyancyTurbSource, 0)
 addToRunTimeSelectionTable (option, buoyancyTurbSource, dictionary)
 defineTypeNameAndDebug (directionalPressureGradientExplicitSource, 0)
 addToRunTimeSelectionTable (option, directionalPressureGradientExplicitSource, dictionary)
 defineTypeNameAndDebug (explicitPorositySource, 0)
 addToRunTimeSelectionTable (option, explicitPorositySource, dictionary)
 defineTypeNameAndDebug (fanMomentumSource, 0)
 addToRunTimeSelectionTable (option, fanMomentumSource, dictionary)
 defineTypeNameAndDebug (heatExchangerSource, 0)
 addToRunTimeSelectionTable (option, heatExchangerSource, dictionary)
 defineTypeNameAndDebug (meanVelocityForce, 0)
 addToRunTimeSelectionTable (option, meanVelocityForce, dictionary)
 defineTypeNameAndDebug (patchMeanVelocityForce, 0)
 addToRunTimeSelectionTable (option, patchMeanVelocityForce, dictionary)
 defineTypeNameAndDebug (multiphaseStabilizedTurbulence, 0)
 addToRunTimeSelectionTable (option, multiphaseStabilizedTurbulence, dictionary)
 defineTypeNameAndDebug (patchCellsSource, 0)
 addToRunTimeSelectionTable (option, patchCellsSource, dictionary)
 defineTypeNameAndDebug (radialActuationDiskSource, 0)
 addToRunTimeSelectionTable (option, radialActuationDiskSource, dictionary)
 defineTypeNameAndDebug (rotorDiskSource, 0)
 addToRunTimeSelectionTable (option, rotorDiskSource, dictionary)
 defineTypeNameAndDebug (solidificationMeltingSource, 0)
 addToRunTimeSelectionTable (option, solidificationMeltingSource, dictionary)
 defineTypeNameAndDebug (tabulatedAccelerationSource, 0)
 addToRunTimeSelectionTable (option, tabulatedAccelerationSource, dictionary)
 defineTypeNameAndDebug (viscousDissipation, 0)
 addToRunTimeSelectionTable (option, viscousDissipation, dictionary)
 defineTypeNameAndDebug (interRegionExplicitPorositySource, 0)
 addToRunTimeSelectionTable (option, interRegionExplicitPorositySource, dictionary)
 defineTypeNameAndDebug (constantHeatTransfer, 0)
 addToRunTimeSelectionTable (option, constantHeatTransfer, dictionary)
 defineTypeNameAndDebug (interRegionHeatTransferModel, 0)
 defineTypeNameAndDebug (tabulatedHeatTransfer, 0)
 addToRunTimeSelectionTable (option, tabulatedHeatTransfer, dictionary)
 defineTypeNameAndDebug (tabulatedNTUHeatTransfer, 0)
 addToRunTimeSelectionTable (option, tabulatedNTUHeatTransfer, dictionary)
 defineTypeNameAndDebug (variableHeatTransfer, 0)
 addToRunTimeSelectionTable (option, variableHeatTransfer, dictionary)
 defineTypeNameAndDebug (topOSource, 1)
 addToRunTimeSelectionTable (option, topOSource, dictionary)
 defineTypeNameAndDebug (radiation, 0)
 addToRunTimeSelectionTable (option, radiation, dictionary)
 defineTypeNameAndDebug (multiphaseMangrovesSource, 0)
 addToRunTimeSelectionTable (option, multiphaseMangrovesSource, dictionary)
 defineTypeNameAndDebug (multiphaseMangrovesTurbulenceModel, 0)
 addToRunTimeSelectionTable (option, multiphaseMangrovesTurbulenceModel, dictionary)

Variables

convectionScheme< scalar >::addIstreamConstructorToTable< boundedConvectionScheme< scalar > > addboundedConvectionSchemescalarIstreamConstructorToTable_
convectionScheme< vector >::addIstreamConstructorToTable< boundedConvectionScheme< vector > > addboundedConvectionSchemevectorIstreamConstructorToTable_
convectionScheme< sphericalTensor >::addIstreamConstructorToTable< boundedConvectionScheme< sphericalTensor > > addboundedConvectionSchemesphericalTensorIstreamConstructorToTable_
convectionScheme< symmTensor >::addIstreamConstructorToTable< boundedConvectionScheme< symmTensor > > addboundedConvectionSchemesymmTensorIstreamConstructorToTable_
convectionScheme< tensor >::addIstreamConstructorToTable< boundedConvectionScheme< tensor > > addboundedConvectionSchemetensorIstreamConstructorToTable_
ddtScheme< scalar >::addIstreamConstructorToTable< localEulerDdtScheme< scalar > > addlocalEulerDdtSchemescalarIstreamConstructorToTable_
ddtScheme< vector >::addIstreamConstructorToTable< localEulerDdtScheme< vector > > addlocalEulerDdtSchemevectorIstreamConstructorToTable_
ddtScheme< sphericalTensor >::addIstreamConstructorToTable< localEulerDdtScheme< sphericalTensor > > addlocalEulerDdtSchemesphericalTensorIstreamConstructorToTable_
ddtScheme< symmTensor >::addIstreamConstructorToTable< localEulerDdtScheme< symmTensor > > addlocalEulerDdtSchemesymmTensorIstreamConstructorToTable_
ddtScheme< tensor >::addIstreamConstructorToTable< localEulerDdtScheme< tensor > > addlocalEulerDdtSchemetensorIstreamConstructorToTable_
gradScheme< scalar >::addIstreamConstructorToTable< gaussGrad< scalar > > addgaussGradscalarIstreamConstructorToTable_
gradScheme< vector >::addIstreamConstructorToTable< gaussGrad< vector > > addgaussGradvectorIstreamConstructorToTable_
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_
snGradScheme< scalar >::addMeshConstructorToTable< correctedSnGrad< scalar > > addcorrectedSnGradscalarMeshConstructorToTable_
snGradScheme< vector >::addMeshConstructorToTable< correctedSnGrad< vector > > addcorrectedSnGradvectorMeshConstructorToTable_
snGradScheme< sphericalTensor >::addMeshConstructorToTable< correctedSnGrad< sphericalTensor > > addcorrectedSnGradsphericalTensorMeshConstructorToTable_
snGradScheme< symmTensor >::addMeshConstructorToTable< correctedSnGrad< symmTensor > > addcorrectedSnGradsymmTensorMeshConstructorToTable_
snGradScheme< tensor >::addMeshConstructorToTable< correctedSnGrad< tensor > > addcorrectedSnGradtensorMeshConstructorToTable_
snGradScheme< scalar >::addMeshConstructorToTable< CentredFitSnGradScheme< scalar, linearFitPolynomial, centredFECCellToFaceStencilObject > > addlinearFitcentredFECCellToFaceStencilObjectscalarMeshConstructorToTable_
snGradScheme< vector >::addMeshConstructorToTable< CentredFitSnGradScheme< vector, linearFitPolynomial, centredFECCellToFaceStencilObject > > addlinearFitcentredFECCellToFaceStencilObjectvectorMeshConstructorToTable_
snGradScheme< sphericalTensor >::addMeshConstructorToTable< CentredFitSnGradScheme< sphericalTensor, linearFitPolynomial, centredFECCellToFaceStencilObject > > addlinearFitcentredFECCellToFaceStencilObjectsphericalTensorMeshConstructorToTable_
snGradScheme< symmTensor >::addMeshConstructorToTable< CentredFitSnGradScheme< symmTensor, linearFitPolynomial, centredFECCellToFaceStencilObject > > addlinearFitcentredFECCellToFaceStencilObjectsymmTensorMeshConstructorToTable_
snGradScheme< tensor >::addMeshConstructorToTable< CentredFitSnGradScheme< tensor, linearFitPolynomial, centredFECCellToFaceStencilObject > > addlinearFitcentredFECCellToFaceStencilObjecttensorMeshConstructorToTable_

Detailed Description

Namespace for finite-volume.

Typedef Documentation

◆ LeastSquaresGradscalarcentredCPCCellToCellStencilObject_

◆ LeastSquaresGradvectorcentredCPCCellToCellStencilObject_

◆ LeastSquaresGradscalarcentredCECCellToCellStencilObject_

◆ LeastSquaresGradvectorcentredCECCellToCellStencilObject_

◆ laplacianSchemescalarscalar

Definition at line 45 of file laplacianSchemes.C.

◆ laplacianSchemescalarsymmTensor

Definition at line 45 of file laplacianSchemes.C.

◆ laplacianSchemescalartensor

Definition at line 45 of file laplacianSchemes.C.

◆ laplacianSchemevectorscalar

Definition at line 46 of file laplacianSchemes.C.

◆ laplacianSchemevectorsymmTensor

◆ laplacianSchemevectortensor

◆ laplacianSchemesphericalTensorscalar

◆ laplacianSchemesphericalTensorsymmTensor

◆ laplacianSchemesphericalTensortensor

◆ laplacianSchemesymmTensorscalar

Definition at line 48 of file laplacianSchemes.C.

◆ laplacianSchemesymmTensorsymmTensor

◆ laplacianSchemesymmTensortensor

◆ laplacianSchemetensorscalar

Definition at line 49 of file laplacianSchemes.C.

◆ laplacianSchemetensorsymmTensor

◆ laplacianSchemetensortensor

Function Documentation

◆ defineTypeNameAndDebug() [1/46]

defineTypeNameAndDebug ( atmAmbientTurbSource ,
0  )

◆ addToRunTimeSelectionTable() [1/40]

addToRunTimeSelectionTable ( option ,
atmAmbientTurbSource ,
dictionary  )

◆ defineTypeNameAndDebug() [2/46]

defineTypeNameAndDebug ( atmBuoyancyTurbSource ,
0  )

◆ addToRunTimeSelectionTable() [2/40]

addToRunTimeSelectionTable ( option ,
atmBuoyancyTurbSource ,
dictionary  )

◆ defineTypeNameAndDebug() [3/46]

defineTypeNameAndDebug ( atmCoriolisUSource ,
0  )

◆ addToRunTimeSelectionTable() [3/40]

addToRunTimeSelectionTable ( option ,
atmCoriolisUSource ,
dictionary  )

◆ defineTypeNameAndDebug() [4/46]

defineTypeNameAndDebug ( atmLengthScaleTurbSource ,
0  )

◆ addToRunTimeSelectionTable() [4/40]

addToRunTimeSelectionTable ( option ,
atmLengthScaleTurbSource ,
dictionary  )

◆ defineTypeNameAndDebug() [5/46]

defineTypeNameAndDebug ( atmNutSource ,
0  )

◆ addToRunTimeSelectionTable() [5/40]

addToRunTimeSelectionTable ( option ,
atmNutSource ,
dictionary  )

◆ defineTypeNameAndDebug() [6/46]

defineTypeNameAndDebug ( atmPlantCanopyTSource ,
0  )

◆ addToRunTimeSelectionTable() [6/40]

addToRunTimeSelectionTable ( option ,
atmPlantCanopyTSource ,
dictionary  )

◆ defineTypeNameAndDebug() [7/46]

defineTypeNameAndDebug ( atmPlantCanopyTurbSource ,
0  )

◆ addToRunTimeSelectionTable() [7/40]

addToRunTimeSelectionTable ( option ,
atmPlantCanopyTurbSource ,
dictionary  )

◆ defineTypeNameAndDebug() [8/46]

defineTypeNameAndDebug ( atmPlantCanopyUSource ,
0  )

◆ addToRunTimeSelectionTable() [8/40]

addToRunTimeSelectionTable ( option ,
atmPlantCanopyUSource ,
dictionary  )

◆ defineTypeNameAndDebug() [9/46]

defineTypeNameAndDebug ( option ,
0  )

◆ defineRunTimeSelectionTable()

defineRunTimeSelectionTable ( option ,
dictionary  )

◆ defineTypeNameAndDebug() [10/46]

defineTypeNameAndDebug ( optionList ,
0  )

◆ defineTypeNameAndDebug() [11/46]

defineTypeNameAndDebug ( options ,
0  )

◆ defineTemplateRunTimeSelectionTable() [1/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< scalar > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [2/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< scalar > ,
Multivariate  )

◆ defineTemplateRunTimeSelectionTable() [3/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< vector > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [4/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< vector > ,
Multivariate  )

◆ defineTemplateRunTimeSelectionTable() [5/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< sphericalTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [6/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< sphericalTensor > ,
Multivariate  )

◆ defineTemplateRunTimeSelectionTable() [7/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< symmTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [8/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< symmTensor > ,
Multivariate  )

◆ defineTemplateRunTimeSelectionTable() [9/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< tensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [10/46]

defineTemplateRunTimeSelectionTable ( convectionScheme< tensor > ,
Multivariate  )

◆ defineTemplateRunTimeSelectionTable() [11/46]

defineTemplateRunTimeSelectionTable ( d2dt2Scheme< scalar > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [12/46]

defineTemplateRunTimeSelectionTable ( d2dt2Scheme< vector > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [13/46]

defineTemplateRunTimeSelectionTable ( d2dt2Scheme< sphericalTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [14/46]

defineTemplateRunTimeSelectionTable ( d2dt2Scheme< symmTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [15/46]

defineTemplateRunTimeSelectionTable ( d2dt2Scheme< tensor > ,
Istream  )

◆ ff()

◆ defineTemplateRunTimeSelectionTable() [16/46]

defineTemplateRunTimeSelectionTable ( ddtScheme< scalar > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [17/46]

defineTemplateRunTimeSelectionTable ( ddtScheme< vector > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [18/46]

defineTemplateRunTimeSelectionTable ( ddtScheme< sphericalTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [19/46]

defineTemplateRunTimeSelectionTable ( ddtScheme< symmTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [20/46]

defineTemplateRunTimeSelectionTable ( ddtScheme< tensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [21/46]

defineTemplateRunTimeSelectionTable ( divScheme< vector > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [22/46]

defineTemplateRunTimeSelectionTable ( divScheme< sphericalTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [23/46]

defineTemplateRunTimeSelectionTable ( divScheme< symmTensor > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [24/46]

defineTemplateRunTimeSelectionTable ( divScheme< tensor > ,
Istream  )

◆ NamespaceName()

NamespaceName ( "fv" )

◆ defineTemplateRunTimeSelectionTable() [25/46]

defineTemplateRunTimeSelectionTable ( gradScheme< scalar > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [26/46]

defineTemplateRunTimeSelectionTable ( gradScheme< vector > ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [27/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemescalarscalar ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [28/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemescalarsymmTensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [29/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemescalartensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [30/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemevectorscalar ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [31/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemevectorsymmTensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [32/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemevectortensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [33/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemesphericalTensorscalar ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [34/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemesphericalTensorsymmTensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [35/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemesphericalTensortensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [36/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemesymmTensorscalar ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [37/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemesymmTensorsymmTensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [38/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemesymmTensortensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [39/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemetensorscalar ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [40/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemetensorsymmTensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [41/46]

defineTemplateRunTimeSelectionTable ( laplacianSchemetensortensor ,
Istream  )

◆ defineTemplateRunTimeSelectionTable() [42/46]

defineTemplateRunTimeSelectionTable ( snGradScheme< scalar > ,
Mesh  )

◆ defineTemplateRunTimeSelectionTable() [43/46]

defineTemplateRunTimeSelectionTable ( snGradScheme< vector > ,
Mesh  )

◆ defineTemplateRunTimeSelectionTable() [44/46]

defineTemplateRunTimeSelectionTable ( snGradScheme< sphericalTensor > ,
Mesh  )

◆ defineTemplateRunTimeSelectionTable() [45/46]

defineTemplateRunTimeSelectionTable ( snGradScheme< symmTensor > ,
Mesh  )

◆ defineTemplateRunTimeSelectionTable() [46/46]

defineTemplateRunTimeSelectionTable ( snGradScheme< tensor > ,
Mesh  )

◆ defineTypeNameAndDebug() [12/46]

defineTypeNameAndDebug ( cellSetOption ,
0  )

◆ defineTypeNameAndDebug() [13/46]

defineTypeNameAndDebug ( fixedTemperatureConstraint ,
0  )

◆ addToRunTimeSelectionTable() [9/40]

addToRunTimeSelectionTable ( option ,
fixedTemperatureConstraint ,
dictionary  )

◆ defineTypeNameAndDebug() [14/46]

defineTypeNameAndDebug ( velocityDampingConstraint ,
0  )

◆ addToRunTimeSelectionTable() [10/40]

addToRunTimeSelectionTable ( option ,
velocityDampingConstraint ,
dictionary  )

◆ defineTypeNameAndDebug() [15/46]

defineTypeNameAndDebug ( limitTemperature ,
0  )

◆ addToRunTimeSelectionTable() [11/40]

addToRunTimeSelectionTable ( option ,
limitTemperature ,
dictionary  )

◆ defineTypeNameAndDebug() [16/46]

defineTypeNameAndDebug ( limitTurbulenceViscosity ,
0  )

◆ addToRunTimeSelectionTable() [12/40]

addToRunTimeSelectionTable ( option ,
limitTurbulenceViscosity ,
dictionary  )

◆ defineTypeNameAndDebug() [17/46]

defineTypeNameAndDebug ( limitVelocity ,
0  )

◆ addToRunTimeSelectionTable() [13/40]

addToRunTimeSelectionTable ( option ,
limitVelocity ,
dictionary  )

◆ defineTypeNameAndDebug() [18/46]

defineTypeNameAndDebug ( interRegionOption ,
0  )

◆ defineTypeNameAndDebug() [19/46]

defineTypeNameAndDebug ( acousticDampingSource ,
0  )

◆ addToRunTimeSelectionTable() [14/40]

addToRunTimeSelectionTable ( option ,
acousticDampingSource ,
dictionary  )

◆ defineTypeNameAndDebug() [20/46]

defineTypeNameAndDebug ( actuationDiskSource ,
0  )

◆ addToRunTimeSelectionTable() [15/40]

addToRunTimeSelectionTable ( option ,
actuationDiskSource ,
dictionary  )

◆ defineTypeNameAndDebug() [21/46]

defineTypeNameAndDebug ( buoyancyEnergy ,
0  )

◆ addToRunTimeSelectionTable() [16/40]

addToRunTimeSelectionTable ( option ,
buoyancyEnergy ,
dictionary  )

◆ defineTypeNameAndDebug() [22/46]

defineTypeNameAndDebug ( buoyancyForce ,
0  )

◆ addToRunTimeSelectionTable() [17/40]

addToRunTimeSelectionTable ( option ,
buoyancyForce ,
dictionary  )

◆ defineTypeNameAndDebug() [23/46]

defineTypeNameAndDebug ( buoyancyTurbSource ,
0  )

◆ addToRunTimeSelectionTable() [18/40]

addToRunTimeSelectionTable ( option ,
buoyancyTurbSource ,
dictionary  )

◆ defineTypeNameAndDebug() [24/46]

defineTypeNameAndDebug ( directionalPressureGradientExplicitSource ,
0  )

◆ addToRunTimeSelectionTable() [19/40]

addToRunTimeSelectionTable ( option ,
directionalPressureGradientExplicitSource ,
dictionary  )

◆ defineTypeNameAndDebug() [25/46]

defineTypeNameAndDebug ( explicitPorositySource ,
0  )

◆ addToRunTimeSelectionTable() [20/40]

addToRunTimeSelectionTable ( option ,
explicitPorositySource ,
dictionary  )

◆ defineTypeNameAndDebug() [26/46]

defineTypeNameAndDebug ( fanMomentumSource ,
0  )

◆ addToRunTimeSelectionTable() [21/40]

addToRunTimeSelectionTable ( option ,
fanMomentumSource ,
dictionary  )

◆ defineTypeNameAndDebug() [27/46]

defineTypeNameAndDebug ( heatExchangerSource ,
0  )

◆ addToRunTimeSelectionTable() [22/40]

addToRunTimeSelectionTable ( option ,
heatExchangerSource ,
dictionary  )

◆ defineTypeNameAndDebug() [28/46]

defineTypeNameAndDebug ( meanVelocityForce ,
0  )

◆ addToRunTimeSelectionTable() [23/40]

addToRunTimeSelectionTable ( option ,
meanVelocityForce ,
dictionary  )

◆ defineTypeNameAndDebug() [29/46]

defineTypeNameAndDebug ( patchMeanVelocityForce ,
0  )

◆ addToRunTimeSelectionTable() [24/40]

addToRunTimeSelectionTable ( option ,
patchMeanVelocityForce ,
dictionary  )

◆ defineTypeNameAndDebug() [30/46]

defineTypeNameAndDebug ( multiphaseStabilizedTurbulence ,
0  )

◆ addToRunTimeSelectionTable() [25/40]

addToRunTimeSelectionTable ( option ,
multiphaseStabilizedTurbulence ,
dictionary  )

◆ defineTypeNameAndDebug() [31/46]

defineTypeNameAndDebug ( patchCellsSource ,
0  )

◆ addToRunTimeSelectionTable() [26/40]

addToRunTimeSelectionTable ( option ,
patchCellsSource ,
dictionary  )

◆ defineTypeNameAndDebug() [32/46]

defineTypeNameAndDebug ( radialActuationDiskSource ,
0  )

◆ addToRunTimeSelectionTable() [27/40]

addToRunTimeSelectionTable ( option ,
radialActuationDiskSource ,
dictionary  )

◆ defineTypeNameAndDebug() [33/46]

defineTypeNameAndDebug ( rotorDiskSource ,
0  )

◆ addToRunTimeSelectionTable() [28/40]

addToRunTimeSelectionTable ( option ,
rotorDiskSource ,
dictionary  )

◆ defineTypeNameAndDebug() [34/46]

defineTypeNameAndDebug ( solidificationMeltingSource ,
0  )

◆ addToRunTimeSelectionTable() [29/40]

addToRunTimeSelectionTable ( option ,
solidificationMeltingSource ,
dictionary  )

◆ defineTypeNameAndDebug() [35/46]

defineTypeNameAndDebug ( tabulatedAccelerationSource ,
0  )

◆ addToRunTimeSelectionTable() [30/40]

addToRunTimeSelectionTable ( option ,
tabulatedAccelerationSource ,
dictionary  )

◆ defineTypeNameAndDebug() [36/46]

defineTypeNameAndDebug ( viscousDissipation ,
0  )

◆ addToRunTimeSelectionTable() [31/40]

addToRunTimeSelectionTable ( option ,
viscousDissipation ,
dictionary  )

◆ defineTypeNameAndDebug() [37/46]

defineTypeNameAndDebug ( interRegionExplicitPorositySource ,
0  )

◆ addToRunTimeSelectionTable() [32/40]

addToRunTimeSelectionTable ( option ,
interRegionExplicitPorositySource ,
dictionary  )

◆ defineTypeNameAndDebug() [38/46]

defineTypeNameAndDebug ( constantHeatTransfer ,
0  )

◆ addToRunTimeSelectionTable() [33/40]

addToRunTimeSelectionTable ( option ,
constantHeatTransfer ,
dictionary  )

◆ defineTypeNameAndDebug() [39/46]

defineTypeNameAndDebug ( interRegionHeatTransferModel ,
0  )

◆ defineTypeNameAndDebug() [40/46]

defineTypeNameAndDebug ( tabulatedHeatTransfer ,
0  )

◆ addToRunTimeSelectionTable() [34/40]

addToRunTimeSelectionTable ( option ,
tabulatedHeatTransfer ,
dictionary  )

◆ defineTypeNameAndDebug() [41/46]

defineTypeNameAndDebug ( tabulatedNTUHeatTransfer ,
0  )

◆ addToRunTimeSelectionTable() [35/40]

addToRunTimeSelectionTable ( option ,
tabulatedNTUHeatTransfer ,
dictionary  )

◆ defineTypeNameAndDebug() [42/46]

defineTypeNameAndDebug ( variableHeatTransfer ,
0  )

◆ addToRunTimeSelectionTable() [36/40]

addToRunTimeSelectionTable ( option ,
variableHeatTransfer ,
dictionary  )

◆ defineTypeNameAndDebug() [43/46]

defineTypeNameAndDebug ( topOSource ,
1  )

◆ addToRunTimeSelectionTable() [37/40]

addToRunTimeSelectionTable ( option ,
topOSource ,
dictionary  )

◆ defineTypeNameAndDebug() [44/46]

defineTypeNameAndDebug ( radiation ,
0  )

◆ addToRunTimeSelectionTable() [38/40]

addToRunTimeSelectionTable ( option ,
radiation ,
dictionary  )

◆ defineTypeNameAndDebug() [45/46]

defineTypeNameAndDebug ( multiphaseMangrovesSource ,
0  )

◆ addToRunTimeSelectionTable() [39/40]

addToRunTimeSelectionTable ( option ,
multiphaseMangrovesSource ,
dictionary  )

◆ defineTypeNameAndDebug() [46/46]

defineTypeNameAndDebug ( multiphaseMangrovesTurbulenceModel ,
0  )

◆ addToRunTimeSelectionTable() [40/40]

addToRunTimeSelectionTable ( option ,
multiphaseMangrovesTurbulenceModel ,
dictionary  )

Variable Documentation

◆ addboundedConvectionSchemescalarIstreamConstructorToTable_

convectionScheme<scalar>::addIstreamConstructorToTable<boundedConvectionScheme<scalar> > addboundedConvectionSchemescalarIstreamConstructorToTable_

Definition at line 26 of file boundedConvectionSchemes.C.

◆ addboundedConvectionSchemevectorIstreamConstructorToTable_

convectionScheme<vector>::addIstreamConstructorToTable<boundedConvectionScheme<vector> > addboundedConvectionSchemevectorIstreamConstructorToTable_

Definition at line 26 of file boundedConvectionSchemes.C.

◆ addboundedConvectionSchemesphericalTensorIstreamConstructorToTable_

convectionScheme<sphericalTensor>::addIstreamConstructorToTable<boundedConvectionScheme<sphericalTensor> > addboundedConvectionSchemesphericalTensorIstreamConstructorToTable_

Definition at line 26 of file boundedConvectionSchemes.C.

◆ addboundedConvectionSchemesymmTensorIstreamConstructorToTable_

convectionScheme<symmTensor>::addIstreamConstructorToTable<boundedConvectionScheme<symmTensor> > addboundedConvectionSchemesymmTensorIstreamConstructorToTable_

Definition at line 26 of file boundedConvectionSchemes.C.

◆ addboundedConvectionSchemetensorIstreamConstructorToTable_

convectionScheme<tensor>::addIstreamConstructorToTable<boundedConvectionScheme<tensor> > addboundedConvectionSchemetensorIstreamConstructorToTable_

Definition at line 26 of file boundedConvectionSchemes.C.

◆ addlocalEulerDdtSchemescalarIstreamConstructorToTable_

ddtScheme<scalar>::addIstreamConstructorToTable<localEulerDdtScheme<scalar> > addlocalEulerDdtSchemescalarIstreamConstructorToTable_

Definition at line 26 of file localEulerDdtSchemes.C.

◆ addlocalEulerDdtSchemevectorIstreamConstructorToTable_

ddtScheme<vector>::addIstreamConstructorToTable<localEulerDdtScheme<vector> > addlocalEulerDdtSchemevectorIstreamConstructorToTable_

Definition at line 26 of file localEulerDdtSchemes.C.

◆ addlocalEulerDdtSchemesphericalTensorIstreamConstructorToTable_

ddtScheme<sphericalTensor>::addIstreamConstructorToTable<localEulerDdtScheme<sphericalTensor> > addlocalEulerDdtSchemesphericalTensorIstreamConstructorToTable_

Definition at line 26 of file localEulerDdtSchemes.C.

◆ addlocalEulerDdtSchemesymmTensorIstreamConstructorToTable_

ddtScheme<symmTensor>::addIstreamConstructorToTable<localEulerDdtScheme<symmTensor> > addlocalEulerDdtSchemesymmTensorIstreamConstructorToTable_

Definition at line 26 of file localEulerDdtSchemes.C.

◆ addlocalEulerDdtSchemetensorIstreamConstructorToTable_

ddtScheme<tensor>::addIstreamConstructorToTable<localEulerDdtScheme<tensor> > addlocalEulerDdtSchemetensorIstreamConstructorToTable_

Definition at line 26 of file localEulerDdtSchemes.C.

◆ addgaussGradscalarIstreamConstructorToTable_

gradScheme<scalar>::addIstreamConstructorToTable<gaussGrad<scalar> > addgaussGradscalarIstreamConstructorToTable_

Definition at line 26 of file gaussGrads.C.

◆ addgaussGradvectorIstreamConstructorToTable_

gradScheme<vector>::addIstreamConstructorToTable<gaussGrad<vector> > addgaussGradvectorIstreamConstructorToTable_

Definition at line 26 of file gaussGrads.C.

◆ addpointCellsLeastSquarescentredCPCCellToCellStencilObjectscalarIstreamConstructorToTable_

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

Definition at line 38 of file LeastSquaresGrads.C.

◆ addpointCellsLeastSquarescentredCPCCellToCellStencilObjectvectorIstreamConstructorToTable_

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

Definition at line 38 of file LeastSquaresGrads.C.

◆ addedgeCellsLeastSquarescentredCECCellToCellStencilObjectscalarIstreamConstructorToTable_

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

Definition at line 44 of file LeastSquaresGrads.C.

◆ addedgeCellsLeastSquarescentredCECCellToCellStencilObjectvectorIstreamConstructorToTable_

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

Definition at line 44 of file LeastSquaresGrads.C.

◆ addcellLimitedGradscalarminmodIstreamConstructorToTable_

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

Definition at line 61 of file cellLimitedGrads.C.

◆ addcellLimitedGradvectorminmodIstreamConstructorToTable_

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

Definition at line 62 of file cellLimitedGrads.C.

◆ addcellLimitedGradscalarVenkatakrishnanIstreamConstructorToTable_

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

Definition at line 64 of file cellLimitedGrads.C.

◆ addcorrectedSnGradscalarMeshConstructorToTable_

snGradScheme<scalar>::addMeshConstructorToTable<correctedSnGrad<scalar> > addcorrectedSnGradscalarMeshConstructorToTable_

Definition at line 26 of file correctedSnGrads.C.

◆ addcorrectedSnGradvectorMeshConstructorToTable_

snGradScheme<vector>::addMeshConstructorToTable<correctedSnGrad<vector> > addcorrectedSnGradvectorMeshConstructorToTable_

Definition at line 26 of file correctedSnGrads.C.

◆ addcorrectedSnGradsphericalTensorMeshConstructorToTable_

snGradScheme<sphericalTensor>::addMeshConstructorToTable<correctedSnGrad<sphericalTensor> > addcorrectedSnGradsphericalTensorMeshConstructorToTable_

Definition at line 26 of file correctedSnGrads.C.

◆ addcorrectedSnGradsymmTensorMeshConstructorToTable_

snGradScheme<symmTensor>::addMeshConstructorToTable<correctedSnGrad<symmTensor> > addcorrectedSnGradsymmTensorMeshConstructorToTable_

Definition at line 26 of file correctedSnGrads.C.

◆ addcorrectedSnGradtensorMeshConstructorToTable_

snGradScheme<tensor>::addMeshConstructorToTable<correctedSnGrad<tensor> > addcorrectedSnGradtensorMeshConstructorToTable_

Definition at line 26 of file correctedSnGrads.C.

◆ addlinearFitcentredFECCellToFaceStencilObjectscalarMeshConstructorToTable_

snGradScheme<scalar>::addMeshConstructorToTable<CentredFitSnGradScheme<scalar, linearFitPolynomial, centredFECCellToFaceStencilObject> > addlinearFitcentredFECCellToFaceStencilObjectscalarMeshConstructorToTable_

Definition at line 41 of file linearFitSnGrads.C.

◆ addlinearFitcentredFECCellToFaceStencilObjectvectorMeshConstructorToTable_

snGradScheme<vector>::addMeshConstructorToTable<CentredFitSnGradScheme<vector, linearFitPolynomial, centredFECCellToFaceStencilObject> > addlinearFitcentredFECCellToFaceStencilObjectvectorMeshConstructorToTable_

Definition at line 41 of file linearFitSnGrads.C.

◆ addlinearFitcentredFECCellToFaceStencilObjectsphericalTensorMeshConstructorToTable_

snGradScheme<sphericalTensor>::addMeshConstructorToTable<CentredFitSnGradScheme<sphericalTensor, linearFitPolynomial, centredFECCellToFaceStencilObject> > addlinearFitcentredFECCellToFaceStencilObjectsphericalTensorMeshConstructorToTable_

Definition at line 41 of file linearFitSnGrads.C.

◆ addlinearFitcentredFECCellToFaceStencilObjectsymmTensorMeshConstructorToTable_

snGradScheme<symmTensor>::addMeshConstructorToTable<CentredFitSnGradScheme<symmTensor, linearFitPolynomial, centredFECCellToFaceStencilObject> > addlinearFitcentredFECCellToFaceStencilObjectsymmTensorMeshConstructorToTable_

Definition at line 41 of file linearFitSnGrads.C.

◆ addlinearFitcentredFECCellToFaceStencilObjecttensorMeshConstructorToTable_

snGradScheme<tensor>::addMeshConstructorToTable<CentredFitSnGradScheme<tensor, linearFitPolynomial, centredFECCellToFaceStencilObject> > addlinearFitcentredFECCellToFaceStencilObjecttensorMeshConstructorToTable_

Definition at line 41 of file linearFitSnGrads.C.