|
| 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...
|
|
| | 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) |
Namespace for finite-volume.