Foam::fv Namespace Reference

Namespace for finite-volume. More...

Namespaces

 compressible
 
 gradientLimiters
 
 heatTransferCoefficientModels
 

Classes

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 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  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 interpolated values 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  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  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  CentredFitSnGradScheme
 Centred fit snGrad scheme which applies an explicit correction to snGrad. More...
 
class  correctedSnGrad
 Simple central-difference snGrad scheme with non-orthogonal correction. More...
 
class  faceCorrectedSnGrad
 Simple central-difference snGrad scheme with non-orthogonal correction. More...
 
class  limitedSnGrad
 Run-time selected snGrad scheme with limited non-orthogonal correction. More...
 
class  orthogonalSnGrad
 Simple central-difference snGrad scheme using the cell-centre to cell-centre delta-coefficients. More...
 
class  phaseStabilisedSnGrad
 snGrad scheme with phase-fraction limited non-orthogonal correction. More...
 
class  snGradScheme
 Abstract base class for snGrad schemes. More...
 
class  uncorrectedSnGrad
 Simple central-difference snGrad scheme using the non-orthogonal mesh delta-coefficients but without non-orthogonal correction. More...
 
class  bound
 Bound the specified scalar field where it is below the specified minimum. More...
 
class  fixedTemperatureConstraint
 Fixed temperature equation constraint. More...
 
class  fixedValueConstraint
 Constrain the field values within a specified region. 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  meanVelocityForce
 Calculates and applies the force necessary to maintain the specified mean velocity. More...
 
class  patchMeanVelocityForce
 Calculates and applies the force necessary to maintain the specified mean velocity averaged over the specified patch. More...
 
class  zeroDimensionalFixedPressureConstraint
 Zero-dimensional fixed pressure constraint. Should be used in conjunction with the zeroDimensionalFixedPressureModel. More...
 
class  zeroDimensionalFixedPressureModel
 Zero-dimensional fixed pressure source. Should be used in conjunction with the zeroDimensionalFixedPressureConstraint. More...
 
class  accelerationSource
 This fvModel applies an explicit acceleration force to components of the velocity field. More...
 
class  actuationDiskSource
 Actuation disk source. 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  effectivenessHeatExchangerSource
 Heat exchanger source model, in which the heat exchanger is defined as a selection of cells. More...
 
class  explicitPorositySource
 Explicit porosity source. 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 (Av). These are then used to apply the following source to the energy equation: More...
 
class  heatTransferAv
 Class to handle area per unit volume [1/m] (Av) for heat transfer fvModels, which must be provided as a value in the coefficients dictionary or as a field in constant. More...
 
class  heatTransferCoefficientModel
 Base class for heat transfer coefficient modelling used in heat transfer fvModels. More...
 
class  massSourceBase
 
class  massSource
 This fvModel applies a mass source to the continuity equation and to all field equations. More...
 
class  phaseLimitStabilisation
 Stabilisation source for phase transport equations. More...
 
class  radialActuationDiskSource
 Actuation disk source including radial thrust. More...
 
class  rotorDiskSource
 Cell based momentum source which approximates the mean effects of rotor forces on a cylindrical region within the domain. More...
 
class  sixDoFAccelerationSource
 Solid-body 6-DoF acceleration source. 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  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...
 
class  zeroDimensionalMassSourceBase
 
class  zeroDimensionalMassSource
 This fvModel applies a mass source to the continuity equation and to all field equations, in a zero-dimensional case. Correction is made to account for the mass that exits the domain due to expansion in space, so that the model correctly applies a total mass flow rate. More...
 
class  codedFvModel
 Constructs on-the-fly fvModel source from user-supplied code. 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  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 (Av). These are then used to apply the following source to the energy equation: More...
 
class  interRegionModel
 Base class for inter-region exchange. 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  radiation
 Calculates and applies the radiation source to the energy equation. More...
 
class  forcing
 Base fvModel for forcing functions. More...
 
class  isotropicDamping
 This fvModel applies an implicit forcing 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  verticalDamping
 This fvModel applies an explicit forcing 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  waveForcing
 This fvModel applies forcing to the liquid phase-fraction field and all components of the vector field to relax the fields towards those calculated from the current wave distribution. More...
 
