Go to the documentation of this file.
41 #ifndef boundaryAdjointContribution_H
42 #define boundaryAdjointContribution_H
85 TypeName(
"boundaryAdjointContribution");
96 const word& managerName,
98 const word& simulationType,
109 const word& managerName,
111 const word& simulationType,
121 const word& managerName,
123 const word& simulationType,
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
TypeName("boundaryAdjointContribution")
A class for handling words, derived from Foam::string.
virtual tmp< vectorField > velocitySource()=0
virtual tmp< scalarField > TMVariable1Diffusion()
A class for managing temporary objects.
virtual tmp< scalarField > TMVariable1()
virtual tmp< scalarField > momentumDiffusion()=0
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
virtual const fvPatchScalarField & pb() const =0
virtual const fvsPatchScalarField & phiab() const =0
virtual const fvPatchVectorField & Uab() const =0
virtual tmp< scalarField > energySource()=0
virtual const word adjointSolverName() const =0
declareRunTimeSelectionTable(autoPtr, boundaryAdjointContribution, dictionary,(const word &managerName, const word &adjointSolverName, const word &simulationType, const fvPatch &patch),(managerName, adjointSolverName, simulationType, patch))
virtual const fvPatchScalarField & pab() const =0
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< scalarField > TMVariable2()
virtual const fvPatchScalarField & turbulentDiffusivity() const =0
virtual const word primalSolverName() const =0
virtual const fvPatchVectorField & Ub() const =0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual tmp< scalarField > laminarDiffusivity()=0
virtual tmp< scalarField > wallDistance()=0
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Abstract base class for computing contributions of the objective functions to the adjoint boundary co...
virtual tmp< vectorField > tangentVelocitySource()=0
Macros to ease declaration of run-time selection tables.
virtual tmp< scalarField > adjointTMVariable1Source()
virtual tmp< vectorField > normalVelocitySource()=0
virtual tmp< scalarField > adjointTMVariable2Source()
virtual tmp< scalarField > pressureSource()=0
virtual tmp< scalarField > thermalDiffusion()=0
virtual tmp< scalarField > TMVariable2Diffusion()
virtual const fvsPatchScalarField & phib() const =0
virtual ~boundaryAdjointContribution()=default
static autoPtr< boundaryAdjointContribution > New(const word &managerName, const word &adjointSolverName, const word &simulationType, const fvPatch &patch)