profileModelList Class Reference

Base class for profile models. More...

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

Public Member Functions

 profileModelList (const dictionary &dict, const bool readFields=true)
 Constructor. More...
 
 ~profileModelList ()=default
 Destructor. More...
 
void connectBlades (const List< word > &names, List< label > &addr) const
 Set blade->profile addressing. More...
 
- Public Member Functions inherited from PtrList< profileModel >
constexpr PtrList () noexcept
 Default construct. More...
 
 PtrList (const label len)
 Construct with specified size, each element initialized to nullptr. More...
 
 PtrList (const PtrList< profileModel > &list)
 Copy construct using 'clone()' method on each element. More...
 
 PtrList (PtrList< profileModel > &&list)
 Move construct. More...
 
 PtrList (UList< profileModel * > &list)
 Take ownership of pointers in the list, set old pointers to null. More...
 
 PtrList (const PtrList< profileModel > &list, const CloneArg &cloneArgs)
 Copy construct using 'clone()' method on each element. More...
 
 PtrList (PtrList< profileModel > &list, bool reuse)
 Construct as copy or re-use as specified. More...
 
 PtrList (const SLPtrList< profileModel > &list)
 Copy construct using 'clone()' on each element of SLPtrList<T> More...
 
 PtrList (Istream &is, const INew &inew)
 Construct from Istream using given Istream constructor class. More...
 
 PtrList (Istream &is)
 Construct from Istream using default Istream constructor class. More...
 
 ~PtrList ()
 Destructor. More...
 
PtrList< profileModelclone (Args &&... args) const
 Make a copy by cloning each of the list elements. More...
 
Foam::PtrList< profileModelclone (Args &&... args) const
 
const profileModelset (const label i) const
 Return const pointer to element (can be nullptr),. More...
 
autoPtr< profileModelset (const label i, profileModel *ptr)
 Set element to given pointer and return old element (can be null) More...
 
autoPtr< profileModelset (const label i, autoPtr< profileModel > &ptr)
 Set element to given autoPtr and return old element. More...
 
autoPtr< profileModelset (const label i, autoPtr< profileModel > &&ptr)
 Set element to given autoPtr and return old element. More...
 
autoPtr< profileModelset (const label i, std::unique_ptr< profileModel > &&ptr)
 Set element to given unique_ptr and return old element. More...
 
autoPtr< profileModelset (const label i, const refPtr< profileModel > &ptr)
 Set element to given refPtr and return old element. More...
 
autoPtr< profileModelset (const label i, const tmp< profileModel > &ptr)
 Set element to given tmp and return old element. More...
 
void clear ()
 Clear the PtrList. Delete allocated entries and set size to zero. More...
 
void resize (const label newLen)
 Adjust size of PtrList. More...
 
void setSize (const label newLen)
 Same as resize() More...
 
void emplace_append (Args &&... args)
 Construct and append an element to the end of the list. More...
 
void append (profileModel *ptr)
 Append an element to the end of the list. More...
 
void append (autoPtr< profileModel > &ptr)
 Move append an element to the end of the list. More...
 
void append (autoPtr< profileModel > &&ptr)
 Move append an element to the end of the list. More...
 
void append (std::unique_ptr< profileModel > &&ptr)
 Move append an element to the end of the list. More...
 
void append (const refPtr< profileModel > &ptr)
 Move or clone append a refPtr to the end of the list. More...
 
void append (const tmp< profileModel > &ptr)
 Move or clone append a tmp to the end of the list. More...
 
autoPtr< profileModelemplace (const label i, Args &&... args)
 Construct and set an element. More...
 
Foam::autoPtr< profileModelemplace (const label i, Args &&... args)
 
autoPtr< profileModelrelease (const label i)
 Release ownership of the pointer at the given position. More...
 
void transfer (PtrList< profileModel > &list)
 Transfer into this list and annul the argument list. More...
 
void operator= (const PtrList< profileModel > &list)
 Copy assignment. More...
 
void operator= (PtrList< profileModel > &&list)
 Move assignment. More...
 

Protected Attributes

const dictionary dict_
 Dictionary. More...
 

Additional Inherited Members

- Protected Member Functions inherited from PtrList< profileModel >
void readIstream (Istream &is, const INew &inew)
 Read from Istream using Istream constructor class. More...
 
void free ()
 Delete the allocated entries, but retain the list size. More...
 

Detailed Description

Base class for profile models.

Source files

Definition at line 51 of file profileModelList.H.

Constructor & Destructor Documentation

◆ profileModelList()

profileModelList ( const dictionary dict,
const bool  readFields = true 
)

Constructor.

Definition at line 33 of file profileModelList.C.

References dict, Foam::endl(), forAll, Foam::Info, Foam::New(), Foam::readFields(), Foam::BitOps::set(), and setSize().

Here is the call graph for this function:

◆ ~profileModelList()

~profileModelList ( )
default

Destructor.

Member Function Documentation

◆ connectBlades()

void connectBlades ( const List< word > &  names,
List< label > &  addr 
) const

Set blade->profile addressing.

Definition at line 73 of file profileModelList.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, and profileModel::name().

Here is the call graph for this function:

Member Data Documentation

◆ dict_

const dictionary dict_
protected

Dictionary.

Definition at line 60 of file profileModelList.H.


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