Loading...
Searching...
No Matches
adjointWallVelocityLowReFvPatchVectorField Class Reference

#include <adjointWallVelocityLowReFvPatchVectorField.H>

Inheritance diagram for adjointWallVelocityLowReFvPatchVectorField:
Collaboration diagram for adjointWallVelocityLowReFvPatchVectorField:

Public Member Functions

 TypeName ("adjointWallVelocityLowRe")
 Runtime type information.
 adjointWallVelocityLowReFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 adjointWallVelocityLowReFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 adjointWallVelocityLowReFvPatchVectorField (const adjointWallVelocityLowReFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given adjointWallVelocityLowReFvPatchVectorField onto a new patch.
 adjointWallVelocityLowReFvPatchVectorField (const adjointWallVelocityLowReFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< vector > > clone () const
 Return a clone.
virtual tmp< fvPatchField< vector > > clone (const DimensionedField< vector, volMesh > &iF) const
 Clone with an internal field reference.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.
Public Member Functions inherited from adjointBoundaryCondition< vector >
 TypeName ("adjointBoundaryCondition")
 Run-time type information.
 adjointBoundaryCondition (const fvPatch &p, const DimensionedField< vector, volMesh > &iF, const word &solverName)
 Construct from field and base name.
 adjointBoundaryCondition (const adjointBoundaryCondition< vector > &)
 Construct as copy.
virtual ~adjointBoundaryCondition ()=default
 Destructor.
const wordobjectiveManagerName () const
 Return objectiveManager name.
const wordadjointSolverName () const
 Return adjointSolverName.
const wordsimulationType () const
 Return the simulationType.
void setBoundaryContributionPtr ()
 Set the ptr to the correct boundaryAdjointContribution.
boundaryAdjointContributiongetBoundaryAdjContribution ()
 Get boundaryContribution.
const ATCModelgetATC () const
 ATC type might be useful for a number of BCs. Return here.
virtual tmp< Field< typename Foam::outerProduct< Foam::vector, vector >::type > > dxdbMult () const
 Return contribution to sensitivity derivatives.
virtual void updatePrimalBasedQuantities ()
 Update the primal based quantities related to the adjoint boundary conditions.

Additional Inherited Members

Protected Member Functions inherited from adjointBoundaryCondition< vector >
tmp< Field< typename Foam::outerProduct< Foam::vector, Type2 >::type > > computePatchGrad (word name)
 Get gradient of field on a specific boundary.
bool addATCUaGradUTerm ()
 Whether to add the extra term from the UaGradU formulation.
Protected Attributes inherited from adjointBoundaryCondition< vector >
const fvPatchpatch_
 Reference to patch.
word managerName_
 objectiveManager name corresponding to field
word adjointSolverName_
 adjointSolver name corresponding to field
word simulationType_
 simulationType corresponding to field.
autoPtr< boundaryAdjointContributionboundaryContrPtr_
 Engine to manage contributions of the objective functions to the adjoint boundary conditions.
Switch addATCUaGradUTerm_
 Whether to add the extra term from the UaGradU formulation.

Detailed Description

Constructor & Destructor Documentation

◆ adjointWallVelocityLowReFvPatchVectorField() [1/4]

adjointWallVelocityLowReFvPatchVectorField ( const fvPatch & p,
const DimensionedField< vector, volMesh > & iF )

Construct from patch and internal field.

Definition at line 29 of file adjointWallVelocityLowReFvPatchVectorField.C.

References p.

Referenced by adjointWallVelocityLowReFvPatchVectorField(), adjointWallVelocityLowReFvPatchVectorField(), and TypeName().

Here is the caller graph for this function:

◆ adjointWallVelocityLowReFvPatchVectorField() [2/4]

adjointWallVelocityLowReFvPatchVectorField ( const fvPatch & p,
const DimensionedField< vector, volMesh > & iF,
const dictionary & dict )

Construct from patch, internal field and dictionary.

Definition at line 55 of file adjointWallVelocityLowReFvPatchVectorField.C.

References dict, IOobjectOption::MUST_READ, and p.

◆ adjointWallVelocityLowReFvPatchVectorField() [3/4]

adjointWallVelocityLowReFvPatchVectorField ( const adjointWallVelocityLowReFvPatchVectorField & ptf,
const fvPatch & p,
const DimensionedField< vector, volMesh > & iF,
const fvPatchFieldMapper & mapper )

Construct by mapping given adjointWallVelocityLowReFvPatchVectorField onto a new patch.

Definition at line 41 of file adjointWallVelocityLowReFvPatchVectorField.C.

References adjointBoundaryCondition< vector >::adjointSolverName_, adjointWallVelocityLowReFvPatchVectorField(), and p.

Here is the call graph for this function:

◆ adjointWallVelocityLowReFvPatchVectorField() [4/4]

adjointWallVelocityLowReFvPatchVectorField ( const adjointWallVelocityLowReFvPatchVectorField & pivpvf,
const DimensionedField< vector, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 70 of file adjointWallVelocityLowReFvPatchVectorField.C.

References adjointWallVelocityLowReFvPatchVectorField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "adjointWallVelocityLowRe" )

Runtime type information.

References adjointWallVelocityLowReFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [1/2]

virtual tmp< fvPatchField< vector > > clone ( ) const
inlinevirtual

Return a clone.

Definition at line 108 of file adjointWallVelocityLowReFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp< fvPatchField< vector > > clone ( const DimensionedField< vector, volMesh > & iF) const
inlinevirtual

Clone with an internal field reference.

Definition at line 116 of file adjointWallVelocityLowReFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 84 of file adjointWallVelocityLowReFvPatchVectorField.C.

References adjointBoundaryCondition< vector >::boundaryContrPtr_, Foam::operator==(), and tmp< T >::ref().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

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