Go to the documentation of this file.
41 #ifndef fvOptionAdjoint_H
42 #define fvOptionAdjoint_H
75 const word& modelType,
97 const word& modelType,
virtual tmp< volVectorField > dxdbMult(const incompressibleAdjointVars &)
A class for handling words, derived from Foam::string.
TypeName("optionAdjoint")
Runtime type information.
A class for managing temporary objects.
const word & name() const
Return const access to the source name.
Class including all adjoint fields for incompressible flows.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
declareRunTimeSelectionTable(autoPtr, optionAdjoint, dictionary,(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh),(name, modelType, dict, mesh))
Finite volume options abstract base class. Provides a base set of controls, e.g.:
Similar to fv::option but with additional functionality to contribute to the sensitivity deriavtives.
autoPtr< optionAdjoint > clone() const
Return clone.
virtual ~optionAdjoint()=default
Destructor.
optionAdjoint(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
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.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< optionAdjoint > New(const word &name, const dictionary &dict, const fvMesh &mesh)
Return a reference to the selected fvOption model.
const fvMesh & mesh() const
Return const access to the mesh database.