objectiveIncompressible Class Referenceabstract

Abstract base class for objective functions in incompressible flows. More...

Inheritance diagram for objectiveIncompressible:
[legend]
Collaboration diagram for objectiveIncompressible:
[legend]

Public Member Functions

 TypeName ("incompressible")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, objectiveIncompressible, dictionary,(const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName),(mesh, dict, adjointSolverName, primalSolverName))
 
 objectiveIncompressible (const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName)
 Construct from components. More...
 
virtual ~objectiveIncompressible ()=default
 Destructor. More...
 
virtual scalar J ()=0
 Return the objective function value. More...
 
virtual void doNormalization ()
 Normalize all fields allocated by the objective. More...
 
const volVectorFielddJdv ()
 Contribution to field adjoint momentum eqs. More...
 
const volScalarFielddJdp ()
 Contribution to field adjoint continuity eq. More...
 
const volScalarFielddJdT ()
 Contribution to field adjoint energy eq. More...
 
const volScalarFielddJdTMvar1 ()
 Contribution to field adjoint turbulence model variable 1. More...
 
const volScalarFielddJdTMvar2 ()
 Contribution to field adjoint turbulence model variable 2. More...
 
const fvPatchVectorFieldboundarydJdv (const label)
 Objective partial deriv wrt velocity for a specific patch. More...
 
const fvPatchScalarFieldboundarydJdvn (const label)
 Objective partial deriv wrt normal velocity for a specific patch. More...
 
const fvPatchVectorFieldboundarydJdvt (const label)
 Objective partial deriv wrt tangent velocity for a specific patch. More...
 
const fvPatchVectorFieldboundarydJdp (const label)
 
const fvPatchScalarFieldboundarydJdT (const label)
 Objective partial deriv wrt temperature for a specific patch. More...
 
const fvPatchScalarFieldboundarydJdTMvar1 (const label)
 
const fvPatchScalarFieldboundarydJdTMvar2 (const label)
 
const fvPatchScalarFieldboundarydJdnut (const label)
 Objective partial deriv wrt nut for a specific patch. More...
 
const fvPatchTensorFieldboundarydJdGradU (const label)
 Objective partial deriv wrt stress tensor. More...
 
const boundaryVectorFieldboundarydJdv ()
 Objective partial deriv wrt velocity for all patches. More...
 
const boundaryScalarFieldboundarydJdvn ()
 Objective partial deriv wrt normal velocity for all patches. More...
 
const boundaryVectorFieldboundarydJdvt ()
 Objective partial deriv wrt tangent velocity for all patches. More...
 
const boundaryVectorFieldboundarydJdp ()
 Objective partial deriv wrt pressure (times normal) for all patches. More...
 
const boundaryScalarFieldboundarydJdT ()
 Objective partial deriv wrt temperature for all patches. More...
 
const boundaryScalarFieldboundarydJdTMvar1 ()
 Objective partial deriv wrt turbulence model var 1 for all patches. More...
 
const boundaryScalarFieldboundarydJdTMvar2 ()
 Objective partial deriv wrt turbulence model var 2 for all patches. More...
 
const boundaryScalarFieldboundarydJdnut ()
 Objective partial deriv wrt nut for all patches. More...
 
const boundaryTensorFieldboundarydJdGradU ()
 Objective partial deriv wrt gradU. More...
 
virtual void update ()
 Update objective function derivatives. More...
 
virtual void nullify ()
 Update objective function derivatives. More...
 
virtual void update_dJdv ()
 Update vol and boundary fields and derivatives. More...
 
virtual void update_dJdp ()
 
virtual void update_dJdT ()
 
virtual void update_dJdTMvar1 ()
 
virtual void update_dJdTMvar2 ()
 
virtual void update_dJdb ()
 
virtual void update_divDxDbMultiplier ()
 Update div( dx/db multiplier). Volume-based sensitivity term. More...
 
virtual void update_gradDxDbMultiplier ()
 Update grad( dx/db multiplier). Volume-based sensitivity term. More...
 
virtual void update_boundarydJdv ()
 
virtual void update_boundarydJdvn ()
 
virtual void update_boundarydJdvt ()
 
virtual void update_boundarydJdp ()
 
virtual void update_boundarydJdT ()
 
virtual void update_boundarydJdTMvar1 ()
 
virtual void update_boundarydJdTMvar2 ()
 
virtual void update_boundarydJdnut ()
 
virtual void update_boundarydJdGradU ()
 
virtual void update_boundarydJdb ()
 Update objective function derivative term. More...
 
virtual void update_dSdbMultiplier ()
 Update d (normal dS) / db multiplier. Surface-based sensitivity term. More...
 
virtual void update_dndbMultiplier ()
 Update d (normal) / db multiplier. Surface-based sensitivity term. More...
 
virtual void update_dxdbMultiplier ()
 Update d (x) / db multiplier. Surface-based sensitivity term. More...
 
virtual void update_dxdbDirectMultiplier ()
 
virtual void update_meanValues ()
 
virtual bool write (const bool valid=true) const
 Write objective function history. More...
 
bool hasdJdv () const
 Inline functions for checking whether pointers are set or not. More...
 
bool hasdJdp () const
 
bool hasdJdT () const
 
bool hasdJdTMVar1 () const
 
bool hasdJdTMVar2 () const
 
bool hasBoundarydJdv () const
 
bool hasBoundarydJdvn () const
 
bool hasBoundarydJdvt () const
 
bool hasBoundarydJdp () const
 
bool hasBoundarydJdT () const
 
bool hasBoundarydJdTMVar1 () const
 
bool hasBoundarydJdTMVar2 () const
 
bool hasBoundarydJdnut () const
 
bool hasBoundarydJdGradU () const
 
- Public Member Functions inherited from objective
 TypeName ("objective")
 Runtime type information. More...
 
 declareRunTimeNewSelectionTable (autoPtr, objective, objective,(const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName),(mesh, dict, adjointSolverName, primalSolverName))
 
 objective (const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName)
 Construct from components. More...
 
virtual ~objective ()=default
 Destructor. More...
 
virtual bool readDict (const dictionary &dict)
 
virtual scalar J ()=0
 Return the instantaneous objective function value. More...
 
scalar JCycle () const
 
void accumulateJMean (solverControl &solverControl)
 Accumulate contribution for the mean objective value. More...
 
void accumulateJMean ()
 Accumulate contribution for the mean objective value. More...
 
scalar weight () const
 Return the objective function weight. More...
 
bool normalize () const
 Is the objective normalized. More...
 
virtual void doNormalization ()
 Normalize all fields allocated by the objective. More...
 
bool isWithinIntegrationTime () const
 Check whether this is an objective integration time. More...
 
void incrementIntegrationTimes (const scalar timeSpan)
 Increment integration times. More...
 
const volScalarFielddJdb ()
 Contribution to field sensitivities. More...
 
const fvPatchVectorFieldboundarydJdb (const label)
 Contribution to surface sensitivities for a specific patch. More...
 
const fvPatchVectorFielddSdbMultiplier (const label)
 Multiplier of delta(n dS)/delta b. More...
 
const fvPatchVectorFielddndbMultiplier (const label)
 Multiplier of delta(n dS)/delta b. More...
 
const fvPatchVectorFielddxdbMultiplier (const label)
 Multiplier of delta(x)/delta b. More...
 
const fvPatchVectorFielddxdbDirectMultiplier (const label)
 Multiplier of delta(x)/delta b. More...
 
const vectorFieldboundaryEdgeMultiplier (const label patchI, const label edgeI)
 Multiplier located at patch boundary edges. More...
 
const boundaryVectorFieldboundarydJdb ()
 Contribution to surface sensitivities for all patches. More...
 
const boundaryVectorFielddSdbMultiplier ()
 Multiplier of delta(n dS)/delta b for all patches. More...
 
const boundaryVectorFielddndbMultiplier ()
 Multiplier of delta(n dS)/delta b for all patches. More...
 
const boundaryVectorFielddxdbMultiplier ()
 Multiplier of delta(x)/delta b for all patches. More...
 
