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