class  VoFClouds
 Lagrangian clouds model for VoF simulations. More...
 
class  VoFSolidificationMeltingSource
 Solidification and melting model for VoF simulations. More...
 
class  VoFCavitation
 Cavitation fvModel. More...
 
class  VoFTurbulenceDamping
 Free-surface turbulence damping function. More...
 
class  filmGaussGrad
 Second-order Gauss gradient scheme for film. More...
 
class  filmCloudTransfer
 Film<->cloud transfer model. More...
 
class  filmVoFTransfer
 Film<->VoF transfer model. More...
 
class  VoFFilmTransfer
 Film<->VoF transfer model. More...
 
class  interfaceTurbulenceDamping
 Free-surface phase turbulence damping function. More...
 
class  phaseTurbulenceStabilisation
 Phase turbulence stabilisation. 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

template<class RAUfType >
void CorrectPhi (surfaceScalarField &phi, const volVectorField &U, const volScalarField &p, const RAUfType &rAU, const autoPtr< volScalarField > &divU, const pressureReference &pressureReference, nonOrthogonalSolutionControl &pcorrControl)
 
template<class RAUfType >
void CorrectPhi (surfaceScalarField &phi, const volScalarField &p, const volScalarField &psi, const RAUfType &rAU, const volScalarField &divRhoU, nonOrthogonalSolutionControl &pcorrControl)
 
void correctPhi (surfaceScalarField &phi, const volVectorField &U, const volScalarField &p, const autoPtr< volScalarField > &rAU, const autoPtr< volScalarField > &divU, const pressureReference &pressureReference, nonOrthogonalSolutionControl &pcorrControl)
 