const boundaryVectorFielddxdbDirectMultiplier ()
 Multiplier of delta(x)/delta b for all patches. More...
 
const vectorField3boundaryEdgeMultiplier ()
 Multiplier located at patch boundary edges. More...
 
const volScalarFielddivDxDbMultiplier ()
 Multiplier of grad( delta(x)/delta b) for volume-based sensitivities. More...
 
const volTensorFieldgradDxDbMultiplier ()
 Multiplier of grad( delta(x)/delta b) for volume-based sensitivities. More...
 
virtual void update ()=0
 Update objective function derivatives. More...
 
virtual void nullify ()
 Nullify adjoint contributions. More...
 
virtual void updateNormalizationFactor ()
 
virtual void update_boundarydJdb ()
 Update objective function derivative term. More...
 
virtual void update_dSdbMultiplier ()
 Update d (normal dS) / db multiplier. Surface-based sensitivity term. More...
 
virtual void update_dndbMultiplier ()
 Update d (normal) / db multiplier. Surface-based sensitivity term. More...
 
virtual void update_dxdbMultiplier ()
 Update d (x) / db multiplier. Surface-based sensitivity term. More...
 
virtual void update_dxdbDirectMultiplier ()
 
virtual void update_boundaryEdgeContribution ()
 Update boundary edge contributions. More...
 
virtual void update_divDxDbMultiplier ()
 Update div( dx/db multiplier). Volume-based sensitivity term. More...
 
virtual void update_gradDxDbMultiplier ()
 Update grad( dx/db multiplier). Volume-based sensitivity term. More...
 
virtual bool write (const bool valid=true) const
 Write objective function history. More...
 
virtual void writeInstantaneousValue () const
 Write objective function history at each primal solver iteration. More...
 
virtual void writeInstantaneousSeparator () const
 
virtual void writeMeanValue () const
 Write mean objective function history. More...
 
virtual bool writeData (Ostream &os) const
 Write averaged objective for continuation. More...
 
virtual void addHeaderInfo () const
 Write any information that needs to go the header of the file. More...
 
virtual void addHeaderColumns () const
 Write headers for additional columns. More...
 
virtual void addColumnValues () const
 Write information to additional columns. More...
 
const wordobjectiveName () const
 Return the objective name. More...
 
bool hasdJdb () const
 
bool hasBoundarydJdb () const
 
bool hasdSdbMult () const
 
bool hasdndbMult () const
 
bool hasdxdbMult () const
 
bool hasdxdbDirectMult () const
 
bool hasBoundaryEdgeContribution () const
 
bool hasDivDxDbMult () const
 
bool hasGradDxDbMult () const
 
bool hasIntegrationStartTime () const
 
bool hasIntegrationEndTime () const
 
- Public Member Functions inherited from localIOdictionary
 localIOdictionary (const IOobject &io, const dictionary *fallback=nullptr)
 
 localIOdictionary (const IOobject &io, const dictionary &dict)
 Construct given an IOobject and fallback dictionary content. More...
 
 localIOdictionary (const IOobject &io, const word &wantedType, const dictionary *fallback=nullptr)
 
 localIOdictionary (const IOobject &io, Istream &is)
 Construct given an IOobject and Istream. More...
 
virtual ~localIOdictionary ()=default
 Destructor. More...
 
virtual bool global () const
 Is object global. More...
 
virtual fileName filePath () const
 Return complete path + object name if the file exists. More...
 
- Public Member Functions inherited from baseIOdictionary
 TypeName ("dictionary")
 Declare type-name, virtual type (with debug switch) More...
 
 baseIOdictionary (const baseIOdictionary &)=default
 Copy construct. More...
 
 baseIOdictionary (baseIOdictionary &&)=default
 Move construct. More...
 
virtual ~baseIOdictionary ()=default
 Destructor. More...
 
 baseIOdictionary (const IOobject &io, const dictionary *fallback=nullptr)
 
 baseIOdictionary (const IOobject &io, const dictionary &dict)
 
 baseIOdictionary (const IOobject &io, Istream &is)
 Construct given an IOobject and Istream (ununsed) More...
 
virtual fileName filePath () const =0
 
const wordname () const
 
virtual bool readData (Istream &)
 The readData function required by regIOobject read operation. More...
 
virtual bool writeData (Ostream &) const
 The writeData function required by regIOobject write operation. More...
 
virtual bool global () const =0
 Is object global. More...
 
void operator= (const baseIOdictionary &rhs)
 Copy assignment of dictionary entries (leave regIOobject untouched) More...
 
void operator= (const dictionary &rhs)
 Copy assignment of dictionary entries. More...
 
- Public Member Functions inherited from regIOobject
 TypeName ("regIOobject")
 Runtime type information. More...
 
 regIOobject (const IOobject &io, const bool isTimeObject=false)
 
 regIOobject (const regIOobject &rio)
 Copy construct. More...
 
 regIOobject (const regIOobject &rio, bool registerCopy)
 
 regIOobject (const word &newName, const regIOobject &, bool registerCopy)
 
 regIOobject (const IOobject &io, const regIOobject &rio)
 Copy construct with new IO parameters. More...
 
virtual ~regIOobject ()
 Destructor. More...
 
bool checkIn ()
 Add object to registry, if not already registered. More...
 
bool checkOut ()
 Remove all file watches and remove object from registry. More...
 
virtual void addWatch ()
 Add file watch on object (if registered and READ_IF_MODIFIED) More...
 
bool registered () const noexcept
 
bool ownedByRegistry () const noexcept
 Is this object owned by the registry? More...
 
bool store ()
 
void release (const bool unregister=false) noexcept
 Set object as not ownedByRegistry. More...
 
label eventNo () const noexcept
 Event number at last update. More...
 
label & eventNo () noexcept
 Event number at last update. More...
 
bool upToDate (const regIOobject &) const
 Return true if up-to-date with respect to given object. More...
 
bool upToDate (const regIOobject &, const regIOobject &) const
 Return true if up-to-date with respect to given objects. More...
 
bool upToDate (const regIOobject &, const regIOobject &, const regIOobject &) const
 Return true if up-to-date with respect to given objects. More...
 
bool upToDate (const regIOobject &, const regIOobject &, const regIOobject &, const regIOobject &) const
 Return true if up-to-date with respect to given objects. More...
 
void setUpToDate ()
 Set as up-to-date. More...
 
virtual void rename (const word &newName)
 Rename. More...
 
const dictionaryfindMetaData () const noexcept
 Return pointer to meta-data or nullptr. More...
 
dictionarygetMetaData () noexcept
 Get or create meta-data. More...
 
void removeMetaData ()
 Remove meta-data. More...
 
virtual void updateMetaData ()
 Update internal meta-data (eg, prior to writing) More...
 
virtual fileName filePath () const
 Return complete path + object name if the file exists. More...
 
bool headerOk ()
 Read and check header info. Does not check the headerClassName. More...
 
IstreamreadStream (const word &, const bool valid=true)
 Return Istream and check object type against that given. More...
 
void close ()
 Close Istream. More...
 
virtual bool readData (Istream &)
 Virtual readData function. More...
 
virtual bool read ()
 Read object. More...
 
virtual label addWatch (const fileName &)
 Add file watch for fileName on object if not yet watched. More...
 
const labelListwatchIndices () const noexcept
 Read access to file-monitoring handles. More...
 
labelListwatchIndices () noexcept
 Write access to file-monitoring handles. More...
 
virtual bool modified () const
 
virtual bool readIfModified ()
 Read object if modified (as set by call to modified) More...
 
virtual bool writeData (Ostream &) const =0
 Pure virtual writeData function. More...
 
virtual bool writeObject (IOstreamOption streamOpt, const bool valid) const
 Write using stream options. More...
 
virtual bool write (const bool valid=true) const
 Write using setting from DB. More...
 
virtual bool global () const
 Is object global. More...
 
void operator= (const IOobject &io)
 Copy assignment. More...
 
virtual bool writeObject (IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver, IOstreamOption::compressionType comp, const bool valid) const
 Write using given format, version and compression. More...
 
