ENH: Exposed calculate() member function in chemistry model

This commit is contained in:
andy
2010-10-20 17:35:06 +01:00
parent fda01c740b
commit a4d751ee90

View File

@ -125,6 +125,9 @@ public:
// Chemistry solution
//- Calculates the reaction rates
virtual void calculate() = 0;
//- Solve the reaction system for the given start time and
// timestep and return the characteristic time
virtual scalar solve(const scalar t0, const scalar deltaT) = 0;