Loading...
Searching...
No Matches
constrainedOptimisationMethod Class Reference

Abstract base class for optimisation methods supporting constraints. Does not add functionality to updateMethod but act as a means to categorize constrained optimisation methods for performing sanity checks. More...

#include <constrainedOptimisationMethod.H>

Inheritance diagram for constrainedOptimisationMethod:

Public Member Functions

 TypeName ("constrainedOptimisationMethod")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, constrainedOptimisationMethod, dictionary,(const fvMesh &mesh, const dictionary &dict, autoPtr< designVariables > &designVars, const label nConstraints, const word &type),(mesh, dict, designVars, nConstraints, type))
 constrainedOptimisationMethod (const fvMesh &mesh, const dictionary &dict, autoPtr< designVariables > &designVars, const label nConstraints, const word &type)
 Construct from components.
virtual ~constrainedOptimisationMethod ()=default
 Destructor.

Detailed Description

Abstract base class for optimisation methods supporting constraints. Does not add functionality to updateMethod but act as a means to categorize constrained optimisation methods for performing sanity checks.

Source files

Definition at line 54 of file constrainedOptimisationMethod.H.

Constructor & Destructor Documentation

◆ constrainedOptimisationMethod()

constrainedOptimisationMethod ( const fvMesh & mesh,
const dictionary & dict,
autoPtr< designVariables > & designVars,
const label nConstraints,
const word & type )

Construct from components.

Definition at line 36 of file constrainedOptimisationMethod.C.

References dict, and mesh.

◆ ~constrainedOptimisationMethod()

virtual ~constrainedOptimisationMethod ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "constrainedOptimisationMethod" )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr ,
constrainedOptimisationMethod ,
dictionary ,
(const fvMesh &mesh, const dictionary &dict, autoPtr< designVariables > &designVars, const label nConstraints, const word &type) ,
(mesh, dict, designVars, nConstraints, type)  )

References dict, and mesh.


The documentation for this class was generated from the following files: