Single step reacting mixture. More...


Public Types | |
| typedef ThermoType | thermoType |
| The type of thermo package this mixture is instantiated for. More... | |
Public Types inherited from reactingMixture< ThermoType > | |
| typedef ThermoType | thermoType |
| The type of thermo package this mixture is instantiated for. More... | |
Public Types inherited from List< word > | |
| typedef SubList< word > | subList |
| Declare type of subList. More... | |
Public Types inherited from UList< T > | |
| typedef T | value_type |
| Type of values the UList contains. More... | |
| typedef T & | reference |
| Type that can be used for storing into. More... | |
| typedef const T & | const_reference |
| Type that can be used for storing into. More... | |
| typedef label | difference_type |
| The type that can represent the difference between any two. More... | |
| typedef label | size_type |
| The type that can represent the size of a UList. More... | |
| typedef T * | iterator |
| Random access iterator for traversing UList. More... | |
| typedef const T * | const_iterator |
| Random access iterator for traversing UList. More... | |
| typedef T * | reverse_iterator |
| Reverse iterator for reverse traversal of UList. More... | |
| typedef const T * | const_reverse_iterator |
| Reverse iterator for reverse traversal of constant UList. More... | |
Public Types inherited from autoPtr< chemistryReader< ThermoType > > | |
| typedef chemistryReader< ThermoType > | Type |
Public Types inherited from multiComponentMixture< ThermoType > | |
| typedef ThermoType | thermoType |
| The type of thermodynamics this mixture is instantiated for. More... | |
Public Types inherited from basicSpecieMixture | |
| typedef basicSpecieMixture | basicMixtureType |
| The base class of the mixture. More... | |
Public Types inherited from basicMultiComponentMixture | |
| typedef basicMultiComponentMixture | basicMixtureType |
| The base class of the mixture. More... | |
Public Types inherited from UPtrList< T > | |
| typedef T | value_type |
| Type of values the UPtrList contains. More... | |
| typedef T & | reference |
| Type that can be used for storing into UPtrList::value_type objects. More... | |
| typedef const T & | const_reference |
| Type that can be used for storing into constant UPtrList::value_type. More... | |
Public Member Functions | |
| singleStepReactingMixture (const dictionary &, const fvMesh &, const word &) | |
| Construct from dictionary, mesh and phase name. More... | |
| virtual | ~singleStepReactingMixture () |
| Destructor. More... | |
| void | fresCorrect () |
| Calculates the residual for all components. More... | |
| const dimensionedScalar | stoicRatio () const |
| Return the stoichiometric air-fuel mass ratio. More... | |
| const dimensionedScalar | s () const |
| Return the Stoichiometric oxygen-fuel mass ratio. More... | |
| const dimensionedScalar | qFuel () const |
| Return the heat of combustion [J/Kg]. More... | |
| const List< scalar > & | specieStoichCoeffs () const |
| Return the stoichiometric coefficient for the reaction. More... | |
| tmp< volScalarField > | fres (const label index) const |
| Return the list of components residual. More... | |
| label | inertIndex () const |
| Return the inert specie index. More... | |
| label | fuelIndex () const |
| Return the fuel specie index. More... | |
| const List< int > & | specieProd () const |
| Return the list to indicate if specie is produced/consumed. More... | |
| const scalarList & | Yprod0 () const |
| Return the list of products mass concentrations. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
Public Member Functions inherited from reactingMixture< ThermoType > | |
| reactingMixture (const dictionary &, const fvMesh &, const word &) | |
| Construct from dictionary, mesh and phase name. More... | |
| virtual | ~reactingMixture () |
| Destructor. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| label | size () const |
| Reaction< ThermoType > & | operator[] (const label i) |
| const Reaction< ThermoType > & | operator[] (const label i) const |
| const speciesCompositionTable & | specieComposition () const |
| Table of species composition. More... | |
Public Member Functions inherited from hashedWordList | |
| hashedWordList () | |
| Construct null. More... | |
| hashedWordList (const hashedWordList &) | |
| Copy constructor. More... | |
| hashedWordList (const UList< word > &names) | |
| Construct from list of names. More... | |
| hashedWordList (const Xfer< List< word >> &names) | |
| Construct by transferring the parameter contents. More... | |
| hashedWordList (const label nNames, const char **names) | |
| Construct from number and list of names. More... | |
| hashedWordList (const char **names) | |
| Construct from a nullptr-terminated list of names. More... | |
| hashedWordList (Istream &) | |
| Construct from Istream. More... | |
| void | clear () |
| Clear the list, i.e. set size to zero. More... | |
| void | append (const word &) |
| Append an element at the end of the list. More... | |
| bool | found (const word &) const |
| Does the list contain the specified name. More... | |
| bool | contains (const word &) const |
| Does the list contain the specified name. More... | |
| void | transfer (List< word > &) |
| Transfer the contents of the argument List into this list. More... | |
| void | operator= (const UList< word > &names) |
| Assignment operator from list of names. More... | |
| void | operator= (const hashedWordList &) |
| Assignment operator. More... | |
| const word & | operator[] (const label index) const |
| Return name corresponding to specified index. More... | |
| label | operator[] (const word &) const |
| Return index corresponding to specified name. More... | |
Public Member Functions inherited from List< word > | |
| List () | |
| Null constructor. More... | |
| List (const label) | |
| Construct with given size. More... | |
| List (const label, const word &) | |
| Construct with given size and value for all elements. More... | |
| List (const label, const zero) | |
| Construct with given size initializing all elements to zero. More... | |
| List (const List< word > &) | |
| Copy constructor. More... | |
| List (const List< T2 > &) | |
| Copy constructor from list containing another type. More... | |
| List (const Xfer< List< word >> &) | |
| Construct by transferring the parameter contents. More... | |
| List (List< word > &, bool reuse) | |
| Construct as copy or re-use as specified. More... | |
| List (const UList< word > &, const labelUList &mapAddressing) | |
| Construct as subset. More... | |
| List (InputIterator first, InputIterator last) | |
| Construct given start and end iterators. More... | |
| List (const FixedList< word, Size > &) | |
| Construct as copy of FixedList<T, Size> More... | |
| List (const PtrList< word > &) | |
| Construct as copy of PtrList<T> More... | |
| List (const SLList< word > &) | |
| Construct as copy of SLList<T> More... | |
| List (const UIndirectList< word > &) | |
| Construct as copy of UIndirectList<T> More... | |
| List (const BiIndirectList< word > &) | |
| Construct as copy of BiIndirectList<T> More... | |
| List (std::initializer_list< word >) | |
| Construct from an initializer list. More... | |
| List (Istream &) | |
| Construct from Istream. More... | |
| label | size () const |
| Return the number of elements in the UList. More... | |
| autoPtr< List< word > > | clone () const |
| Clone. More... | |
| ~List () | |
| Destructor. More... | |
| void | resize (const label) |
| Alias for setSize(const label) More... | |
| void | resize (const label, const word &) |
| Alias for setSize(const label, const T&) More... | |
| void | setSize (const label) |
| Reset size of List. More... | |
| void | setSize (const label, const word &) |
| Reset size of List and value for new elements. More... | |
| void | clear () |
| Clear the list, i.e. set size to zero. More... | |
| void | append (const word &) |
| Append an element at the end of the list. More... | |
| void | append (const UList< word > &) |
| Append a List at the end of this list. More... | |
| void | append (const UIndirectList< word > &) |
| Append a UIndirectList at the end of this list. More... | |
| void | transfer (List< word > &) |
| Transfer the contents of the argument List into this list. More... | |
| void | transfer (DynamicList< word, SizeInc, SizeMult, SizeDiv > &) |
| Transfer the contents of the argument List into this list. More... | |
| void | transfer (SortableList< word > &) |
| Transfer the contents of the argument List into this list. More... | |
| Xfer< List< word > > | xfer () |
| Transfer contents to the Xfer container. More... | |
| word & | newElmt (const label) |
| Return subscript-checked element of UList. More... | |
| void | shallowCopy (const UList< word > &)=delete |
| Disallow implicit shallowCopy. More... | |
| void | operator= (const UList< word > &) |
| Assignment to UList operator. Takes linear time. More... | |
| void | operator= (const List< word > &) |
| Assignment operator. Takes linear time. More... | |
| void | operator= (const SLList< word > &) |
| Assignment to SLList operator. Takes linear time. More... | |
| void | operator= (const UIndirectList< word > &) |
| Assignment to UIndirectList operator. Takes linear time. More... | |
| void | operator= (const BiIndirectList< word > &) |
| Assignment to BiIndirectList operator. Takes linear time. More... | |
| void | operator= (std::initializer_list< word >) |
| Assignment to an initializer list. More... | |
| void | operator= (const word &) |
| Assignment of all entries to the given value. More... | |
| void | operator= (const zero) |
| Assignment of all entries to zero. More... | |
Public Member Functions inherited from UList< T > | |
| UList () | |
| Null constructor. More... | |
| UList (T *__restrict__ v, label size) | |
| Construct from components. More... | |
| label | fcIndex (const label i) const |
| Return the forward circular index, i.e. the next index. More... | |
| label | rcIndex (const label i) const |
| Return the reverse circular index, i.e. the previous index. More... | |
| std::streamsize | byteSize () const |
| Return the binary size in number of characters of the UList. More... | |
| const T * | cdata () const |
| Return a const pointer to the first data element,. More... | |
| T * | data () |
| Return a pointer to the first data element,. More... | |
| T & | first () |
| Return the first element of the list. More... | |
| const T & | first () const |
| Return first element of the list. More... | |
| T & | last () |
| Return the last element of the list. More... | |
| const T & | last () const |
| Return the last element of the list. More... | |
| void | checkStart (const label start) const |
| Check start is within valid range (0 ... size-1) More... | |
| void | checkSize (const label size) const |
| Check size is within valid range (0 ... size) More... | |
| void | checkIndex (const label i) const |
| Check index i is within valid range (0 ... size-1) More... | |
| void | shallowCopy (const UList< T > &) |
| Copy the pointer held by the given UList. More... | |
| void | deepCopy (const UList< T > &) |
| Copy elements of the given UList. More... | |
| void | writeEntry (Ostream &) const |
| Write the UList as a dictionary entry. More... | |
| void | writeEntry (const word &keyword, Ostream &) const |
| Write the UList as a dictionary entry with keyword. More... | |
| T & | operator[] (const label) |
| Return element of UList. More... | |
| const T & | operator[] (const label) const |
| Return element of constant UList. More... | |
| operator const Foam::List< T > & () const | |
| Allow cast to a const List<T>&. More... | |
| void | operator= (const T &) |
| Assignment of all entries to the given value. More... | |
| void | operator= (const zero) |
| Assignment of all entries to zero. More... | |
| iterator | begin () |
| Return an iterator to begin traversing the UList. More... | |
| iterator | end () |
| Return an iterator to end traversing the UList. More... | |
| const_iterator | cbegin () const |
| Return const_iterator to begin traversing the constant UList. More... | |
| const_iterator | cend () const |
| Return const_iterator to end traversing the constant UList. More... | |
| const_iterator | begin () const |
| Return const_iterator to begin traversing the constant UList. More... | |
| const_iterator | end () const |
| Return const_iterator to end traversing the constant UList. More... | |
| reverse_iterator | rbegin () |
| Return reverse_iterator to begin reverse traversing the UList. More... | |
| reverse_iterator | rend () |
| Return reverse_iterator to end reverse traversing the UList. More... | |
| const_reverse_iterator | crbegin () const |
| Return const_reverse_iterator to begin reverse traversing the UList. More... | |
| const_reverse_iterator | crend () const |
| Return const_reverse_iterator to end reverse traversing the UList. More... | |
| const_reverse_iterator | rbegin () const |
| Return const_reverse_iterator to begin reverse traversing the UList. More... | |
| const_reverse_iterator | rend () const |
| Return const_reverse_iterator to end reverse traversing the UList. More... | |
| label | size () const |
| Return the number of elements in the UList. More... | |
| label | max_size () const |
| Return size of the largest possible UList. More... | |
| bool | empty () const |
| Return true if the UList is empty (ie, size() is zero) More... | |
| void | swap (UList< T > &) |
| Swap two ULists of the same type in constant time. More... | |
| bool | operator== (const UList< T > &) const |
| Equality operation on ULists of the same type. More... | |
| bool | operator!= (const UList< T > &) const |
| The opposite of the equality operation. Takes linear time. More... | |
| bool | operator< (const UList< T > &) const |
| Compare two ULists lexicographically. Takes linear time. More... | |
| bool | operator> (const UList< T > &) const |
| Compare two ULists lexicographically. Takes linear time. More... | |
| bool | operator<= (const UList< T > &) const |
| Return true if !(a > b). Takes linear time. More... | |
| bool | operator>= (const UList< T > &) const |
| Return true if !(a < b). Takes linear time. More... | |
| template<> | |
| const bool & | operator[] (const label i) const |
Public Member Functions inherited from autoPtr< chemistryReader< ThermoType > > | |
| autoPtr (chemistryReader< ThermoType > *=0) | |
| Store object pointer. More... | |
| autoPtr (const autoPtr< chemistryReader< ThermoType > > &) | |
| Construct as copy by transferring pointer to this autoPtr and. More... | |
| autoPtr (const autoPtr< chemistryReader< ThermoType > > &, const bool reuse) | |
| Construct either by transferring pointer or cloning. More... | |
| ~autoPtr () | |
| Destructor, delete object if pointer is not nullptr. More... | |
| bool | empty () const |
| Return true if the autoPtr is empty (ie, no pointer set) More... | |
| bool | valid () const |
| Return true if the autoPtr valid (ie, the pointer is set) More... | |
| chemistryReader< ThermoType > * | ptr () |
| Return object pointer for reuse. More... | |
| void | set (chemistryReader< ThermoType > *) |
| Set pointer to that given. More... | |
| void | reset (chemistryReader< ThermoType > *=0) |
| If object pointer already set, delete object and set to given. More... | |
| void | clear () |
| Delete object (if the pointer is valid) and set pointer to. More... | |
| chemistryReader< ThermoType > & | operator() () |
| Return reference to the object data. More... | |
| const chemistryReader< ThermoType > & | operator() () const |
| Return const reference to the object data. More... | |
| operator const chemistryReader< ThermoType > & () const | |
| Const cast to the underlying type reference. More... | |
| chemistryReader< ThermoType > * | operator-> () |
| Return object pointer. More... | |
| const chemistryReader< ThermoType > * | operator-> () const |
| Return const object pointer. More... | |
| void | operator= (chemistryReader< ThermoType > *) |
| Take over the object pointer from parameter. More... | |
| void | operator= (const autoPtr< chemistryReader< ThermoType > > &) |
| Take over the object pointer from parameter. More... | |
Public Member Functions inherited from multiComponentMixture< ThermoType > | |
| multiComponentMixture (const dictionary &, const wordList &specieNames, const HashPtrTable< ThermoType > &thermoData, const fvMesh &, const word &) | |
| Construct from dictionary, specie names, thermo database,. More... | |
| multiComponentMixture (const dictionary &, const fvMesh &, const word &) | |
| Construct from dictionary, mesh and phase name. More... | |
| virtual | ~multiComponentMixture () |
| Destructor. More... | |
| 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 |
| Return the raw specie thermodynamic data. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| const ThermoType & | getLocalThermo (const label speciei) const |
| Return thermo based on index. More... | |
Public Member Functions inherited from basicSpecieMixture | |
| TypeName ("basicSpecieMixture") | |
| Run time type information. More... | |
| basicSpecieMixture (const dictionary &, const wordList &specieNames, const fvMesh &, const word &) | |
| Construct from dictionary, species names, mesh and phase name. More... | |
| virtual | ~basicSpecieMixture () |
| Destructor. More... | |
| virtual scalar | W (const label speciei) const =0 |
| Molecular weight of the given specie [kg/kmol]. More... | |
| tmp< volScalarField > | W () const |
| Molecular weight of the mixture [kg/kmol]. More... | |
| virtual scalar | Cp (const label speciei, const scalar p, const scalar T) const =0 |
| Heat capacity at constant pressure [J/(kg K)]. More... | |
| virtual scalar | Cv (const label speciei, const scalar p, const scalar T) const =0 |
| Heat capacity at constant volume [J/(kg K)]. More... | |
| virtual scalar | Ha (const label speciei, const scalar p, const scalar T) const =0 |
| Absolute enthalpy [J/kg]. More... | |
| virtual scalar | Hs (const label speciei, const scalar p, const scalar T) const =0 |
| Sensible enthalpy [J/kg]. More... | |
| virtual scalar | Hc (const label speciei) const =0 |
| Chemical enthalpy [J/kg]. More... | |
| virtual scalar | S (const label speciei, const scalar p, const scalar T) const =0 |
| Entropy [J/(kg K)]. More... | |
| virtual scalar | Es (const label speciei, const scalar p, const scalar T) const =0 |
| Sensible internal energy [J/kg]. More... | |
| virtual scalar | G (const label speciei, const scalar p, const scalar T) const =0 |
| Gibbs free energy [J/kg]. More... | |
| virtual scalar | A (const label speciei, const scalar p, const scalar T) const =0 |
| Helmholtz free energy [J/kg]. More... | |
| virtual scalar | mu (const label speciei, const scalar p, const scalar T) const =0 |
| Dynamic viscosity [kg/m/s]. More... | |
| virtual scalar | kappa (const label speciei, const scalar p, const scalar T) const =0 |
| Thermal conductivity [W/m/K]. More... | |
| virtual scalar | alphah (const label speciei, const scalar p, const scalar T) const =0 |
| Thermal diffusivity of enthalpy [kg/m/s]. More... | |
| virtual scalar | rho (const label speciei, const scalar p, const scalar T) const =0 |
| Density [kg/m3]. More... | |
Public Member Functions inherited from basicMultiComponentMixture | |
| TypeName ("basicMultiComponentMixture") | |
| Run time type information. More... | |
| basicMultiComponentMixture (const dictionary &, const wordList &specieNames, const fvMesh &, const word &) | |
| Construct from dictionary, species names, mesh and phase name. More... | |
| virtual | ~basicMultiComponentMixture () |
| Destructor. More... | |
| const speciesTable & | species () const |
| Return the table of species. More... | |
| bool | contains (const word &specieName) const |
| Does the mixture include this specie? More... | |
| bool | active (label speciei) const |
| Return true for active species. More... | |
| const List< bool > & | active () const |
| Return the bool list of active species. More... | |
| void | setActive (label speciei) |
| Set speciei active. More... | |
| void | setInactive (label speciei) |
| Set speciei inactive. More... | |
| PtrList< volScalarField > & | Y () |
| Return the mass-fraction fields. More... | |
| const PtrList< volScalarField > & | Y () const |
| Return the const mass-fraction fields. More... | |
| volScalarField & | Y (const label i) |
| Return the mass-fraction field for a specie given by index. More... | |
| const volScalarField & | Y (const label i) const |
| Return the const mass-fraction field for a specie given by index. More... | |
| volScalarField & | Y (const word &specieName) |
| Return the mass-fraction field for a specie given by name. More... | |
| const volScalarField & | Y (const word &specieName) const |
| Return the const mass-fraction field for a specie given by name. More... | |
Public Member Functions inherited from PtrList< Reaction< ThermoType > > | |
| PtrList () | |
| Null Constructor. More... | |
| PtrList (const label) | |
| Construct with size specified. More... | |
| PtrList (const PtrList< Reaction< ThermoType > > &) | |
| Copy constructor. More... | |
| PtrList (const PtrList< Reaction< ThermoType > > &, const CloneArg &) | |
| Copy constructor with additional argument for clone. More... | |
| PtrList (const Xfer< PtrList< Reaction< ThermoType > >> &) | |
| Construct by transferring the parameter contents. More... | |
| PtrList (PtrList< Reaction< ThermoType > > &, bool reuse) | |
| Construct as copy or re-use as specified. More... | |
| PtrList (const SLPtrList< Reaction< ThermoType > > &) | |
| Construct as copy of SLPtrList<T> More... | |
| PtrList (Istream &, const INew &) | |
| Construct from Istream using given Istream constructor class. More... | |
| PtrList (Istream &) | |
| Construct from Istream using default Istream constructor class. More... | |
| ~PtrList () | |
| Destructor. More... | |
| void | setSize (const label) |
| Reset size of PtrList. If extending the PtrList, new entries are. More... | |
| void | resize (const label) |
| Alias for setSize(const label) More... | |
| void | clear () |
| Clear the PtrList, i.e. set size to zero deleting all the. More... | |
| void | append (Reaction< ThermoType > *) |
| Append an element at the end of the list. More... | |
| void | append (const autoPtr< Reaction< ThermoType > > &) |
| void | append (const tmp< Reaction< ThermoType > > &) |
| void | transfer (PtrList< Reaction< ThermoType > > &) |
| Transfer the contents of the argument PtrList into this PtrList. More... | |
| Xfer< PtrList< Reaction< ThermoType > > > | xfer () |
| Transfer contents to the Xfer container. More... | |
| bool | set (const label) const |
| Is element set. More... | |
| autoPtr< Reaction< ThermoType > > | set (const label, Reaction< ThermoType > *) |
| Set element to given T* and return old element (can be nullptr) More... | |
| autoPtr< Reaction< ThermoType > > | set (const label, const autoPtr< Reaction< ThermoType > > &) |
| Set element to given autoPtr<T> and return old element. More... | |
| autoPtr< Reaction< ThermoType > > | set (const label, const tmp< Reaction< ThermoType > > &) |
| Set element to given tmp<T> and return old element. More... | |
| void | reorder (const labelUList &) |
| Reorders elements. Ordering does not have to be done in. More... | |
| void | operator= (const PtrList< Reaction< ThermoType > > &) |
| Assignment. More... | |
Public Member Functions inherited from UPtrList< T > | |
| UPtrList () | |
| Null Constructor. More... | |
| UPtrList (const label) | |
| Construct with size specified. More... | |
| UPtrList (const Xfer< UPtrList< T >> &) | |
| Construct by transferring the parameter contents. More... | |
| UPtrList (UPtrList< T > &, bool reuse) | |
| Construct as copy or re-use as specified. More... | |
| label | size () const |
| Return the number of elements in the UPtrList. More... | |
| bool | empty () const |
| Return true if the UPtrList is empty (ie, size() is zero) More... | |
| T & | first () |
| Return reference to the first element of the list. More... | |
| const T & | first () const |
| Return reference to first element of the list. More... | |
| T & | last () |
| Return reference to the last element of the list. More... | |
| const T & | last () const |
| Return reference to the last element of the list. More... | |
| void | setSize (const label) |
| Reset size of UPtrList. This can only be used to set the size. More... | |
| void | resize (const label) |
| Reset size of UPtrList. This can only be used to set the size. More... | |
| void | clear () |
| Clear the UPtrList, i.e. set size to zero. More... | |
| void | transfer (UPtrList< T > &) |
| Transfer the contents of the argument UPtrList into this. More... | |
| Xfer< UPtrList< T > > | xfer () |
| Transfer contents to the Xfer container. More... | |
| bool | set (const label) const |
| Is element set. More... | |
| T * | set (const label, T *) |
| Set element. Return old element (can be nullptr). More... | |
| void | reorder (const labelUList &) |
| Reorders elements. Ordering does not have to be done in. More... | |
| const T & | operator[] (const label) const |
| Return element const reference. More... | |
| T & | operator[] (const label) |
| Return element reference. More... | |
| const T * | operator() (const label) const |
| Return element const pointer. More... | |
| iterator | begin () |
| Return an iterator to begin traversing the UPtrList. More... | |
| iterator | end () |
| Return an iterator to end traversing the UPtrList. More... | |
| const_iterator | cbegin () const |
| Return an const_iterator to begin traversing the UPtrList. More... | |
| const_iterator | cend () const |
| Return an const_iterator to end traversing the UPtrList. More... | |
| const_iterator | begin () const |
| Return an const_iterator to begin traversing the UPtrList. More... | |
| const_iterator | end () const |
| Return an const_iterator to end traversing the UPtrList. More... | |
Protected Member Functions | |
| void | calculateqFuel () |
| Calculate qFuel. More... | |
| void | massAndAirStoichRatios () |
| Calculate air/fuel and oxygen/fuel ratio. More... | |
| void | calculateMaxProducts () |
| Calculate maximum products at stoichiometric mixture. More... | |
Protected Member Functions inherited from List< word > | |
| void | size (const label) |
| Override size to be inconsistent with allocated storage. More... | |
Protected Member Functions inherited from PtrList< Reaction< ThermoType > > | |
| void | read (Istream &, const INew &inewt) |
| Read from Istream using given Istream constructor class. More... | |
Protected Attributes | |
| dimensionedScalar | stoicRatio_ |
| Stoichiometric air-fuel mass ratio. More... | |
| dimensionedScalar | s_ |
| Stoichiometric oxygen-fuel mass ratio. More... | |
| dimensionedScalar | qFuel_ |
| Heat of combustion [J/Kg]. More... | |
| scalarList | specieStoichCoeffs_ |
| Stoichiometric coefficient for the reaction. More... | |
| scalarList | Yprod0_ |
| Mass concentrations at stoichiometric mixture for fres. More... | |
| PtrList< volScalarField > | fres_ |
| List of components residual. More... | |
| label | inertIndex_ |
| Inert specie index. More... | |
| label | fuelIndex_ |
| Fuel specie index. More... | |
| List< int > | specieProd_ |
| List to indicate if specie is produced/consumed. More... | |
Protected Attributes inherited from basicMultiComponentMixture | |
| speciesTable | species_ |
| Table of specie names. More... | |
| List< bool > | active_ |
| List of specie active flags. More... | |
| PtrList< volScalarField > | Y_ |
| Species mass fractions. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from List< word > | |
| static const List< word > & | null () |
| Return a null List. More... | |
Static Public Member Functions inherited from UList< T > | |
| static const UList< T > & | null () |
| Return a null UList. More... | |
Single step reacting mixture.
Definition at line 50 of file singleStepReactingMixture.H.
| typedef ThermoType thermoType |
The type of thermo package this mixture is instantiated for.
Definition at line 113 of file singleStepReactingMixture.H.
| singleStepReactingMixture | ( | const dictionary & | thermoDict, |
| const fvMesh & | mesh, | ||
| const word & | phaseName | ||
| ) |
Construct from dictionary, mesh and phase name.
Definition at line 192 of file singleStepReactingMixture.C.
References clear(), Foam::dimless, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, mesh, Foam::name(), and singleStepReactingMixture< ThermoType >::read().

|
inlinevirtual |
Destructor.
Definition at line 128 of file singleStepReactingMixture.H.
References singleStepReactingMixture< ThermoType >::fres(), singleStepReactingMixture< ThermoType >::fresCorrect(), singleStepReactingMixture< ThermoType >::fuelIndex(), singleStepReactingMixture< ThermoType >::inertIndex(), singleStepReactingMixture< ThermoType >::qFuel(), singleStepReactingMixture< ThermoType >::read(), singleStepReactingMixture< ThermoType >::s(), singleStepReactingMixture< ThermoType >::specieProd(), singleStepReactingMixture< ThermoType >::specieStoichCoeffs(), singleStepReactingMixture< ThermoType >::stoicRatio(), and singleStepReactingMixture< ThermoType >::Yprod0().

|
protected |
Calculate qFuel.
Definition at line 32 of file singleStepReactingMixture.C.
References Foam::endl(), forAll, Foam::Info, Reaction< ReactionThermo >::lhs(), reaction(), and Reaction< ReactionThermo >::rhs().

|
protected |
Calculate air/fuel and oxygen/fuel ratio.
Definition at line 59 of file singleStepReactingMixture.C.
References Foam::endl(), Foam::Info, and Foam::mag().

|
protected |
Calculate maximum products at stoichiometric mixture.
Definition at line 83 of file singleStepReactingMixture.C.
References forAll, Foam::Info, Foam::mag(), Foam::nl, reaction(), and Reaction< ReactionThermo >::rhs().

