ENH: Exposed calculate() member function in chemistry model
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user