Go to the documentation of this file.
40 #ifndef optimisationManager_H
41 #define optimisationManager_H
140 virtual bool end() = 0;
143 virtual bool update() = 0;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
declareRunTimeSelectionTable(autoPtr, optimisationManager, dictionary,(fvMesh &mesh),(mesh))
PtrList< adjointSolverManager > adjointSolverManagers_
virtual void updatePrimalBasedQuantities()
virtual optimisationManager & operator++()=0
autoPtr< incompressible::optimisationType > optType_
PtrList< primalSolver > primalSolvers_
virtual void solvePrimalEquations()
virtual PtrList< primalSolver > & primalSolvers()
static autoPtr< optimisationManager > New(fvMesh &mesh)
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
virtual ~optimisationManager()=default
virtual void solveAdjointEquations()
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.
TypeName("optimisationManager")
virtual void computeSensitivities()
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual bool checkEndOfLoopAndUpdate()=0
Macros to ease declaration of run-time selection tables.
virtual void updateDesignVariables()=0
virtual PtrList< adjointSolverManager > & adjointSolverManagers()
Abstract base class for optimisation methods.