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...

Inheritance diagram for constrainedOptimisationMethod:

Public Member Functions

 TypeName ("constrainedOptimisationMethod")
 Runtime type information. More...
 
 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. More...
 
virtual ~constrainedOptimisationMethod ()=default
 Destructor. More...
 

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 37 of file constrainedOptimisationMethod.C.

◆ ~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  
)

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