| void fresCorrect | ( | ) |
Calculates the residual for all components.
Definition at line 133 of file singleStepReactingMixture.C.
References forAll, Reaction< ReactionThermo >::lhs(), Foam::max(), reaction(), Reaction< ReactionThermo >::rhs(), and Y.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().


|
inline |
Return the stoichiometric air-fuel mass ratio.
Definition at line 32 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
inline |
Return the Stoichiometric oxygen-fuel mass ratio.
Definition at line 40 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
inline |
Return the heat of combustion [J/Kg].
Definition at line 48 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
inline |
Return the stoichiometric coefficient for the reaction.
Definition at line 56 of file singleStepReactingMixtureI.H.
References singleStepReactingMixture< ThermoType >::fres().
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().


|
inline |
Return the list of components residual.
Definition at line 65 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::specieStoichCoeffs(), and singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
inline |
Return the inert specie index.
Definition at line 75 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
inline |
Return the fuel specie index.
Definition at line 83 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
inline |
Return the list to indicate if specie is produced/consumed.
Definition at line 91 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
inline |
Return the list of products mass concentrations.
Definition at line 99 of file singleStepReactingMixtureI.H.
Referenced by singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

| void read | ( | const dictionary & | thermoDict | ) |
Read dictionary.
Definition at line 255 of file singleStepReactingMixture.C.
Referenced by singleStepReactingMixture< ThermoType >::singleStepReactingMixture(), and singleStepReactingMixture< ThermoType >::~singleStepReactingMixture().

|
protected |
Stoichiometric air-fuel mass ratio.
Definition at line 60 of file singleStepReactingMixture.H.
|
protected |
Stoichiometric oxygen-fuel mass ratio.
Definition at line 63 of file singleStepReactingMixture.H.
|
protected |
Heat of combustion [J/Kg].
Definition at line 66 of file singleStepReactingMixture.H.
|
protected |
Stoichiometric coefficient for the reaction.
Definition at line 69 of file singleStepReactingMixture.H.
|
protected |
Mass concentrations at stoichiometric mixture for fres.
Definition at line 72 of file singleStepReactingMixture.H.
|
protected |
List of components residual.
Definition at line 75 of file singleStepReactingMixture.H.
|
protected |
Inert specie index.
Definition at line 78 of file singleStepReactingMixture.H.
|
protected |
Fuel specie index.
Definition at line 81 of file singleStepReactingMixture.H.
|
protected |
List to indicate if specie is produced/consumed.
Definition at line 84 of file singleStepReactingMixture.H.
1.8.13