OpenFOAM logo
Open Source CFD Toolkit

makeReactionJanaf.H File Reference


Detailed Description

View makeReactionJanaf.H
License
This file is part of OpenFOAM.

OpenFOAM is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description

Definition in file makeReactionJanaf.H.

Go to the source code of this file.

Namespaces

namespace  Foam

Defines

#define makeReaction(Reaction, ReactionRate)
#define makePressureDependentReaction(Reaction, PressureDependentReactionRate, ReactionRate, FallOffFunction)
#define makeIRReactions(ReactionRate)
#define makeIRNReactions(ReactionRate)
#define makePressureDependentReactions(ReactionRate, FallOffFunction)

Typedefs

typedef sutherlandTransport<
specieThermo< janafThermo<
perfectGas > > > 
reactionThermo
typedef Reaction< reactionThermoreaction


Define Documentation

#define makeIRNReactions ReactionRate   ) 
 

Value:

makeIRReactions(ReactionRate)                                             \
    makeReaction(NonEquilibriumReversibleReaction, ReactionRate)

Definition at line 93 of file makeReactionJanaf.H.

#define makeIRReactions ReactionRate   ) 
 

Value:

makeReaction(IrreversibleReaction, ReactionRate)                          \
    makeReaction(ReversibleReaction, ReactionRate)

Definition at line 89 of file makeReactionJanaf.H.

#define makePressureDependentReaction Reaction,
PressureDependentReactionRate,
ReactionRate,
FallOffFunction   ) 
 

Value:

\
    typedef PressureDependentReactionRate<ReactionRate, FallOffFunction>      \
    PressureDependentReactionRate##ReactionRate##FallOffFunction;             \
                                                                              \
    makeReaction                                                              \
    (Reaction, PressureDependentReactionRate##ReactionRate##FallOffFunction)

Definition at line 81 of file makeReactionJanaf.H.

#define makePressureDependentReactions ReactionRate,
FallOffFunction   ) 
 

Value:

\
    makePressureDependentReaction                                             \
        (IrreversibleReaction, FallOffReactionRate,                           \
         ReactionRate, FallOffFunction)                                       \
                                                                              \
    makePressureDependentReaction                                             \
        (ReversibleReaction, FallOffReactionRate,                             \
         ReactionRate, FallOffFunction)                                       \
                                                                              \
    makePressureDependentReaction                                             \
        (IrreversibleReaction, ChemicallyActivatedReactionRate,               \
         ReactionRate, FallOffFunction)                                       \
                                                                              \
    makePressureDependentReaction                                             \
        (ReversibleReaction, ChemicallyActivatedReactionRate,                 \
         ReactionRate, FallOffFunction)

Definition at line 97 of file makeReactionJanaf.H.

#define makeReaction Reaction,
ReactionRate   ) 
 

Value:

\
    typedef Reaction<reactionThermo, ReactionRate>                            \
        Reaction##ReactionRate;                                               \
                                                                              \
    template<>                                                                \
    const word Reaction##ReactionRate::typeName                               \
    (                                                                         \
        Reaction::typeName_()                                                 \
      + ReactionRate::type()                                                  \
      + reaction::typeName_()                                                 \
    );                                                                        \
                                                                              \
    addToRunTimeSelectionTable(reaction, Reaction##ReactionRate, Istream);

Definition at line 66 of file makeReactionJanaf.H.


Typedef Documentation

typedef Reaction<reactionThermo> reaction
 

Definition at line 64 of file makeReactionJanaf.H.

typedef sutherlandTransport<specieThermo<janafThermo<perfectGas> > > reactionThermo
 

Definition at line 61 of file makeReactionJanaf.H.

For further information go to www.openfoam.org