void correctPhi (surfaceScalarField &phi, const volScalarField &p, const volScalarField &psi, const autoPtr< volScalarField > &rAU, const volScalarField &divRhoU, nonOrthogonalSolutionControl &pcorrControl)
 
 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 (bound, 0)
 
 addToRunTimeSelectionTable (fvConstraint, bound, dictionary)
 
 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 (zeroDimensionalFixedPressureConstraint, 0)
 
 addToRunTimeSelectionTable (fvConstraint, zeroDimensionalFixedPressureConstraint, dictionary)
 
 defineTypeNameAndDebug (zeroDimensionalFixedPressureModel, 0)
 
 addToRunTimeSelectionTable (fvModel, zeroDimensionalFixedPressureModel, 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 (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 (heatTransferCoefficientModel, 0)
 
 defineRunTimeSelectionTable (heatTransferCoefficientModel, mesh)
 
 defineRunTimeSelectionTable (heatTransferCoefficientModel, model)
 
 defineTypeNameAndDebug (massSourceBase, 0)
 
 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 (zeroDimensionalMassSourceBase, 0)
 
 defineTypeNameAndDebug (zeroDimensionalMassSource, 0)
 
 addToRunTimeSelectionTable (fvModel, zeroDimensionalMassSource, 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 (forcing, 0)
 
 defineTypeNameAndDebug (isotropicDamping, 0)
 
 addToRunTimeSelectionTable (fvModel, isotropicDamping, dictionary)
 
 defineTypeNameAndDebug (verticalDamping, 0)
 
 addToRunTimeSelectionTable (fvModel, verticalDamping, dictionary)
 
 defineTypeNameAndDebug (waveForcing, 0)
 
 addToRunTimeSelectionTable (fvModel, waveForcing, dictionary)
 
 defineTypeNameAndDebug (VoFClouds, 0)
 
 addToRunTimeSelectionTable (fvModel, VoFClouds, dictionary)
 
 defineTypeNameAndDebug (VoFSolidificationMeltingSource, 0)
 
 addToRunTimeSelectionTable (fvModel, VoFSolidificationMeltingSource, dictionary)
 
 defineTypeNameAndDebug (VoFCavitation, 0)
 
 addToRunTimeSelectionTable (fvModel, VoFCavitation, dictionary)
 
 defineTypeNameAndDebug (VoFTurbulenceDamping, 0)
 
 addToRunTimeSelectionTable (fvModel, VoFTurbulenceDamping, dictionary)
 
 defineTypeNameAndDebug (filmCloudTransfer, 0)
 
 addToRunTimeSelectionTable (fvModel, filmCloudTransfer, dictionary)
 
 defineTypeNameAndDebug (filmVoFTransfer, 0)
 
 addToRunTimeSelectionTable (fvModel, filmVoFTransfer, dictionary)
 
 defineTypeNameAndDebug (VoFFilmTransfer, 0)
 
 addToRunTimeSelectionTable (fvModel, VoFFilmTransfer, dictionary)
 
 defineTypeNameAndDebug (interfaceTurbulenceDamping, 0)
 
 addToRunTimeSelectionTable (fvModel, interfaceTurbulenceDamping, dictionary)
 
 defineTypeNameAndDebug (phaseTurbulenceStabilisation, 0)
 
 addToRunTimeSelectionTable (fvModel, phaseTurbulenceStabilisation, 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 51 of file laplacianSchemes.C.

◆ laplacianSchemevectorsymmTensor

◆ laplacianSchemevectortensor

◆ laplacianSchemesphericalTensorscalar

◆ laplacianSchemesphericalTensorsymmTensor

◆ laplacianSchemesphericalTensortensor

◆ laplacianSchemesymmTensorscalar

Definition at line 53 of file laplacianSchemes.C.

◆ laplacianSchemesymmTensorsymmTensor

◆ laplacianSchemesymmTensortensor

◆ laplacianSchemetensorscalar

Definition at line 54 of file laplacianSchemes.C.

◆ laplacianSchemetensorsymmTensor

◆ laplacianSchemetensortensor

Function Documentation

◆ CorrectPhi() [1/2]

◆ CorrectPhi() [2/2]

◆ correctPhi() [1/2]

◆ correctPhi() [2/2]

void correctPhi ( surfaceScalarField phi,
const volScalarField p,
const volScalarField psi,
const autoPtr< volScalarField > &  rAU,
const volScalarField divRhoU,
nonOrthogonalSolutionControl pcorrControl 
)

Definition at line 76 of file fvCorrectPhi.C.

References CorrectPhi(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimLength, p, psi, and rAU().

Here is the call graph for this function:

◆ 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/50]

Foam::fv::defineTypeNameAndDebug ( bound  ,
 
)

◆ addToRunTimeSelectionTable() [1/45]

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

◆ defineTypeNameAndDebug() [2/50]

Foam::fv::defineTypeNameAndDebug ( fixedTemperatureConstraint  ,
 
)

◆ addToRunTimeSelectionTable() [2/45]

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

◆ defineTypeNameAndDebug() [3/50]

Foam::fv::defineTypeNameAndDebug ( fixedValueConstraint  ,
 
)

◆ addToRunTimeSelectionTable() [3/45]

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

◆ defineTypeNameAndDebug() [4/50]

Foam::fv::defineTypeNameAndDebug ( limitMag  ,
 
)

◆ addToRunTimeSelectionTable() [4/45]

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

◆ defineTypeNameAndDebug() [5/50]

Foam::fv::defineTypeNameAndDebug ( limitPressure  ,
 
)

◆ addToRunTimeSelectionTable() [5/45]

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

◆ defineTypeNameAndDebug() [6/50]

Foam::fv::defineTypeNameAndDebug ( limitTemperature  ,
 
)

◆ addToRunTimeSelectionTable() [6/45]

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

◆ defineTypeNameAndDebug() [7/50]

Foam::fv::defineTypeNameAndDebug ( meanVelocityForce  ,
 
)

◆ addToRunTimeSelectionTable() [7/45]

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

◆ defineTypeNameAndDebug() [8/50]

Foam::fv::defineTypeNameAndDebug ( patchMeanVelocityForce  ,
 
)

◆ addToRunTimeSelectionTable() [8/45]

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

◆ defineTypeNameAndDebug() [9/50]

Foam::fv::defineTypeNameAndDebug ( zeroDimensionalFixedPressureConstraint  ,
 
)

◆ addToRunTimeSelectionTable() [9/45]

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

◆ defineTypeNameAndDebug() [10/50]

Foam::fv::defineTypeNameAndDebug ( zeroDimensionalFixedPressureModel  ,
 
)

◆ addToRunTimeSelectionTable() [10/45]

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

◆ defineTypeNameAndDebug() [11/50]

Foam::fv::defineTypeNameAndDebug ( accelerationSource  ,
 
)

◆ addToRunTimeSelectionTable() [11/45]

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

◆ defineTypeNameAndDebug() [12/50]

Foam::fv::defineTypeNameAndDebug ( actuationDiskSource  ,
 
)

◆ addToRunTimeSelectionTable() [12/45]

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

◆ defineTypeNameAndDebug() [13/50]

Foam::fv::defineTypeNameAndDebug ( buoyancyEnergy  ,
 
)

◆ addToRunTimeSelectionTable() [13/45]

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

◆ defineTypeNameAndDebug() [14/50]

Foam::fv::defineTypeNameAndDebug ( buoyancyForce  ,
 
)

◆ addToRunTimeSelectionTable() [14/45]

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

◆ defineTypeNameAndDebug() [15/50]

Foam::fv::defineTypeNameAndDebug ( effectivenessHeatExchangerSource  ,
 
)

◆ addToRunTimeSelectionTable() [15/45]

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

◆ defineTypeNameAndDebug() [16/50]

Foam::fv::defineTypeNameAndDebug ( explicitPorositySource  ,
 
)

◆ addToRunTimeSelectionTable() [16/45]

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

◆ defineTypeNameAndDebug() [17/50]

Foam::fv::defineTypeNameAndDebug ( heatSource  ,
 
)

◆ addToRunTimeSelectionTable() [17/45]

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

◆ defineTypeNameAndDebug() [18/50]

Foam::fv::defineTypeNameAndDebug ( heatTransfer  ,
 
)

◆ addToRunTimeSelectionTable() [18/45]

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

◆ defineTypeNameAndDebug() [19/50]

Foam::fv::defineTypeNameAndDebug ( heatTransferCoefficientModel  ,
 
)

◆ defineRunTimeSelectionTable() [1/2]

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

◆ defineRunTimeSelectionTable() [2/2]

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

◆ defineTypeNameAndDebug() [20/50]

Foam::fv::defineTypeNameAndDebug ( massSourceBase  ,
 
)

◆ defineTypeNameAndDebug() [21/50]

Foam::fv::defineTypeNameAndDebug ( massSource  ,
 
)

◆ addToRunTimeSelectionTable() [19/45]

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

◆ defineTypeNameAndDebug() [22/50]

Foam::fv::defineTypeNameAndDebug ( phaseLimitStabilisation  ,
 
)

◆ addToRunTimeSelectionTable() [20/45]

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

◆ defineTypeNameAndDebug() [23/50]

Foam::fv::defineTypeNameAndDebug ( radialActuationDiskSource  ,
 
)

◆ addToRunTimeSelectionTable() [21/45]

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

◆ defineTypeNameAndDebug() [24/50]

Foam::fv::defineTypeNameAndDebug ( rotorDiskSource  ,
 
)

◆ addToRunTimeSelectionTable() [22/45]

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

◆ defineTypeNameAndDebug() [25/50]

Foam::fv::defineTypeNameAndDebug ( sixDoFAccelerationSource  ,
 
)

◆ addToRunTimeSelectionTable() [23/45]

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

◆ defineTypeNameAndDebug() [26/50]

Foam::fv::defineTypeNameAndDebug ( solidEquilibriumEnergySource  ,
 
)

◆ addToRunTimeSelectionTable() [24/45]

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

◆ defineTypeNameAndDebug() [27/50]

Foam::fv::defineTypeNameAndDebug ( solidificationMeltingSource  ,
 
)

◆ addToRunTimeSelectionTable() [25/45]

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

◆ defineTypeNameAndDebug() [28/50]

Foam::fv::defineTypeNameAndDebug ( volumeFractionSource  ,
 
)

◆ addToRunTimeSelectionTable() [26/45]

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

◆ defineTypeNameAndDebug() [29/50]

Foam::fv::defineTypeNameAndDebug ( zeroDimensionalMassSourceBase  ,
 
)

◆ defineTypeNameAndDebug() [30/50]

Foam::fv::defineTypeNameAndDebug ( zeroDimensionalMassSource  ,
 
)

◆ addToRunTimeSelectionTable() [27/45]

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

◆ defineTypeNameAndDebug() [31/50]

Foam::fv::defineTypeNameAndDebug ( codedFvModel  ,
 
)

◆ addToRunTimeSelectionTable() [28/45]

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

◆ defineTypeNameAndDebug() [32/50]

Foam::fv::defineTypeNameAndDebug ( semiImplicitSource  ,
 
)

◆ addToRunTimeSelectionTable() [29/45]

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

◆ defineTypeNameAndDebug() [33/50]

Foam::fv::defineTypeNameAndDebug ( interRegionExplicitPorositySource  ,
 
)

◆ addToRunTimeSelectionTable() [30/45]

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

◆ defineTypeNameAndDebug() [34/50]

Foam::fv::defineTypeNameAndDebug ( interRegionHeatTransfer  ,
 
)

◆ addToRunTimeSelectionTable() [31/45]

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

◆ defineTypeNameAndDebug() [35/50]

Foam::fv::defineTypeNameAndDebug ( interRegionModel  ,
 
)

◆ defineTypeNameAndDebug() [36/50]

Foam::fv::defineTypeNameAndDebug ( clouds  ,
 
)

◆ addToRunTimeSelectionTable() [32/45]

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

◆ defineTypeNameAndDebug() [37/50]

Foam::fv::defineTypeNameAndDebug ( radiation  ,
 
)

◆ addToRunTimeSelectionTable() [33/45]

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

◆ defineTypeNameAndDebug() [38/50]

Foam::fv::defineTypeNameAndDebug ( forcing  ,
 
)

◆ defineTypeNameAndDebug() [39/50]

Foam::fv::defineTypeNameAndDebug ( isotropicDamping  ,
 
)

◆ addToRunTimeSelectionTable() [34/45]

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

◆ defineTypeNameAndDebug() [40/50]

Foam::fv::defineTypeNameAndDebug ( verticalDamping  ,
 
)

◆ addToRunTimeSelectionTable() [35/45]

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

◆ defineTypeNameAndDebug() [41/50]

Foam::fv::defineTypeNameAndDebug ( waveForcing  ,
 
)

◆ addToRunTimeSelectionTable() [36/45]

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

◆ defineTypeNameAndDebug() [42/50]

Foam::fv::defineTypeNameAndDebug ( VoFClouds  ,
 
)

◆ addToRunTimeSelectionTable() [37/45]

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

◆ defineTypeNameAndDebug() [43/50]

Foam::fv::defineTypeNameAndDebug ( VoFSolidificationMeltingSource  ,
 
)

◆ addToRunTimeSelectionTable() [38/45]

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

◆ defineTypeNameAndDebug() [44/50]

Foam::fv::defineTypeNameAndDebug ( VoFCavitation  ,
 
)

◆ addToRunTimeSelectionTable() [39/45]

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

◆ defineTypeNameAndDebug() [45/50]

Foam::fv::defineTypeNameAndDebug ( VoFTurbulenceDamping  ,
 
)

◆ addToRunTimeSelectionTable() [40/45]

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

◆ defineTypeNameAndDebug() [46/50]

Foam::fv::defineTypeNameAndDebug ( filmCloudTransfer  ,
 
)

◆ addToRunTimeSelectionTable() [41/45]

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

◆ defineTypeNameAndDebug() [47/50]

Foam::fv::defineTypeNameAndDebug ( filmVoFTransfer  ,
 
)

◆ addToRunTimeSelectionTable() [42/45]

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

◆ defineTypeNameAndDebug() [48/50]

Foam::fv::defineTypeNameAndDebug ( VoFFilmTransfer  ,
 
)

◆ addToRunTimeSelectionTable() [43/45]

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

◆ defineTypeNameAndDebug() [49/50]

Foam::fv::defineTypeNameAndDebug ( interfaceTurbulenceDamping  ,
 
)

◆ addToRunTimeSelectionTable() [44/45]

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

◆ defineTypeNameAndDebug() [50/50]

Foam::fv::defineTypeNameAndDebug ( phaseTurbulenceStabilisation  ,
 
)

◆ addToRunTimeSelectionTable() [45/45]

Foam::fv::addToRunTimeSelectionTable ( fvModel  ,
phaseTurbulenceStabilisation  ,
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.