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 |
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 | leastSquaresGrad |
Second-order gradient scheme using least-squares. 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... | |
typedef LeastSquaresGrad<Foam:: scalar , Foam:: centredCPCCellToCellStencilObject > LeastSquaresGradscalarcentredCPCCellToCellStencilObject_ |
Definition at line 43 of file LeastSquaresGrads.C.
typedef LeastSquaresGrad<Foam:: vector , Foam:: centredCPCCellToCellStencilObject > LeastSquaresGradvectorcentredCPCCellToCellStencilObject_ |
Definition at line 43 of file LeastSquaresGrads.C.
typedef LeastSquaresGrad<Foam:: scalar , Foam:: centredCECCellToCellStencilObject > LeastSquaresGradscalarcentredCECCellToCellStencilObject_ |
Definition at line 49 of file LeastSquaresGrads.C.
typedef LeastSquaresGrad<Foam:: vector , Foam:: centredCECCellToCellStencilObject > LeastSquaresGradvectorcentredCECCellToCellStencilObject_ |
Definition at line 49 of file LeastSquaresGrads.C.
typedef laplacianScheme< scalar , scalar > laplacianSchemescalarscalar |
Definition at line 50 of file laplacianSchemes.C.
typedef laplacianScheme< scalar , symmTensor > laplacianSchemescalarsymmTensor |
Definition at line 50 of file laplacianSchemes.C.
typedef laplacianScheme< scalar , tensor > laplacianSchemescalartensor |
Definition at line 50 of file laplacianSchemes.C.
typedef laplacianScheme< vector , scalar > laplacianSchemevectorscalar |
Definition at line 51 of file laplacianSchemes.C.
typedef laplacianScheme< vector , symmTensor > laplacianSchemevectorsymmTensor |
Definition at line 51 of file laplacianSchemes.C.
typedef laplacianScheme< vector , tensor > laplacianSchemevectortensor |
Definition at line 51 of file laplacianSchemes.C.
typedef laplacianScheme< sphericalTensor , scalar > laplacianSchemesphericalTensorscalar |
Definition at line 52 of file laplacianSchemes.C.
Definition at line 52 of file laplacianSchemes.C.
Definition at line 52 of file laplacianSchemes.C.
typedef laplacianScheme< symmTensor , scalar > laplacianSchemesymmTensorscalar |
Definition at line 53 of file laplacianSchemes.C.
Definition at line 53 of file laplacianSchemes.C.
typedef laplacianScheme< symmTensor , tensor > laplacianSchemesymmTensortensor |
Definition at line 53 of file laplacianSchemes.C.
typedef laplacianScheme< tensor , scalar > laplacianSchemetensorscalar |
Definition at line 54 of file laplacianSchemes.C.
typedef laplacianScheme< tensor , symmTensor > laplacianSchemetensorsymmTensor |
Definition at line 54 of file laplacianSchemes.C.
typedef laplacianScheme< tensor , tensor > laplacianSchemetensortensor |
Definition at line 54 of file laplacianSchemes.C.
void CorrectPhi | ( | surfaceScalarField & | phi, |
const volVectorField & | U, | ||
const volScalarField & | p, | ||
const RAUfType & | rAU, | ||
const autoPtr< volScalarField > & | divU, | ||
const pressureReference & | pressureReference, | ||
nonOrthogonalSolutionControl & | pcorrControl | ||
) |
Definition at line 42 of file CorrectPhi.C.
References adjustPhi(), nonOrthogonalSolutionControl::correctNonOrthogonal(), Foam::fvc::div(), nonOrthogonalSolutionControl::finalNonOrthogonalIter(), fvMatrix< Type >::flux(), forAll, Foam::fvc::laplacian(), Foam::fvc::makeAbsolute(), Foam::fvc::makeRelative(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), dimensioned< Type >::name(), GeometricField< Type, PatchField, GeoMesh >::needReference(), p, patchi, rAU(), pressureReference::refCell(), fvMesh::schemes(), fvSchemes::setFluxRequired(), fvMatrix< Type >::setReference(), fvMatrix< Type >::solve(), fvMesh::time(), U, and autoPtr< T >::valid().
Referenced by correctPhi().
void CorrectPhi | ( | surfaceScalarField & | phi, |
const volScalarField & | p, | ||
const volScalarField & | psi, | ||
const RAUfType & | rAU, | ||
const volScalarField & | divRhoU, | ||
nonOrthogonalSolutionControl & | pcorrControl | ||
) |
Definition at line 122 of file CorrectPhi.C.
References nonOrthogonalSolutionControl::correctNonOrthogonal(), Foam::fvc::ddt(), Foam::fvc::div(), nonOrthogonalSolutionControl::finalNonOrthogonalIter(), fvMatrix< Type >::flux(), forAll, Foam::fvc::laplacian(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), dimensioned< Type >::name(), p, patchi, psi, rAU(), fvMesh::schemes(), fvSchemes::setFluxRequired(), fvMatrix< Type >::solve(), and fvMesh::time().
void correctPhi | ( | surfaceScalarField & | phi, |
const volVectorField & | U, | ||
const volScalarField & | p, | ||
const autoPtr< volScalarField > & | rAU, | ||
const autoPtr< volScalarField > & | divU, | ||
const pressureReference & | pressureReference, | ||
nonOrthogonalSolutionControl & | pcorrControl | ||
) |
Definition at line 31 of file fvCorrectPhi.C.
References CorrectPhi(), DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimLength, p, rAU(), and U.
Referenced by phaseSystem::correctPhi(), incompressibleDriftFlux::incompressibleDriftFlux(), incompressibleMultiphaseVoF::incompressibleMultiphaseVoF(), incompressibleVoF::incompressibleVoF(), incompressibleDenseParticleFluid::moveMesh(), incompressibleFluid::moveMesh(), isothermalFluid::moveMesh(), and VoFSolver::moveMesh().
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().
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< scalar > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< scalar > | , |
Multivariate | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< vector > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< vector > | , |
Multivariate | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< sphericalTensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< sphericalTensor > | , |
Multivariate | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< symmTensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< symmTensor > | , |
Multivariate | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< tensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | convectionScheme< tensor > | , |
Multivariate | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | d2dt2Scheme< scalar > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | d2dt2Scheme< vector > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | d2dt2Scheme< sphericalTensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | d2dt2Scheme< symmTensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | d2dt2Scheme< tensor > | , |
Istream | |||
) |
const FieldField<fvPatchField, Type>& Foam::fv::ff | ( | const FieldField< fvPatchField, Type > & | bf | ) |
Definition at line 269 of file CrankNicolsonDdtScheme.C.
Referenced by PrimitivePatchInterpolation< Patch >::faceToPointInterpolate(), CrankNicolsonDdtScheme< Type >::fvcDdt(), CrankNicolsonDdtScheme< Type >::fvmDdt(), FieldField< Field, Type >::NewCalculatedType(), FieldField< Foam::Field, scalar >::NewCalculatedType(), pairPatchAgglomeration::prolongField(), GAMGAgglomeration::prolongField(), GAMGAgglomeration::restrictFaceField(), pairPatchAgglomeration::restrictField(), and GAMGAgglomeration::restrictField().
Foam::fv::defineTemplateRunTimeSelectionTable | ( | ddtScheme< sphericalTensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | ddtScheme< symmTensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | divScheme< sphericalTensor > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | divScheme< symmTensor > | , |
Istream | |||
) |
Foam::fv::NamespaceName | ( | "fv" | ) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | gradScheme< scalar > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | gradScheme< vector > | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemescalarscalar | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemescalarsymmTensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemescalartensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemevectorscalar | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemevectorsymmTensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemevectortensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemesphericalTensorscalar | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemesphericalTensorsymmTensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemesphericalTensortensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemesymmTensorscalar | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemesymmTensorsymmTensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemesymmTensortensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemetensorscalar | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemetensorsymmTensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | laplacianSchemetensortensor | , |
Istream | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | snGradScheme< scalar > | , |
Mesh | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | snGradScheme< vector > | , |
Mesh | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | snGradScheme< sphericalTensor > | , |
Mesh | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | snGradScheme< symmTensor > | , |
Mesh | |||
) |
Foam::fv::defineTemplateRunTimeSelectionTable | ( | snGradScheme< tensor > | , |
Mesh | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | bound | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
bound | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | fixedTemperatureConstraint | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
fixedTemperatureConstraint | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | fixedValueConstraint | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
fixedValueConstraint | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | limitMag | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
limitMag | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | limitPressure | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
limitPressure | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | limitTemperature | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
limitTemperature | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | meanVelocityForce | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
meanVelocityForce | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | patchMeanVelocityForce | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
patchMeanVelocityForce | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | zeroDimensionalFixedPressureConstraint | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvConstraint | , |
zeroDimensionalFixedPressureConstraint | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | zeroDimensionalFixedPressureModel | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
zeroDimensionalFixedPressureModel | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | accelerationSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
accelerationSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | actuationDiskSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
actuationDiskSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | buoyancyEnergy | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
buoyancyEnergy | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | buoyancyForce | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
buoyancyForce | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | effectivenessHeatExchangerSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
effectivenessHeatExchangerSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | explicitPorositySource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
explicitPorositySource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | heatSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
heatSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | heatTransfer | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
heatTransfer | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | heatTransferCoefficientModel | , |
0 | |||
) |
Foam::fv::defineRunTimeSelectionTable | ( | heatTransferCoefficientModel | , |
mesh | |||
) |
Foam::fv::defineRunTimeSelectionTable | ( | heatTransferCoefficientModel | , |
model | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | massSourceBase | , |
0 | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | massSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
massSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | phaseLimitStabilisation | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
phaseLimitStabilisation | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | radialActuationDiskSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
radialActuationDiskSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | rotorDiskSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
rotorDiskSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | sixDoFAccelerationSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
sixDoFAccelerationSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | solidEquilibriumEnergySource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
solidEquilibriumEnergySource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | solidificationMeltingSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
solidificationMeltingSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | volumeFractionSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
volumeFractionSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | zeroDimensionalMassSourceBase | , |
0 | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | zeroDimensionalMassSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
zeroDimensionalMassSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | codedFvModel | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
codedFvModel | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | semiImplicitSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
semiImplicitSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | interRegionExplicitPorositySource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
interRegionExplicitPorositySource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | interRegionHeatTransfer | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
interRegionHeatTransfer | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | interRegionModel | , |
0 | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | clouds | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
clouds | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | radiation | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
radiation | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | forcing | , |
0 | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | isotropicDamping | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
isotropicDamping | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | verticalDamping | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
verticalDamping | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | waveForcing | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
waveForcing | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | VoFClouds | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
VoFClouds | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | VoFSolidificationMeltingSource | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
VoFSolidificationMeltingSource | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | VoFCavitation | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
VoFCavitation | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | VoFTurbulenceDamping | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
VoFTurbulenceDamping | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | filmCloudTransfer | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
filmCloudTransfer | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | filmVoFTransfer | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
filmVoFTransfer | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | VoFFilmTransfer | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
VoFFilmTransfer | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | interfaceTurbulenceDamping | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
interfaceTurbulenceDamping | , | ||
dictionary | |||
) |
Foam::fv::defineTypeNameAndDebug | ( | phaseTurbulenceStabilisation | , |
0 | |||
) |
Foam::fv::addToRunTimeSelectionTable | ( | fvModel | , |
phaseTurbulenceStabilisation | , | ||
dictionary | |||
) |
gradScheme<Foam:: scalar >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: scalar , Foam:: centredCPCCellToCellStencilObject > > addpointCellsLeastSquarescentredCPCCellToCellStencilObjectscalarIstreamConstructorToTable_ |
Definition at line 43 of file LeastSquaresGrads.C.
gradScheme<Foam:: vector >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: vector , Foam:: centredCPCCellToCellStencilObject > > addpointCellsLeastSquarescentredCPCCellToCellStencilObjectvectorIstreamConstructorToTable_ |
Definition at line 43 of file LeastSquaresGrads.C.
gradScheme<Foam:: scalar >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: scalar , Foam:: centredCECCellToCellStencilObject > > addedgeCellsLeastSquarescentredCECCellToCellStencilObjectscalarIstreamConstructorToTable_ |
Definition at line 49 of file LeastSquaresGrads.C.
gradScheme<Foam:: vector >::addIstreamConstructorToTable<LeastSquaresGrad<Foam:: vector , Foam:: centredCECCellToCellStencilObject > > addedgeCellsLeastSquarescentredCECCellToCellStencilObjectvectorIstreamConstructorToTable_ |
Definition at line 49 of file LeastSquaresGrads.C.
gradScheme< scalar >::addIstreamConstructorToTable< cellLimitedGrad < scalar , gradientLimiters:: minmod > > addcellLimitedGradscalarminmodIstreamConstructorToTable_ |
Definition at line 66 of file cellLimitedGrads.C.
gradScheme< vector >::addIstreamConstructorToTable< cellLimitedGrad < vector , gradientLimiters:: minmod > > addcellLimitedGradvectorminmodIstreamConstructorToTable_ |
Definition at line 67 of file cellLimitedGrads.C.
gradScheme< scalar >::addIstreamConstructorToTable< cellLimitedGrad < scalar , gradientLimiters:: Venkatakrishnan > > addcellLimitedGradscalarVenkatakrishnanIstreamConstructorToTable_ |
Definition at line 69 of file cellLimitedGrads.C.