- Public Member Functions inherited from IOobject
 TypeName ("IOobject")
 Declare type-name, virtual type (with debug switch) More...
 
 IOobject (const IOobject &)=default
 Copy construct. More...
 
virtual ~IOobject ()=default
 Destructor. More...
 
 IOobject (const word &name, const fileName &instance, const objectRegistry &registry, readOption rOpt=NO_READ, writeOption wOpt=NO_WRITE, bool registerObject=true, bool globalObject=false)
 Construct from name, instance, registry, io options. More...
 
 IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry &registry, readOption rOpt=NO_READ, writeOption wOpt=NO_WRITE, bool registerObject=true, bool globalObject=false)
 Construct from name, instance, local, registry, io options. More...
 
 IOobject (const fileName &path, const objectRegistry &registry, readOption rOpt=NO_READ, writeOption wOpt=NO_WRITE, bool registerObject=true, bool globalObject=false)
 Construct from path, registry, io options. More...
 
 IOobject (const IOobject &io, const objectRegistry &registry)
 Copy construct, resetting registry. More...
 
 IOobject (const IOobject &io, const word &name)
 Copy construct, resetting name. More...
 
 IOobject (const IOobject &io, const word &name, const fileName &local)
 Copy construct, resetting name and local component. More...
 
 IOobject (const IOobject &io, readOption rOpt, writeOption wOpt)
 Copy construct, resetting read/write options. More...
 
autoPtr< IOobjectclone () const
 Clone. More...
 
autoPtr< IOobjectclone (const objectRegistry &registry) const
 Clone resetting registry. More...
 
const objectRegistrydb () const noexcept
 Return the local objectRegistry. More...
 
const Timetime () const
 Return Time associated with the objectRegistry. More...
 
const wordname () const noexcept
 Return the object name. More...
 
const wordheaderClassName () const noexcept
 Return name of the class name read from header. More...
 
wordheaderClassName () noexcept
 Return non-constant access to the class name read from header. More...
 
const stringnote () const noexcept
 Return the optional note. More...
 
stringnote () noexcept
 Modifiable access to the optional note. More...
 
virtual void rename (const word &newName)
 Rename the object. More...
 
bool registerObject () const noexcept
 Should object created with this IOobject be registered? More...
 
bool registerObject (bool on) noexcept
 Change registration preference, return previous value. More...
 
bool globalObject () const noexcept
 Is object same for all processors? More...
 
bool globalObject (bool on) noexcept
 Change global-object status, return previous value. More...
 
unsigned labelByteSize () const noexcept
 The sizeof (label) in bytes, possibly read from the header. More...
 
unsigned scalarByteSize () const noexcept
 The sizeof (scalar) in bytes, possibly read from the header. More...
 
bool hasHeaderClass () const noexcept
 True if headerClassName() is non-empty (after reading) More...
 
template<class Type >
bool isHeaderClass () const
 Check if headerClassName() equals Type::typeName. More...
 
template<class Type >
bool isHeaderClassName () const
 Same as isHeaderClass() More...
 
virtual const dictionaryfindMetaData () const noexcept
 Return pointer to meta-data (if any) or nullptr. More...
 
readOption readOpt () const noexcept
 The read option. More...
 
readOption readOpt (readOption opt) noexcept
 Change the read option, return previous value. More...
 
writeOption writeOpt () const noexcept
 The write option. More...
 
writeOption writeOpt (writeOption opt) noexcept
 Change the write option, return previous value. More...
 
word group () const
 Return group (extension part of name) More...
 
word member () const
 Return member (name without the extension) More...
 
const fileNamerootPath () const
 Return the Time::rootPath() More...
 
const fileNamecaseName () const
 Return the Time::caseName() More...
 
const fileNameinstance () const noexcept
 Read access to instance path component. More...
 
fileNameinstance () noexcept
 Write access to instance path component. More...
 
const fileNamelocal () const noexcept
 Read access to local path component. More...
 
fileName path () const
 The complete path. More...
 
fileName path (const word &instance, const fileName &local=fileName::null) const
 The complete path with alternative instance and local. More...
 
fileName objectPath () const
 The complete path + object name. More...
 
fileName objectRelPath () const
 The object path relative to the root. More...
 
fileName localFilePath (const word &typeName, const bool search=true) const
 Helper for filePath that searches locally. More...
 
fileName globalFilePath (const word &typeName, const bool search=true) const
 Helper for filePath that searches up if in parallel. More...
 
IOstreamOption parseHeader (const dictionary &headerDict)
 
bool readHeader (Istream &is)
 
bool readHeader (dictionary &headerDict, Istream &is)
 
template<class Type >
bool typeHeaderOk (const bool checkType=true, const bool search=true, const bool verbose=true)
 Read header (uses typeFilePath to find file) and check its info. More...
 
template<class Type >
void warnNoRereading () const
 Helper: warn that type does not support re-reading. More...
 
bool writeHeader (Ostream &os) const
 Write header with current type() More...
 
bool writeHeader (Ostream &os, const word &objectType) const
 Write header with override of type. More...
 
void writeHeader (dictionary &dict, IOstreamOption streamOpt) const
 
void writeHeader (dictionary &dict, const word &objectType, IOstreamOption streamOpt) const
 
bool good () const noexcept
 Did last readHeader() succeed? More...
 
bool bad () const noexcept
 Did last readHeader() fail? More...
 
InfoProxy< IOobjectinfo () const
 Return info proxy, for printing information to a stream. More...
 
void operator= (const IOobject &io)
 Copy assignment, copies all values (except the registry) More...
 
readOptionreadOpt () noexcept
 Access to the read option. More...
 
writeOptionwriteOpt () noexcept
 Access to the write option. More...
 
boolregisterObject () noexcept
 Access to the register object option. More...
 
boolglobalObject () noexcept
 Access to the global object option. More...
 
template<>
bool isHeaderClass () const
 Specialization for void always returns true (no headerClassName check). More...
 
template<class StringType >
Foam::word groupName (StringType base, const word &group)
 
- Public Member Functions inherited from dictionary
 ClassName ("dictionary")
 
 dictionary ()
 Default construct, a top-level empty dictionary. More...
 
 dictionary (const fileName &name)
 Construct top-level empty dictionary with given name. More...
 
 dictionary (const fileName &name, const dictionary &parentDict, Istream &is, bool keepHeader=false)
 
 dictionary (Istream &is)
 
 dictionary (Istream &is, bool keepHeader)
 
 dictionary (const dictionary &parentDict, const dictionary &dict)
 Copy construct given the parent dictionary. More...
 
 dictionary (const dictionary &dict)
 Copy construct top-level dictionary. More...
 
 dictionary (const dictionary *dict)
 Construct top-level dictionary as copy from pointer to dictionary. More...
 
 dictionary (const dictionary &parentDict, dictionary &&dict)
 Move construct for given parent dictionary. More...
 
 dictionary (dictionary &&dict)
 Move construct top-level dictionary. More...
 
autoPtr< dictionaryclone () const
 Construct and return clone. More...
 
virtual ~dictionary ()
 Destructor. More...
 
const fileNamename () const noexcept
 The dictionary name. More...
 
fileNamename () noexcept
 The dictionary name for modification (use with caution). More...
 
word dictName () const
 The local dictionary name (final part of scoped name) More...
 
fileName relativeName (const bool caseTag=false) const
 The dictionary name relative to the case. More...
 
bool isNullDict () const noexcept
 The dictionary is actually dictionary::null (root dictionary) More...
 
const dictionaryparent () const noexcept
 Return the parent dictionary. More...
 
const dictionarytopDict () const
 Return the top of the tree. More...
 
label startLineNumber () const
 Return line number of first token in dictionary. More...
 
label endLineNumber () const
 Return line number of last token in dictionary. More...
 
SHA1Digest digest () const
 Return the SHA1 digest of the dictionary contents. More...
 
tokenList tokens () const
 Return the dictionary as a list of tokens. More...
 
