42 #ifndef objectivePowerDissipation_H 43 #define objectivePowerDissipation_H 82 const word& adjointSolverName,
83 const word& primalSolverName
objectivePowerDissipation(const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName)
Construct from components.
const dictionary & dict() const
Return objective dictionary.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
void update_dJdv()
Update values to be added to the adjoint outlet velocity.
scalar J()
Return the objective function value.
A class for handling words, derived from Foam::string.
void update_dJdTMvar1()
Update field to be added to the first adjoint turbulence model PDE.
Computes and minimizes the power dissipation within given cellZones. In the absence of significant vi...
virtual void update_divDxDbMultiplier()
Update div(dx/db multiplier). Volume-based sensitivity term.
void update_dJdTMvar2()
Update field to be added to the second adjoint turbulence model PDE.
virtual void update_gradDxDbMultiplier()
Update grad(dx/db multiplier). Volume-based sensitivity term.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for objective functions in incompressible flows.
virtual ~objectivePowerDissipation()=default
Destructor.
TypeName("powerDissipation")
Runtime type information.