This is the complete list of members for ParticleForceList< CloudType >, including all inherited members.
append(ParticleForce< CloudType > *ptr) | PtrList< ParticleForce< CloudType > > | inline |
append(autoPtr< ParticleForce< CloudType > > &ptr) | PtrList< ParticleForce< CloudType > > | inline |
append(autoPtr< ParticleForce< CloudType > > &&ptr) | PtrList< ParticleForce< CloudType > > | inline |
append(std::unique_ptr< ParticleForce< CloudType > > &&ptr) | PtrList< ParticleForce< CloudType > > | inline |
append(const refPtr< ParticleForce< CloudType > > &ptr) | PtrList< ParticleForce< CloudType > > | inline |
append(const tmp< ParticleForce< CloudType > > &ptr) | PtrList< ParticleForce< CloudType > > | inline |
append(PtrList< ParticleForce< CloudType > > &&other) | PtrList< ParticleForce< CloudType > > | inline |
Foam::UPtrList::append(UPtrList< T > &&other) | UPtrList< T > | inline |
begin() noexcept | UPtrList< T > | inline |
begin() const noexcept | UPtrList< T > | inline |
begin_ptr() noexcept | UPtrList< T > | inline |
cacheFields(const bool store) | ParticleForceList< CloudType > | virtual |
calcCoupled(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const | ParticleForceList< CloudType > | virtual |
calcNonCoupled(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const | ParticleForceList< CloudType > | virtual |
cbegin() const noexcept | UPtrList< T > | inline |
cend() const noexcept | UPtrList< T > | inline |
checkNonNull() const | UPtrList< T > | inline |
clear() | PtrList< ParticleForce< CloudType > > | inline |
clone(Args &&... args) const | PtrList< ParticleForce< CloudType > > | |
clone(Args &&... args) const | PtrList< ParticleForce< CloudType > > | |
const_reference typedef | UPtrList< T > | |
dict() const | ParticleForceList< CloudType > | inline |
emplace(const label i, Args &&... args) | PtrList< ParticleForce< CloudType > > | inline |
emplace(const label i, Args &&... args) | PtrList< ParticleForce< CloudType > > | inline |
emplace_append(Args &&... args) | PtrList< ParticleForce< CloudType > > | inline |
empty() const noexcept | UPtrList< T > | inline |
end() noexcept | UPtrList< T > | inline |
end() const noexcept | UPtrList< T > | inline |
end_ptr() noexcept | UPtrList< T > | inline |
first() | UPtrList< T > | inline |
first() const | UPtrList< T > | inline |
free() | PtrList< ParticleForce< CloudType > > | inlineprotected |
get(const label i) | UPtrList< T > | inline |
get(const label i) const | UPtrList< T > | inline |
last() | UPtrList< T > | inline |
last() const | UPtrList< T > | inline |
massEff(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar mass) const | ParticleForceList< CloudType > | virtual |
mesh() const | ParticleForceList< CloudType > | inline |
operator()(const label i) const | UPtrList< T > | inline |
operator=(const PtrList< ParticleForce< CloudType > > &list) | PtrList< ParticleForce< CloudType > > | |
operator=(PtrList< ParticleForce< CloudType > > &&list) | PtrList< ParticleForce< CloudType > > | inline |
Foam::UPtrList::operator=(const UPtrList< T > &list) | UPtrList< T > | inline |
Foam::UPtrList::operator=(UPtrList< T > &&list) | UPtrList< T > | inline |
operator[](const label i) const | UPtrList< T > | inline |
operator[](const label i) | UPtrList< T > | inline |
owner() const | ParticleForceList< CloudType > | inline |
owner() | ParticleForceList< CloudType > | inline |
ParticleForceList(CloudType &owner, const fvMesh &mesh) | ParticleForceList< CloudType > | |
ParticleForceList(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const bool readFields) | ParticleForceList< CloudType > | |
ParticleForceList(const ParticleForceList &pfl) | ParticleForceList< CloudType > | |
PtrList() noexcept | PtrList< ParticleForce< CloudType > > | inline |
PtrList(const label len) | PtrList< ParticleForce< CloudType > > | inlineexplicit |
PtrList(const PtrList< ParticleForce< CloudType > > &list) | PtrList< ParticleForce< CloudType > > | inline |
PtrList(PtrList< ParticleForce< CloudType > > &&list) | PtrList< ParticleForce< CloudType > > | inline |
PtrList(UList< ParticleForce< CloudType > * > &list) | PtrList< ParticleForce< CloudType > > | inlineexplicit |
PtrList(const PtrList< ParticleForce< CloudType > > &list, const CloneArg &cloneArgs) | PtrList< ParticleForce< CloudType > > | inline |
PtrList(PtrList< ParticleForce< CloudType > > &list, bool reuse) | PtrList< ParticleForce< CloudType > > | |
PtrList(const SLPtrList< ParticleForce< CloudType > > &list) | PtrList< ParticleForce< CloudType > > | explicit |
PtrList(Istream &is, const INew &inew) | PtrList< ParticleForce< CloudType > > | |
PtrList(Istream &is) | PtrList< ParticleForce< CloudType > > | |
ptrs_ | UPtrList< T > | protected |
readIstream(Istream &is, const INew &inew) | PtrList< ParticleForce< CloudType > > | protected |
reference typedef | UPtrList< T > | |
release(const label i) | PtrList< ParticleForce< CloudType > > | inline |
reorder(const labelUList &oldToNew, const bool check=false) | UPtrList< T > | |
resize(const label newLen) | PtrList< ParticleForce< CloudType > > | |
set(const label i) const | PtrList< ParticleForce< CloudType > > | inline |
set(const label i, ParticleForce< CloudType > *ptr) | PtrList< ParticleForce< CloudType > > | inline |
set(const label i, autoPtr< ParticleForce< CloudType > > &ptr) | PtrList< ParticleForce< CloudType > > | inline |
set(const label i, autoPtr< ParticleForce< CloudType > > &&ptr) | PtrList< ParticleForce< CloudType > > | inline |
set(const label i, std::unique_ptr< ParticleForce< CloudType > > &&ptr) | PtrList< ParticleForce< CloudType > > | inline |
set(const label i, const refPtr< ParticleForce< CloudType > > &ptr) | PtrList< ParticleForce< CloudType > > | inline |
set(const label i, const tmp< ParticleForce< CloudType > > &ptr) | PtrList< ParticleForce< CloudType > > | inline |
setAddressableSize(const label n) noexcept | UPtrList< T > | inlineprotected |
setCalcCoupled(bool flag) | ParticleForceList< CloudType > | inline |
setCalcNonCoupled(bool flag) | ParticleForceList< CloudType > | inline |
setSize(const label newLen) | PtrList< ParticleForce< CloudType > > | inline |
size() const noexcept | UPtrList< T > | inline |
sortOrder(const labelUList &order, const bool check=false) | UPtrList< T > | |
squeezeNull() | UPtrList< T > | |
swap(UPtrList< T > &list) | UPtrList< T > | inline |
test(const label i) const | UPtrList< T > | inline |
transfer(PtrList< ParticleForce< CloudType > > &list) | PtrList< ParticleForce< CloudType > > | inline |
Foam::UPtrList::transfer(UPtrList< T > &list) | UPtrList< T > | inline |
UPtrList(Detail::PtrListDetail< T > &&ptrs) | UPtrList< T > | inlineexplicitprotected |
UPtrList() noexcept | UPtrList< T > | inline |
UPtrList(const label len) | UPtrList< T > | inlineexplicit |
UPtrList(const UPtrList< T > &list) | UPtrList< T > | inline |
UPtrList(UPtrList< T > &&list) | UPtrList< T > | inline |
UPtrList(UPtrList< T > &list, bool reuse) | UPtrList< T > | inline |
UPtrList(PtrList< T > &list) | UPtrList< T > | explicit |
UPtrList(const UList< T * > &list) | UPtrList< T > | inlineexplicit |
UPtrList(UList< T > &list) | UPtrList< T > | inlineexplicit |
value_type typedef | UPtrList< T > | |
~ParticleForceList() | ParticleForceList< CloudType > | virtual |
~PtrList() | PtrList< ParticleForce< CloudType > > |