bool found (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Search for an entry (const access) with the given keyword. More...
 
entryfindEntry (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 Find for an entry (non-const access) with the given keyword. More...
 
const entryfindEntry (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Find an entry (const access) with the given keyword. More...
 
const entryfindScoped (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Search for a scoped entry (const access) with the given keyword. More...
 
dictionaryfindDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 Find and return a sub-dictionary pointer if present. More...
 
const dictionaryfindDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Find and return a sub-dictionary pointer if present. More...
 
const entrylookupEntry (const word &keyword, enum keyType::option matchOpt) const
 Search for an entry (const access) with the given keyword. More...
 
ITstreamlookup (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T >
T get (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T >
T getOrDefault (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T >
T getOrAdd (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX)
 
template<class T >
bool readEntry (const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
 
template<class T >
bool readIfPresent (const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T , class Predicate >
T getCheck (const word &keyword, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T , class Predicate >
T getCheckOrDefault (const word &keyword, const T &deflt, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T , class Predicate >
T getCheckOrAdd (const word &keyword, const T &deflt, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX)
 
template<class T , class Predicate >
bool readCheck (const word &keyword, T &val, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
 
template<class T , class Predicate >
bool readCheckIfPresent (const word &keyword, T &val, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const
 
bool isDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Check if entry is found and is a sub-dictionary. More...
 
const dictionarysubDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Find and return a sub-dictionary. More...
 
dictionarysubDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 Find and return a sub-dictionary for manipulation. More...
 
dictionarysubDictOrAdd (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 Find and return a sub-dictionary for manipulation. More...
 
dictionary subOrEmptyDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX, const bool mandatory=false) const
 
const dictionaryoptionalSubDict (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Find and return a sub-dictionary, otherwise return this dictionary. More...
 
wordList toc () const
 Return the table of contents. More...
 
wordList sortedToc () const
 Return the sorted table of contents. More...
 
template<class Compare >
wordList sortedToc (const Compare &comp) const
 Return table of contents sorted using the specified comparator. More...
 
List< keyTypekeys (bool patterns=false) const
 Return the list of available keys or patterns. More...
 
bool substituteKeyword (const word &keyword, bool mergeEntry=false)
 Substitute the given keyword (which is prefixed by '$') More...
 
bool substituteScopedKeyword (const word &keyword, bool mergeEntry=false)
 Substitute the given scoped keyword (which is prefixed by '$') More...
 
entryadd (entry *entryPtr, bool mergeEntry=false)
 Add a new entry. More...
 
entryadd (const entry &e, bool mergeEntry=false)
 Add an entry. More...
 
entryadd (const keyType &k, const word &v, bool overwrite=false)
 Add a word entry. More...
 
entryadd (const keyType &k, const string &v, bool overwrite=false)
 Add a string entry. More...
 
entryadd (const keyType &k, const label v, bool overwrite=false)
 Add a label entry. More...
 
entryadd (const keyType &k, const scalar v, bool overwrite=false)
 Add a scalar entry. More...
 
entryadd (const keyType &k, const dictionary &d, bool mergeEntry=false)
 Add a dictionary entry. More...
 
template<class T >
entryadd (const keyType &k, const T &v, bool overwrite=false)
 Add a T entry. More...
 
entryset (entry *entryPtr)
 Assign a new entry, overwriting any existing entry. More...
 
entryset (const entry &e)
 Assign a new entry, overwriting any existing entry. More...
 
entryset (const keyType &k, const dictionary &v)
 Assign a dictionary entry, overwriting any existing entry. More...
 
template<class T >
entryset (const keyType &k, const T &v)
 Assign a T entry, overwriting any existing entry. More...
 
bool remove (const word &keyword)
 Remove an entry specified by keyword. More...
 
bool changeKeyword (const keyType &oldKeyword, const keyType &newKeyword, bool overwrite=false)
 Change the keyword for an entry,. More...
 
bool merge (const dictionary &dict)
 Merge entries from the given dictionary. More...
 
void clear ()
 Clear the dictionary. More...
 
void transfer (dictionary &dict)
 Transfer the contents of the argument and annul the argument. More...
 
void checkITstream (const ITstream &is, const word &keyword) const
 
bool read (Istream &is)
 Read dictionary from Istream. Discards the header. More...
 
bool read (Istream &is, bool keepHeader)
 Read dictionary from Istream, optionally keeping the header. More...
 
void writeEntry (Ostream &os) const
 Write sub-dictionary with its dictName as its header. More...
 
void writeEntry (const keyType &keyword, Ostream &os) const
 Write sub-dictionary with the keyword as its header. More...
 
void writeEntries (Ostream &os, const bool extraNewLine=false) const
 Write dictionary entries. More...
 
void write (Ostream &os, const bool subDict=true) const
 Write dictionary, normally with sub-dictionary formatting. More...
 
const_searcher csearch (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Search dictionary for given keyword. More...
 
const_searcher search (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Search dictionary for given keyword. More...
 
searcher search (const word &keyword, enum keyType::option matchOpt=keyType::REGEX)
 Search dictionary for given keyword. More...
 
const_searcher csearchScoped (const word &keyword, enum keyType::option matchOpt) const
 Search using scoping. More...
 
const_searcher searchScoped (const word &keyword, enum keyType::option matchOpt) const
 Search using dot or slash scoping. More...
 
searcher searchScoped (const word &keyword, enum keyType::option matchOpt)
 Search using dot or slash scoping. More...
 
const dictionarycfindScopedDict (const fileName &dictPath) const
 Locate a sub-dictionary using slash-scoping. More...
 
const dictionaryfindScopedDict (const fileName &dictPath) const
 Locate a sub-dictionary using slash-scoping. More...
 
dictionaryfindScopedDict (const fileName &dictPath)
 Locate a sub-dictionary using slash-scoping. More...
 
dictionarymakeScopedDict (const fileName &dictPath)
 Locate existing or create sub-dictionary using slash-scoping. More...
 
const_searcher csearchCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, enum keyType::option matchOpt=keyType::REGEX) const
 Search dictionary for given keyword and any compatibility names. More...
 
bool foundCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, enum keyType::option matchOpt=keyType::REGEX) const
 Search dictionary for given keyword and any compatibility names. More...
 
const entryfindCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, enum keyType::option matchOpt) const
 
const entrylookupEntryCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, enum keyType::option matchOpt) const
 
ITstreamlookupCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T >
T getCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T >
T getOrDefaultCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T >
bool readCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
 
template<class T >
bool readIfPresentCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, T &val, enum keyType::option matchOpt=keyType::REGEX) const
 
void operator= (const dictionary &rhs)
 Copy assignment. More...
 
void operator+= (const dictionary &rhs)
 Include entries from the given dictionary. More...
 
void operator|= (const dictionary &rhs)
 Conditionally include entries from the given dictionary. More...
 
void operator<<= (const dictionary &rhs)
 Unconditionally include entries from the given dictionary. More...
 
template<class T >
T lookupOrDefault (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
 
template<class T >
T lookupOrAddDefault (const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX)
 
template<class T >
T lookupOrDefaultCompat (const word &keyword, std::initializer_list< std::pair< const char *, int > > compat, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
 
ITstreamoperator[] (const word &keyword) const
 Deprecated(2018-07) find and return an entry data stream. More...
 
bool found (const word &keyword, bool recursive, bool patternMatch=true) const
 Deprecated(2018-10) More...
 
entrylookupEntryPtr (const word &keyword, bool recursive, bool patternMatch)
 Deprecated(2018-10) More...
 
const entrylookupEntryPtr (const word &keyword, bool recursive, bool patternMatch) const
 Deprecated(2018-10) More...
 
const entrylookupScopedEntryPtr (const word &keyword, bool recursive, bool patternMatch) const
 Deprecated(2018-10) More...
 
const dictionarysubDictPtr (const word &keyword) const
 Deprecated(2018-10) More...
 
dictionarysubDictPtr (const word &keyword)
 
const entrylookupEntry (const word &keyword, bool recursive, bool patternMatch) const
 Deprecated(2018-10) More...
 
ITstreamlookup (const word &keyword, bool recursive, bool patternMatch=true) const
 Deprecated(2018-10) More...
 
template<class T >
T lookupOrDefault (const word &keyword, const T &deflt, bool recursive, bool patternMatch=true) const
 Deprecated(2018-10) More...
 
template<class T >
T lookupOrAddDefault (const word &keyword, const T &deflt, bool recursive, bool patternMatch=true)
 Deprecated(2018-10) More...
 
template<class T >
bool readIfPresent (const word &keyword, T &val, bool recursive, bool patternMatch=true) const
 Deprecated(2018-10) More...
 
template<class T >
T lookupType (const word &keyword, bool recursive=false, bool patternMatch=true) const
 Deprecated(2018-10) find and return a T. More...
 
bool getBool (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Same as get< bool >(const word&, keyType::option) More...
 
label getLabel (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Same as get< label >(const word&, keyType::option) More...
 
scalar getScalar (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Same as get< scalar >(const word&, keyType::option) More...
 
string getString (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Same as get< string >(const word&, keyType::option) More...
 
word getWord (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Same as get< word >(const word&, keyType::option) More...
 
fileName getFileName (const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
 Same as get< fileName >(const word&, keyType::option) More...
 
template<class Compare >
Foam::wordList sortedToc (const Compare &comp) const
 
template<class T >
Foam::entryadd (const keyType &k, const T &v, bool overwrite)
 
template<class T >
Foam::entryset (const keyType &k, const T &v)
 
- Public Member Functions inherited from ILList< LListBase, T >
 ILList ()=default
 Default construct. More...
 
 ILList (T *item)
 Construct and add initial item pointer. More...
 
 ILList (Istream &is)
 Construct from Istream. More...
 
 ILList (const ILList< LListBase, T > &lst)
 Copy construct using the 'clone()' method for each element. More...
 
 ILList (ILList< LListBase, T > &&lst)
 Move construct. More...
 
template<class CloneArg >
 ILList (const ILList< LListBase, T > &lst, const CloneArg &cloneArg)
 Copy constructor with additional argument for clone 'clone()'. More...
 
template<class INew >
 ILList (Istream &is, const INew &inew)
 Construct from Istream using given Istream constructor class. More...
 
 ~ILList ()
 Destructor. More...
 
bool eraseHead ()
 Remove the head element specified from the list and delete it. More...
 
bool erase (T *item)
 Remove the specified element from the list and delete it. More...
 
void clear ()
 Clear the contents of the list. More...
 
void transfer (ILList< LListBase, T > &lst)
 
void operator= (const ILList< LListBase, T > &lst)
 Copy assignment using the 'clone()' method for each element. More...
 
void operator= (ILList< LListBase, T > &&lst)
 Move assignment. More...
 
- Public Member Functions inherited from UILList< LListBase, T >
 UILList ()=default
 Default construct. More...
 
 UILList (T *item)
 Construct and add initial item pointer. More...
 
 UILList (const UILList< LListBase, T > &lst)
 Construct as copy. More...
 
Tfirst ()
 The first entry in the list. More...
 
const Tfirst () const
 The first entry in the list (const access) More...
 
Tlast ()
 The last entry in the list. More...
 
const Tlast () const
 The last entry in the list (const access) More...
 
TremoveHead ()
 Remove and return head. More...
 
Tremove (T *item)
 Remove and return element. More...
 
Tremove (iterator &iter)
 Remove and return item specified by iterator. More...
 
void operator= (const UILList< LListBase, T > &lst)
 Copy assignment. More...
 
bool operator== (const UILList< LListBase, T > &lst) const
 Equality. True both lists are element-wise equal. More...
 
bool operator!= (const UILList< LListBase, T > &lst) const
 The opposite of the equality operation. Takes linear time. More...
 
OstreamwriteList (Ostream &os, const label shortLen=0) const
 Write UILList with line-breaks when length exceeds shortLen. More...
 
iterator begin ()
 Iterator to first item in list with non-const access. More...
 
const_iterator cbegin () const
 Iterator to first item in list with const access. More...
 
reverse_iterator rbegin ()
 Iterator to last item in list with non-const access. More...
 
const_reverse_iterator crbegin () const
 Iterator to last item in list with const access. More...
 
const_iterator begin () const
 Iterator to first item in list with const access. More...
 
const_reverse_iterator rbegin () const
 Iterator to last item in list with const access. More...
 
const iteratorend ()
 End of list for forward iterators. More...
 
const const_iteratorcend () const
 End of list for forward iterators. More...
 
const reverse_iteratorrend ()
 End of list for reverse iterators. More...
 
const const_reverse_iteratorcrend () const
 End of list for reverse iterators. More...
 
const const_iteratorend () const
 End of list for forward iterators. More...
 
const const_reverse_iteratorrend () const
 End of list for reverse iterators. More...
 

Static Public Member Functions

static autoPtr< objectiveIncompressibleNew (const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName)
 Return a reference to the selected turbulence model. More...
 
- Static Public Member Functions inherited from objective
static autoPtr< objectiveNew (const fvMesh &mesh, const dictionary &dict, const word &objectiveType, const word &adjointSolverName, const word &primalSolverName)
 Return a reference to the selected turbulence model. More...
 
- Static Public Member Functions inherited from regIOobject
template<class Type >
static Type & store (Type *p)
 Transfer pointer ownership to its registry. More...
 
template<class Type >
static Type & store (autoPtr< Type > &ptr)
 Transfer pointer ownership to its registry. More...
 
template<class Type >
static Type & store (autoPtr< Type > &&ptr)
 Transfer pointer ownership to its registry. More...
 
template<class Type >
static Type & store (refPtr< Type > &ptr)
 Transfer pointer ownership to its registry. More...
 
template<class Type >
static Type & store (refPtr< Type > &&ptr)
 Transfer pointer ownership to its registry. More...
 
template<class Type >
static Type & store (tmp< Type > &ptr)
 Transfer pointer ownership to its registry. More...
 
template<class Type >
static Type & store (tmp< Type > &&ptr)
 Transfer pointer ownership to its registry. More...
 
- Static Public Member Functions inherited from IOobject
static bool bannerEnabled () noexcept
 Status of output file banner. More...
 
static bool bannerEnabled (bool on) noexcept
 Enable/disable output file banner. More...
 
static bool fileNameComponents (const fileName &path, fileName &instance, fileName &local, word &name)
 Split path into instance, local, name components. More...
 
template<class StringType >
static word groupName (StringType base, const word &group)
 Create dot-delimited name.group string. More...
 
static word group (const word &name)
 Return group (extension part of name) More...
 
static word member (const word &name)
 Return member (name without the extension) More...
 
static word scopedName (const std::string &scope, const word &name)
 Create scope:name or scope_name string. More...
 
static IOobject selectIO (const IOobject &io, const fileName &altFile, const word &ioName="")
 Return the IOobject, but also consider an alternative file name. More...
 
static OstreamwriteBanner (Ostream &os, const bool noSyntaxHint=false)
 Write the standard OpenFOAM file/dictionary banner. More...
 
static OstreamwriteDivider (Ostream &os)
 Write the standard file section divider. More...
 
static OstreamwriteEndDivider (Ostream &os)
 Write the standard end file divider. More...
 
- Static Public Member Functions inherited from dictionary
static int reportOptional () noexcept
 Return the state of reporting optional (default) entries. More...
 
static int reportOptional (const int level) noexcept
 Change the state of reporting optional (default) entries. More...
 
static autoPtr< dictionaryNew (Istream &is)
 Construct top-level dictionary on freestore from Istream. More...
 

Protected Attributes

const incompressibleVarsvars_
 
autoPtr< volVectorFielddJdvPtr_
 
autoPtr< volScalarFielddJdpPtr_
 
autoPtr< volScalarFielddJdTPtr_
 
autoPtr< volScalarFielddJdTMvar1Ptr_
 First turbulence model variable. More...
 
autoPtr< volScalarFielddJdTMvar2Ptr_
 Second turbulence model variable. More...
 
autoPtr< boundaryVectorFieldbdJdvPtr_
 
autoPtr< boundaryScalarFieldbdJdvnPtr_
 Adjoint outlet pressure. More...
 
autoPtr< boundaryVectorFieldbdJdvtPtr_
 Adjoint outlet velocity. More...
 
autoPtr< boundaryVectorFieldbdJdpPtr_
 Adjoint (intlet,wall) velocity. More...
 
autoPtr< boundaryScalarFieldbdJdTPtr_
 Adjoint outlet temperature. More...
 
autoPtr< boundaryScalarFieldbdJdTMvar1Ptr_
 Adjoint outlet turbulence model var 1. More...
 
autoPtr< boundaryScalarFieldbdJdTMvar2Ptr_
 Adjoint outlet turbulence model var 2. More...
 
autoPtr< boundaryScalarFieldbdJdnutPtr_
 Jacobian wrt to nut. More...
 
autoPtr< boundaryTensorFieldbdJdGradUPtr_
 Term multiplying gradU variations. More...
 
- Protected Attributes inherited from objective
const fvMeshmesh_
 
dictionary dict_
 
const word adjointSolverName_
 
const word primalSolverName_
 
const word objectiveName_
 
bool computeMeanFields_
 
bool nullified_
 
bool normalize_
 
scalar J_
 Objective function value and weight. More...
 
scalar JMean_
 Average objective value. More...
 
scalar weight_
 Objective weight. More...
 
autoPtr< scalar > normFactor_
 Normalization factor. More...
 
autoPtr< scalar > target_
 Target value, in case the objective is used as a constraint. More...
 
autoPtr< scalar > integrationStartTimePtr_
 Objective integration start and end times (for unsteady flows) More...
 
autoPtr< scalar > integrationEndTimePtr_
 
autoPtr< volScalarFielddJdbPtr_
 Contribution to field sensitivity derivatives. More...
 
autoPtr< boundaryVectorFieldbdJdbPtr_
 Term from material derivative. More...
 
autoPtr< boundaryVectorFieldbdSdbMultPtr_
 Term multiplying delta(n dS)/delta b. More...
 
autoPtr< boundaryVectorFieldbdndbMultPtr_
 Term multiplying delta(n)/delta b. More...
 
autoPtr< boundaryVectorFieldbdxdbMultPtr_
 Term multiplying delta(x)/delta b at the boundary. More...
 
autoPtr< boundaryVectorFieldbdxdbDirectMultPtr_
 
autoPtr< vectorField3bEdgeContribution_
 
autoPtr< volScalarFielddivDxDbMultPtr_
 Multiplier of d(Volume)/db. More...
 
autoPtr< volTensorFieldgradDxDbMultPtr_
 Emerging from volume objectives that include spatial derivatives. More...
 
fileName objFunctionFolder_
 Output file variables. More...
 
autoPtr< OFstreamobjFunctionFilePtr_
 File to keep the objective values after the end of the primal solver. More...
 
autoPtr< OFstreaminstantValueFilePtr_
 
autoPtr< OFstreammeanValueFilePtr_
 
unsigned int width_
 Default width of entries when writing in the objective files. More...
 

Additional Inherited Members

- Public Types inherited from IOobject
enum  readOption : char { NO_READ = 0 , MUST_READ = 1 , MUST_READ_IF_MODIFIED = 3 , READ_IF_PRESENT = 4 }
 Enumeration defining the read options. More...
 
enum  writeOption : char { NO_WRITE = 0 , AUTO_WRITE = 0x10 }
 Enumeration defining the write options. More...
 
enum  objectState : char { GOOD , BAD }
 Enumeration defining the valid states of an IOobject. More...
 
enum  fileCheckTypes : char { timeStamp , timeStampMaster , inotify , inotifyMaster }
 Enumeration defining the file checking options. More...
 
- Public Types inherited from dictionary
typedef Searcher< true > const_searcher
 Searcher with const access. More...
 
typedef Searcher< false > searcher
 Searcher with non-const access. More...
 
- Public Types inherited from UILList< LListBase, T >
typedef T value_type
 Type of values stored. More...
 
typedef Tpointer
 Pointer for value_type. More...
 
typedef const Tconst_pointer
 Const pointer for value_type. More...
 
typedef Treference
 Reference for value_type. More...
 
typedef const Tconst_reference
 Const reference for value_type. More...
 
typedef label size_type
 The type that can represent the container size. More...
 
typedef label difference_type
 The difference between iterator objects. More...
 
using base_iterator = typename LListBase::iterator
 
using const_base_iterator = typename LListBase::const_iterator
 
- Public Attributes inherited from dictionary
friend const_searcher
 Declare friendship with the searcher classes. More...
 
friend searcher
 
- Static Public Attributes inherited from IOobject
static const Enum< fileCheckTypesfileCheckTypesNames
 Names for the fileCheckTypes. More...
 
static char scopeSeparator
 Character for scoping object names (':' or '_') More...
 
static fileCheckTypes fileModificationChecking
 Type of file modification checking. More...
 
static float fileModificationSkew
 Time skew (seconds) for file modification checks. More...
 
static int maxFileModificationPolls
 Max number of times to poll for file modification changes. More...
 
- Static Public Attributes inherited from dictionary
static int writeOptionalEntries
 Report optional keywords and values if not present in dictionary. More...
 
static const dictionary null
 An empty dictionary, which is also the parent for all dictionaries. More...
 
static refPtr< OSstreamreportingOutput
 Output location when reporting default values. More...
 
- Protected Member Functions inherited from objective
const dictionarydict () const
 Return objective dictionary. More...
 
void setObjectiveFilePtr () const
 Set the output file ptr. More...
 
void setInstantValueFilePtr () const
 Set the output file ptr for the instantaneous value. More...
 
void setMeanValueFilePtr () const
 Set the output file ptr for the mean value. More...
 
- Protected Member Functions inherited from regIOobject
bool readHeaderOk (const IOstreamOption::streamFormat fmt, const word &typeName)
 Helper: check readOpt flags and read if necessary. More...
 
- Protected Member Functions inherited from IOobject
void setBad (const string &s)
 Set the object state to bad. More...
 
- Static Protected Member Functions inherited from IOobject
static void writeHeaderContent (Ostream &os, const IOobject &io, const word &objectType, const dictionary *metaDataDict=nullptr)
 
static void writeHeaderContent (dictionary &dict, const IOobject &io, const word &objectType, IOstreamOption streamOpt, const dictionary *metaDataDict=nullptr)
 
- Static Protected Attributes inherited from regIOobject
static bool masterOnlyReading = false
 To flag master-only reading of objects. More...
 

Detailed Description

Abstract base class for objective functions in incompressible flows.

Source files

Definition at line 54 of file objectiveIncompressible.H.

Constructor & Destructor Documentation

◆ objectiveIncompressible()

objectiveIncompressible ( const fvMesh mesh,
const dictionary dict,
const word adjointSolverName,
const word primalSolverName 
)

Construct from components.

Definition at line 53 of file objectiveIncompressible.C.

References incompressibleVars::computeMeanFields(), objective::computeMeanFields_, objective::dict(), dictionary::get(), objectiveIncompressible::vars_, and objective::weight_.

Here is the call graph for this function:

◆ ~objectiveIncompressible()

virtual ~objectiveIncompressible ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "incompressible"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
objectiveIncompressible  ,
dictionary  ,
(const fvMesh &mesh, const dictionary &dict, const word &adjointSolverName, const word &primalSolverName)  ,
(mesh, dict, adjointSolverName, primalSolverName)   
)

◆ New()

autoPtr< objectiveIncompressible > New ( const fvMesh mesh,
const dictionary dict,
const word adjointSolverName,
const word primalSolverName 
)
static

Return a reference to the selected turbulence model.

Definition at line 98 of file objectiveIncompressible.C.

References objective::dict(), dictionary::dictName(), Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), Foam::Info, and mesh.

Here is the call graph for this function:

◆ J()

virtual scalar J ( )
pure virtual

Return the objective function value.

Implements objective.

Implemented in objectiveForce, objectiveMoment, objectiveNutSqr, objectivePartialVolume, and objectivePtLosses.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ doNormalization()

void doNormalization ( )
virtual

Normalize all fields allocated by the objective.

Reimplemented from objective.

Definition at line 133 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdGradUPtr_, objectiveIncompressible::bdJdnutPtr_, objectiveIncompressible::bdJdpPtr_, objectiveIncompressible::bdJdTMvar1Ptr_, objectiveIncompressible::bdJdTMvar2Ptr_, objectiveIncompressible::bdJdTPtr_, objectiveIncompressible::bdJdvnPtr_, objectiveIncompressible::bdJdvPtr_, objectiveIncompressible::bdJdvtPtr_, objectiveIncompressible::dJdpPtr_, objectiveIncompressible::dJdTMvar1Ptr_, objectiveIncompressible::dJdTMvar2Ptr_, objectiveIncompressible::dJdTPtr_, objectiveIncompressible::dJdvPtr_, objective::doNormalization(), objectiveIncompressible::hasBoundarydJdGradU(), objectiveIncompressible::hasBoundarydJdnut(), objectiveIncompressible::hasBoundarydJdp(), objectiveIncompressible::hasBoundarydJdT(), objectiveIncompressible::hasBoundarydJdTMVar1(), objectiveIncompressible::hasBoundarydJdTMVar2(), objectiveIncompressible::hasBoundarydJdv(), objectiveIncompressible::hasBoundarydJdvn(), objectiveIncompressible::hasBoundarydJdvt(), objectiveIncompressible::hasdJdp(), objectiveIncompressible::hasdJdT(), objectiveIncompressible::hasdJdTMVar1(), objectiveIncompressible::hasdJdTMVar2(), objectiveIncompressible::hasdJdv(), objective::normalize_, and objective::normFactor_.

Referenced by objectiveIncompressible::update().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dJdv()

const volVectorField & dJdv ( )

Contribution to field adjoint momentum eqs.

Definition at line 202 of file objectiveIncompressible.C.

References objectiveIncompressible::dJdvPtr_, objective::mesh_, and Foam::type().

Here is the call graph for this function:

◆ dJdp()

const volScalarField & dJdp ( )

Contribution to field adjoint continuity eq.

Definition at line 221 of file objectiveIncompressible.C.

References objectiveIncompressible::dJdpPtr_, objective::mesh_, and Foam::type().

Here is the call graph for this function:

◆ dJdT()

const volScalarField & dJdT ( )

Contribution to field adjoint energy eq.

Definition at line 240 of file objectiveIncompressible.C.

References objectiveIncompressible::dJdTPtr_, objective::mesh_, and Foam::type().

Here is the call graph for this function:

◆ dJdTMvar1()

const volScalarField & dJdTMvar1 ( )

Contribution to field adjoint turbulence model variable 1.

Definition at line 259 of file objectiveIncompressible.C.

References objectiveIncompressible::dJdTMvar1Ptr_, objective::mesh_, and Foam::type().

Referenced by objectiveNutSqr::update_dJdTMvar1().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dJdTMvar2()

const volScalarField & dJdTMvar2 ( )

Contribution to field adjoint turbulence model variable 2.

Definition at line 278 of file objectiveIncompressible.C.

References objectiveIncompressible::dJdTMvar2Ptr_, objective::mesh_, and Foam::type().

Here is the call graph for this function:

◆ boundarydJdv() [1/2]

const fvPatchVectorField & boundarydJdv ( const label  patchI)

Objective partial deriv wrt velocity for a specific patch.

Definition at line 297 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdvPtr_, and objective::mesh_.

◆ boundarydJdvn() [1/2]

const fvPatchScalarField & boundarydJdvn ( const label  patchI)

Objective partial deriv wrt normal velocity for a specific patch.

Definition at line 310 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdvnPtr_, and objective::mesh_.

◆ boundarydJdvt() [1/2]

const fvPatchVectorField & boundarydJdvt ( const label  patchI)

Objective partial deriv wrt tangent velocity for a specific patch.

Definition at line 323 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdvtPtr_, and objective::mesh_.

◆ boundarydJdp() [1/2]

const fvPatchVectorField & boundarydJdp ( const label  patchI)

Objective partial deriv wrt pressure (times normal) for a specific patch

Definition at line 336 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdpPtr_, and objective::mesh_.

◆ boundarydJdT() [1/2]

const fvPatchScalarField & boundarydJdT ( const label  patchI)

Objective partial deriv wrt temperature for a specific patch.

Definition at line 349 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdTPtr_, and objective::mesh_.

◆ boundarydJdTMvar1() [1/2]

const fvPatchScalarField & boundarydJdTMvar1 ( const label  patchI)

Objective partial deriv wrt turbulence model var 1 for a specific patch

Definition at line 362 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdTMvar1Ptr_, and objective::mesh_.

◆ boundarydJdTMvar2() [1/2]

const fvPatchScalarField & boundarydJdTMvar2 ( const label  patchI)

Objective partial deriv wrt turbulence model var 2 for a specific patch

Definition at line 375 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdTMvar2Ptr_, and objective::mesh_.

◆ boundarydJdnut() [1/2]

const fvPatchScalarField & boundarydJdnut ( const label  patchI)

Objective partial deriv wrt nut for a specific patch.

Definition at line 388 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdnutPtr_, and objective::mesh_.

◆ boundarydJdGradU() [1/2]

const fvPatchTensorField & boundarydJdGradU ( const label  patchI)

Objective partial deriv wrt stress tensor.

Definition at line 401 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdGradUPtr_, and objective::mesh_.

◆ boundarydJdv() [2/2]

const boundaryVectorField & boundarydJdv ( )

Objective partial deriv wrt velocity for all patches.

Definition at line 414 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdvPtr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::velocitySource().

Here is the caller graph for this function:

◆ boundarydJdvn() [2/2]

const boundaryScalarField & boundarydJdvn ( )

Objective partial deriv wrt normal velocity for all patches.

Definition at line 424 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdvnPtr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::pressureSource().

Here is the caller graph for this function:

◆ boundarydJdvt() [2/2]

const boundaryVectorField & boundarydJdvt ( )

Objective partial deriv wrt tangent velocity for all patches.

Definition at line 434 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdvtPtr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::tangentVelocitySource().

Here is the caller graph for this function:

◆ boundarydJdp() [2/2]

const boundaryVectorField & boundarydJdp ( )

Objective partial deriv wrt pressure (times normal) for all patches.

Definition at line 444 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdpPtr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::normalVelocitySource().

Here is the caller graph for this function:

◆ boundarydJdT() [2/2]

const boundaryScalarField & boundarydJdT ( )

Objective partial deriv wrt temperature for all patches.

Definition at line 454 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdTPtr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::energySource().

Here is the caller graph for this function:

◆ boundarydJdTMvar1() [2/2]

const boundaryScalarField & boundarydJdTMvar1 ( )

Objective partial deriv wrt turbulence model var 1 for all patches.

Definition at line 464 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdTMvar1Ptr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::adjointTMVariable1Source().

Here is the caller graph for this function:

◆ boundarydJdTMvar2() [2/2]

const boundaryScalarField & boundarydJdTMvar2 ( )

Objective partial deriv wrt turbulence model var 2 for all patches.

Definition at line 474 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdTMvar2Ptr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::adjointTMVariable2Source().

Here is the caller graph for this function:

◆ boundarydJdnut() [2/2]

const boundaryScalarField & boundarydJdnut ( )

Objective partial deriv wrt nut for all patches.

Definition at line 484 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdnutPtr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::dJdnut().

Here is the caller graph for this function:

◆ boundarydJdGradU() [2/2]

const boundaryTensorField & boundarydJdGradU ( )

Objective partial deriv wrt gradU.

Definition at line 494 of file objectiveIncompressible.C.

References objectiveIncompressible::bdJdGradUPtr_, and objective::mesh_.

Referenced by boundaryAdjointContributionIncompressible::dJdGradU().

Here is the caller graph for this function:

◆ update()

void update ( )
virtual

Update objective function derivatives.

Implements objective.

Definition at line 504 of file objectiveIncompressible.C.

References objectiveIncompressible::doNormalization(), objectiveIncompressible::J(), objectiveIncompressible::update_boundarydJdb(), objectiveIncompressible::update_boundarydJdGradU(), objectiveIncompressible::update_boundarydJdnut(), objectiveIncompressible::update_boundarydJdp(), objectiveIncompressible::update_boundarydJdT(), objectiveIncompressible::update_boundarydJdTMvar1(), objectiveIncompressible::update_boundarydJdTMvar2(), objectiveIncompressible::update_boundarydJdv(), objectiveIncompressible::update_boundarydJdvn(), objectiveIncompressible::update_boundarydJdvt(), objective::update_boundaryEdgeContribution(), objectiveIncompressible::update_divDxDbMultiplier(), objectiveIncompressible::update_dJdb(), objectiveIncompressible::update_dJdp(), objectiveIncompressible::update_dJdT(), objectiveIncompressible::update_dJdTMvar1(), objectiveIncompressible::update_dJdTMvar2(), objectiveIncompressible::update_dJdv(), objectiveIncompressible::update_dndbMultiplier(), objectiveIncompressible::update_dSdbMultiplier(), objectiveIncompressible::update_dxdbDirectMultiplier(), objectiveIncompressible::update_dxdbMultiplier(), objectiveIncompressible::update_gradDxDbMultiplier(), and objectiveIncompressible::update_meanValues().

Here is the call graph for this function:

◆ nullify()

◆ update_dJdv()

virtual void update_dJdv ( )
inlinevirtual

Update vol and boundary fields and derivatives.

Do nothing in the base. The relevant ones should be overwritten in the child objective functions

Definition at line 257 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dJdp()

virtual void update_dJdp ( )
inlinevirtual

Definition at line 260 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dJdT()

virtual void update_dJdT ( )
inlinevirtual

Definition at line 263 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dJdTMvar1()

virtual void update_dJdTMvar1 ( )
inlinevirtual

Reimplemented in objectiveNutSqr.

Definition at line 266 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dJdTMvar2()

virtual void update_dJdTMvar2 ( )
inlinevirtual

Definition at line 269 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dJdb()

virtual void update_dJdb ( )
inlinevirtual

Definition at line 272 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_divDxDbMultiplier()

virtual void update_divDxDbMultiplier ( )
inlinevirtual

Update div( dx/db multiplier). Volume-based sensitivity term.

Reimplemented from objective.

Reimplemented in objectiveNutSqr.

Definition at line 275 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_gradDxDbMultiplier()

virtual void update_gradDxDbMultiplier ( )
inlinevirtual

Update grad( dx/db multiplier). Volume-based sensitivity term.

Reimplemented from objective.

Definition at line 278 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdv()

virtual void update_boundarydJdv ( )
inlinevirtual

Reimplemented in objectivePtLosses.

Definition at line 281 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdvn()

virtual void update_boundarydJdvn ( )
inlinevirtual

Reimplemented in objectivePtLosses.

Definition at line 284 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdvt()

virtual void update_boundarydJdvt ( )
inlinevirtual

Reimplemented in objectivePtLosses.

Definition at line 287 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdp()

virtual void update_boundarydJdp ( )
inlinevirtual

Reimplemented in objectiveForce, objectiveMoment, and objectivePtLosses.

Definition at line 290 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdT()

virtual void update_boundarydJdT ( )
inlinevirtual

Definition at line 293 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdTMvar1()

virtual void update_boundarydJdTMvar1 ( )
inlinevirtual

Definition at line 296 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdTMvar2()

virtual void update_boundarydJdTMvar2 ( )
inlinevirtual

Definition at line 299 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdnut()

virtual void update_boundarydJdnut ( )
inlinevirtual

Reimplemented in objectiveForce, and objectiveMoment.

Definition at line 302 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdGradU()

virtual void update_boundarydJdGradU ( )
inlinevirtual

Reimplemented in objectiveForce.

Definition at line 305 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_boundarydJdb()

virtual void update_boundarydJdb ( )
inlinevirtual

Update objective function derivative term.

Reimplemented from objective.

Definition at line 308 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dSdbMultiplier()

virtual void update_dSdbMultiplier ( )
inlinevirtual

Update d (normal dS) / db multiplier. Surface-based sensitivity term.

Reimplemented from objective.

Reimplemented in objectiveForce, objectiveMoment, and objectivePartialVolume.

Definition at line 311 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dndbMultiplier()

virtual void update_dndbMultiplier ( )
inlinevirtual

Update d (normal) / db multiplier. Surface-based sensitivity term.

Reimplemented from objective.

Definition at line 314 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dxdbMultiplier()

virtual void update_dxdbMultiplier ( )
inlinevirtual

Update d (x) / db multiplier. Surface-based sensitivity term.

Reimplemented from objective.

Reimplemented in objectiveForce, and objectiveMoment.

Definition at line 317 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_dxdbDirectMultiplier()

virtual void update_dxdbDirectMultiplier ( )
inlinevirtual

Update d (x) / db multiplier. Surface and volume-based sensitivity term

Reimplemented from objective.

Reimplemented in objectiveMoment, and objectivePartialVolume.

Definition at line 320 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ update_meanValues()

virtual void update_meanValues ( )
inlinevirtual

Some objectives need to store some auxiliary values. If averaging is enabled, update these mean values here.

By convention, the mean values (eg mean drag) refer to these flow values computed using the mean fields, rather than averaging the values themselves

Reimplemented in objectiveMoment.

Definition at line 328 of file objectiveIncompressible.H.

Referenced by objectiveIncompressible::update().

Here is the caller graph for this function:

◆ write()

bool write ( const bool  valid = true) const
virtual

Write objective function history.

Reimplemented from objective.

Definition at line 614 of file objectiveIncompressible.C.

References ObukhovLength::write().

Here is the call graph for this function:

◆ hasdJdv()

bool hasdJdv ( ) const
inline

Inline functions for checking whether pointers are set or not.

Definition at line 33 of file objectiveIncompressibleI.H.

References bool, and objectiveIncompressible::dJdvPtr_.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasdJdp()

bool hasdJdp ( ) const
inline

Definition at line 39 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasdJdT()

bool hasdJdT ( ) const
inline

Definition at line 45 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasdJdTMVar1()

bool hasdJdTMVar1 ( ) const
inline

Definition at line 51 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasdJdTMVar2()

bool hasdJdTMVar2 ( ) const
inline

Definition at line 57 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdv()

bool hasBoundarydJdv ( ) const
inline

Definition at line 63 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdvn()

bool hasBoundarydJdvn ( ) const
inline

Definition at line 69 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdvt()

bool hasBoundarydJdvt ( ) const
inline

Definition at line 75 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdp()

bool hasBoundarydJdp ( ) const
inline

Definition at line 81 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdT()

bool hasBoundarydJdT ( ) const
inline

Definition at line 87 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdTMVar1()

bool hasBoundarydJdTMVar1 ( ) const
inline

Definition at line 93 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdTMVar2()

bool hasBoundarydJdTMVar2 ( ) const
inline

Definition at line 99 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdnut()

bool hasBoundarydJdnut ( ) const
inline

Definition at line 105 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

◆ hasBoundarydJdGradU()

bool hasBoundarydJdGradU ( ) const
inline

Definition at line 111 of file objectiveIncompressibleI.H.

References bool.

Referenced by objectiveIncompressible::doNormalization(), and objectiveIncompressible::nullify().

Here is the caller graph for this function:

Member Data Documentation

◆ vars_

◆ dJdvPtr_

◆ dJdpPtr_

◆ dJdTPtr_

◆ dJdTMvar1Ptr_

◆ dJdTMvar2Ptr_

autoPtr<volScalarField> dJdTMvar2Ptr_
protected

◆ bdJdvPtr_

◆ bdJdvnPtr_

◆ bdJdvtPtr_

◆ bdJdpPtr_

◆ bdJdTPtr_

◆ bdJdTMvar1Ptr_

autoPtr<boundaryScalarField> bdJdTMvar1Ptr_
protected

◆ bdJdTMvar2Ptr_

autoPtr<boundaryScalarField> bdJdTMvar2Ptr_
protected

◆ bdJdnutPtr_

◆ bdJdGradUPtr_


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