Namespaces | |
adjointRASModels | |
Namespace for incompressible adjointRAS turbulence models. | |
RASModels | |
RASVariables | |
Classes | |
class | adjointEikonalSolver |
Solver of the adjoint to the eikonal PDE. More... | |
class | adjointMeshMovementSolver |
Solver of the adjoint to the Laplace grid displacement equation. More... | |
class | adjointSensitivity |
Abstract base class for adjoint-based sensitivities in incompressible flows. More... | |
class | alphatJayatillekeWallFunctionFvPatchScalarField |
This boundary condition provides a kinematic turbulent thermal conductivity for using wall functions, using the Jayatilleke 'P' function. More... | |
class | FIBase |
Base class for Field Integral-based sensitivity derivatives. More... | |
class | optimisationType |
Abstract base class for optimisation methods. More... | |
class | RASModelVariables |
Abstract base class for objective functions. No point in making this runTime selectable since its children will have different constructors. More... | |
class | sensitivityBezier |
Calculation of adjoint based sensitivities for Bezier control points. More... | |
class | sensitivityBezierFI |
Calculation of adjoint based sensitivities for Bezier control points using the FI appoach. More... | |
class | sensitivityMultiple |
Calculation of adjoint based sensitivities of multiple types. More... | |
class | sensitivitySurface |
Calculation of adjoint based sensitivities at wall faces. More... | |
class | sensitivitySurfacePoints |
Calculation of adjoint based sensitivities at wall points. More... | |
class | sensitivityVolBSplines |
Calculation of adjoint based sensitivities at vol B-Splines control points using the SI or e-SI approach (determined by surface sensitivities) More... | |
class | sensitivityVolBSplinesFI |
Calculation of adjoint based sensitivities at vol B-Splines control points using the FI approach. More... | |
class | shapeOptimisation |
Calculates shape sensitivities using the adjoint approach, computes boundaryMesh movement and propagates it to the volume mesh. More... | |
class | shapeSensitivities |
class | SIBase |
Base class for Surface Integral-based sensitivity derivatives. More... | |
Typedefs | |
typedef PhaseIncompressibleTurbulenceModel< transportModel > | phaseIncompressibleTurbulenceModel |
typedef IncompressibleTurbulenceModel< transportModel > | turbulenceModel |
typedef laminarModel< turbulenceModel > | laminarModel |
typedef RASModel< turbulenceModel > | RASModel |
typedef LESModel< turbulenceModel > | LESModel |
Typedefs for turbulence, RAS and LES models for incompressible flow based on the standard laminar transport package. Density is explicity referenced to consider the isothermal variable-density effect, as described in: More... | |
Definition at line 70 of file VoFphaseTurbulentTransportModel.H.
Foam::incompressible::RASModel
Definition at line 60 of file turbulentTransportModel.H.
typedef laminarModel<turbulenceModel> laminarModel |
Definition at line 62 of file turbulentTransportModel.H.
typedef RASModel<turbulenceModel> RASModel |
Definition at line 63 of file turbulentTransportModel.H.
Typedefs for turbulence, RAS and LES models for incompressible flow based on the standard laminar transport package. Density is explicity referenced to consider the isothermal variable-density effect, as described in:
Typedefs for turbulence, RAS and LES models for incompressible flow based on the standard laminar transport package.
Fan, W. & Anglart, H. (2020). varRhoTurbVOF: A new set of volume of fluid solvers for turbulent isothermal multiphase flows in OpenFOAM. Computer Physics Communications, 247, 106876
VoFphaseTurbulentTransportModel.H
Definition at line 64 of file turbulentTransportModel.H.
Foam::incompressible::defineTypeNameAndDebug | ( | adjointEikonalSolver | , |
0 | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | adjointMeshMovementSolver | , |
0 | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | adjointSensitivity | , |
0 | |||
) |
Foam::incompressible::defineRunTimeSelectionTable | ( | adjointSensitivity | , |
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | FIBase | , |
0 | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | sensitivityBezier | , |
0 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | adjointSensitivity | , |
sensitivityBezier | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | sensitivityBezierFI | , |
0 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | adjointSensitivity | , |
sensitivityBezierFI | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | sensitivityMultiple | , |
0 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | adjointSensitivity | , |
sensitivityMultiple | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | sensitivitySurface | , |
1 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | adjointSensitivity | , |
sensitivitySurface | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | sensitivitySurfacePoints | , |
0 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | adjointSensitivity | , |
sensitivitySurfacePoints | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | sensitivityVolBSplines | , |
0 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | adjointSensitivity | , |
sensitivityVolBSplines | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | sensitivityVolBSplinesFI | , |
0 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | adjointSensitivity | , |
sensitivityVolBSplinesFI | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | shapeSensitivities | , |
0 | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | SIBase | , |
0 | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | optimisationType | , |
0 | |||
) |
Foam::incompressible::defineRunTimeSelectionTable | ( | optimisationType | , |
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | shapeOptimisation | , |
0 | |||
) |
Foam::incompressible::addToRunTimeSelectionTable | ( | optimisationType | , |
shapeOptimisation | , | ||
dictionary | |||
) |
Foam::incompressible::defineTypeNameAndDebug | ( | RASModelVariables | , |
0 | |||
) |
Foam::incompressible::defineRunTimeSelectionTable | ( | RASModelVariables | , |
dictionary | |||
) |
autoPtr< BasicCompressibleTurbulenceModel > New | ( | const volScalarField & | rho, |
const volVectorField & | U, | ||
const surfaceScalarField & | alphaRhoPhi, | ||
const surfaceScalarField & | phi, | ||
const typename BasicCompressibleTurbulenceModel::transportModel & | transport, | ||
const word & | propertiesName | ||
) |
Definition at line 38 of file VoFphaseTurbulentTransportModel.C.
Foam::incompressible::makePatchTypeField | ( | fvPatchScalarField | , |
alphatJayatillekeWallFunctionFvPatchScalarField | |||
) |
autoPtr<BasicCompressibleTurbulenceModel> Foam::incompressible::New | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
const typename BasicCompressibleTurbulenceModel::transportModel & | transport, | ||
const word & | propertiesName | ||
) |
Definition at line 38 of file turbulentTransportModel.C.