Skip to content

Commit

Permalink
[Kinetics] Remove RateCoeffMg, FalloffFactory and FalloffMgr
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and bryanwweber committed May 28, 2022
1 parent ba207ad commit 28d9c95
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 402 deletions.
2 changes: 1 addition & 1 deletion include/cantera/kinetics/BulkKinetics.h
Expand Up @@ -10,7 +10,7 @@
#define CT_BULKKINETICS_H

#include "Kinetics.h"
#include "RateCoeffMgr.h"
#include "RxnRates.h"
#include "ThirdBodyCalc.h"
#include "cantera/kinetics/MultiRate.h"

Expand Down
85 changes: 0 additions & 85 deletions include/cantera/kinetics/FalloffFactory.h

This file was deleted.

135 changes: 0 additions & 135 deletions include/cantera/kinetics/FalloffMgr.h

This file was deleted.

1 change: 0 additions & 1 deletion include/cantera/kinetics/GasKinetics.h
Expand Up @@ -10,7 +10,6 @@
#define CT_GASKINETICS_H

#include "BulkKinetics.h"
#include "FalloffMgr.h"
#include "Reaction.h"

namespace Cantera
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/kinetics/InterfaceKinetics.h
Expand Up @@ -10,7 +10,7 @@
#define CT_IFACEKINETICS_H

#include "Kinetics.h"
#include "RateCoeffMgr.h"
#include "RxnRates.h"

namespace Cantera
{
Expand Down
130 changes: 0 additions & 130 deletions include/cantera/kinetics/RateCoeffMgr.h

This file was deleted.

2 changes: 1 addition & 1 deletion include/cantera/kinetics/Reaction.h
Expand Up @@ -12,6 +12,7 @@
#include "cantera/kinetics/ReactionRate.h"
#include "cantera/kinetics/RxnRates.h"
#include "cantera/base/Units.h"
#include "Falloff.h"
#include "ChebyshevRate.h"
#include "InterfaceRate.h"
#include "Custom.h"
Expand All @@ -20,7 +21,6 @@ namespace Cantera
{

class Kinetics;
class FalloffRate;
class ThirdBody;

//! @defgroup reactionGroup Reactions and reaction rates
Expand Down

0 comments on commit 28d9c95

Please sign in to comment.