53#ifndef objectiveNutSqr_H
54#define objectiveNutSqr_H
72 public objectiveIncompressible
91 void populateFieldNames();
107 const word& adjointSolverName,
108 const word& primalSolverName
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const dictionary & dict() const
Return objective dictionary.
virtual void update_dJdTMvar2()
Update field to be added to the second adjoint turbulence model PDE.
objectiveNutSqr(const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName)
Construct from components.
virtual void addSource(fvScalarMatrix &matrix)
Add source terms to the adjoint turbulence model equations.
virtual scalar J()
Return the objective function value.
virtual void update_dJdTMvar1()
Update field to be added to the first adjoint turbulence model PDE.
TypeName("nutSqr")
Runtime type information.
virtual void update_divDxDbMultiplier()
Update field to be added to be added to volume-based sensitivity derivatives, emerging from delta ( d...
virtual ~objectiveNutSqr()=default
Destructor.
virtual void update_dJdv()
Update values to be added to the adjoint outlet velocity.
A class for handling words, derived from Foam::string.
List< word > wordList
List of word.
List< label > labelList
A List of labels.
fvMatrix< scalar > fvScalarMatrix
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.