|
| singleStepReactingMixture (const dictionary &, const fvMesh &, const word &) |
|
virtual | ~singleStepReactingMixture ()=default |
|
void | fresCorrect () |
|
const dimensionedScalar | stoicRatio () const |
|
const dimensionedScalar | s () const |
|
const dimensionedScalar | qFuel () const |
|
const List< scalar > & | specieStoichCoeffs () const |
|
tmp< volScalarField > | fres (const label index) const |
|
label | inertIndex () const |
|
label | fuelIndex () const |
|
const List< int > & | specieProd () const |
|
const scalarList & | Yprod0 () const |
|
void | read (const dictionary &) |
|
| reactingMixture (const dictionary &thermoDict, const fvMesh &mesh, const word &phaseName) |
|
virtual | ~reactingMixture ()=default |
|
void | read (const dictionary &) |
|
virtual autoPtr< speciesCompositionTable > | specieComposition () const |
|
| hashedWordList ()=default |
|
| hashedWordList (const hashedWordList &list) |
|
| hashedWordList (hashedWordList &&list) |
|
| hashedWordList (const wordUList &list) |
|
| hashedWordList (const wordUList &list, bool unique) |
|
| hashedWordList (wordList &&list, bool unique=false) |
|
| hashedWordList (std::initializer_list< word > list) |
|
template<class AnyType , class AnyHash > |
| hashedWordList (const HashTable< AnyType, word, AnyHash > &tbl) |
|
| hashedWordList (const label len, const char **array, bool unique=false) |
|
| hashedWordList (const char **array, bool unique=false) |
|
| hashedWordList (Istream &is) |
|
void | clear () |
|
void | append (const word &name, bool unique=false) |
|
bool | found (const word &name) const |
|
const HashTable< label > & | lookup () const |
|
void | swap (hashedWordList &list) |
|
void | transfer (hashedWordList &list) |
|
void | transfer (wordList &list, bool unique=false) |
|
void | rehash () const |
|
void | rehash (bool unique) |
|
void | uniq () |
|
void | sort () |
|
const word & | operator[] (const label index) const |
|
label | operator[] (const word &name) const |
|
bool | operator() (const word &name) const |
|
void | operator= (const hashedWordList &list) |
|
void | operator= (const wordUList &list) |
|
void | operator= (std::initializer_list< word > list) |
|
void | operator= (hashedWordList &&list) |
|
void | operator= (wordList &&list) |
|
bool | contains (const word &name) const |
|
constexpr | List () noexcept |
|
| List (const label len) |
|
| List (const label len, const T &val) |
|
| List (const label len, const Foam::zero) |
|
| List (const Foam::one, const T &val) |
|
| List (const Foam::one, T &&val) |
|
| List (const Foam::one, const Foam::zero) |
|
| List (const List< T > &a) |
|
| List (const UList< T > &a) |
|
| List (List< T > &a, bool reuse) |
|
| List (const UList< T > &list, const labelUList &indices) |
|
template<unsigned N> |
| List (const UList< T > &list, const FixedList< label, N > &indices) |
|
template<unsigned N> |
| List (const FixedList< T, N > &list) |
|
| List (const PtrList< T > &list) |
|
| List (const SLList< T > &list) |
|
template<class Addr > |
| List (const IndirectListBase< T, Addr > &list) |
|
| List (std::initializer_list< T > list) |
|
| List (List< T > &&list) |
|
template<int SizeMin> |
| List (DynamicList< T, SizeMin > &&list) |
|
| List (SortableList< T > &&list) |
|
| List (SLList< T > &&list) |
|
| List (Istream &is) |
|
autoPtr< List< T > > | clone () const |
|
| ~List () |
|
void | clear () |
|
void | resize (const label len) |
|
void | resize (const label len, const T &val) |
|
void | resize_nocopy (const label len) |
|
void | setSize (const label n) |
|
void | setSize (const label n, const T &val) |
|
void | append (const T &val) |
|
void | append (T &&val) |
|
void | append (const UList< T > &list) |
|
template<class Addr > |
void | append (const IndirectListBase< T, Addr > &list) |
|
label | appendUniq (const T &val) |
|
void | transfer (List< T > &list) |
|
template<int SizeMin> |
void | transfer (DynamicList< T, SizeMin > &list) |
|
void | transfer (SortableList< T > &list) |
|
T & | newElmt (const label i) |
|
void | operator= (const UList< T > &a) |
|
void | operator= (const List< T > &list) |
|
void | operator= (const SLList< T > &list) |
|
template<class Addr > |
void | operator= (const IndirectListBase< T, Addr > &list) |
|
template<unsigned N> |
void | operator= (const FixedList< T, N > &list) |
|
void | operator= (std::initializer_list< T > list) |
|
void | operator= (const T &val) |
|
void | operator= (const Foam::zero) |
|
void | operator= (List< T > &&list) |
|
template<int SizeMin> |
void | operator= (DynamicList< T, SizeMin > &&list) |
|
void | operator= (SortableList< T > &&list) |
|
void | operator= (SLList< T > &&list) |
|
Istream & | readList (Istream &is) |
|
void | shallowCopy (const UList< T > &)=delete |
|
template<class TypeT = T> |
std::enable_if< std::is_same< bool, TypeT >::value, bool >::type | set (const label i, bool val=true) |
|
template<class T > |
| List (const label len) |
|
template<class T > |
| List (const label len, const T &val) |
|
template<class T > |
| List (const label len, const Foam::zero) |
|
template<class T > |
| List (const Foam::one, const T &val) |
|
template<class T > |
| List (const Foam::one, T &&val) |
|
template<class T > |
| List (const Foam::one, const Foam::zero) |
|
template<class T > |
| List (const UList< T > &a) |
|
template<class T > |
| List (const List< T > &a) |
|
template<class T > |
| List (List< T > &a, bool reuse) |
|
template<class T > |
| List (const UList< T > &list, const labelUList &indices) |
|
template<class T > |
| List (const PtrList< T > &list) |
|
template<class T > |
| List (const SLList< T > &list) |
|
template<class T > |
| List (std::initializer_list< T > list) |
|
template<class T > |
| List (List< T > &&list) |
|
template<class T > |
| List (SortableList< T > &&list) |
|
template<class T > |
| List (SLList< T > &&list) |
|
template<class T > |
void | transfer (List< T > &list) |
|
template<class T > |
void | transfer (SortableList< T > &list) |
|
template<class T > |
void | operator= (const UList< T > &a) |
|
template<class T > |
void | operator= (const List< T > &list) |
|
template<class T > |
void | operator= (const SLList< T > &list) |
|
template<class T > |
void | operator= (std::initializer_list< T > list) |
|
template<class T > |
void | operator= (List< T > &&list) |
|
template<class T > |
void | operator= (SortableList< T > &&list) |
|
template<class T > |
void | operator= (SLList< T > &&list) |
|
Istream & | readList (Istream &is) |
|
template<class T > |
constexpr | List () noexcept |
|
void | resize (const label newLen) |
|
template<class T > |
void | append (const T &val) |
|
template<class T > |
void | append (T &&val) |
|
template<class T > |
void | append (const UList< T > &list) |
|
template<class T > |
void | operator= (const T &val) |
|
template<class T > |
void | operator= (const Foam::zero) |
|
template<class T > |
| List (Istream &is) |
|
Istream & | readList (Istream &is) |
|
| multiComponentMixture (const dictionary &, const wordList &specieNames, const ReactionTable< ThermoType > &thermoData, const fvMesh &mesh, const word &phaseName) |
|
| multiComponentMixture (const dictionary &thermoDict, const fvMesh &mesh, const word &phaseName) |
|
virtual | ~multiComponentMixture ()=default |
|
const ThermoType & | cellMixture (const label celli) const |
|
const ThermoType & | patchFaceMixture (const label patchi, const label facei) const |
|
const ThermoType & | cellVolMixture (const scalar p, const scalar T, const label celli) const |
|
const ThermoType & | patchFaceVolMixture (const scalar p, const scalar T, const label patchi, const label facei) const |
|
const PtrList< ThermoType > & | speciesData () const |
|
void | read (const dictionary &) |
|
const ThermoType & | getLocalThermo (const label speciei) const |
|
constexpr | PtrList () noexcept |
|
| PtrList (const label len) |
|
| PtrList (const PtrList< T > &list) |
|
| PtrList (PtrList< T > &&list) |
|
| PtrList (UList< T * > &list) |
|
| PtrList (const PtrList< T > &list, const CloneArg &cloneArgs) |
|
| PtrList (PtrList< T > &list, bool reuse) |
|
| PtrList (const SLPtrList< T > &list) |
|
| PtrList (Istream &is, const INew &inew) |
|
| PtrList (Istream &is) |
|
| PtrList (PtrList< T > &list, bool reuse) |
|
| PtrList (const SLPtrList< T > &list) |
|
constexpr | PtrList () noexcept |
|
| PtrList (const label len) |
|
| PtrList (const PtrList< T > &list) |
|
| PtrList (PtrList< T > &&list) |
|
| PtrList (UList< T * > &list) |
|
| PtrList (Istream &is) |
|
| ~PtrList () |
|
PtrList< T > | clone (Args &&... args) const |
|
Foam::PtrList< T > | clone (Args &&... args) const |
|
const T * | set (const label i) const |
|
autoPtr< T > | set (const label i, T *ptr) |
|
autoPtr< T > | set (const label i, autoPtr< T > &ptr) |
|
autoPtr< T > | set (const label i, autoPtr< T > &&ptr) |
|
autoPtr< T > | set (const label i, std::unique_ptr< T > &&ptr) |
|
autoPtr< T > | set (const label i, const refPtr< T > &ptr) |
|
autoPtr< T > | set (const label i, const tmp< T > &ptr) |
|
void | clear () |
|
void | resize (const label newLen) |
|
void | setSize (const label newLen) |
|
void | emplace_append (Args &&... args) |
|
void | append (T *ptr) |
|
void | append (autoPtr< T > &ptr) |
|
void | append (autoPtr< T > &&ptr) |
|
void | append (std::unique_ptr< T > &&ptr) |
|
void | append (const refPtr< T > &ptr) |
|
void | append (const tmp< T > &ptr) |
|
autoPtr< T > | emplace (const label i, Args &&... args) |
|
Foam::autoPtr< T > | emplace (const label i, Args &&... args) |
|
autoPtr< T > | release (const label i) |
|
void | transfer (PtrList< T > &list) |
|
void | operator= (const PtrList< T > &list) |
|
void | operator= (PtrList< T > &&list) |
|