PLUTO
maxrate.c File Reference
#include "pluto.h"
Include dependency graph for maxrate.c:

Go to the source code of this file.

Functions

double GetMaxRate (real *v0, real *k1, real T0)
 

Function Documentation

double GetMaxRate ( real v0,
real k1,
real  T0 
)

Return an estimate of the maximum rate (dimension 1/time) in the chemical network. This will serve as a "stiffness" detector in the main ode integrator.

For integration to be carried explicitly all the time, return a small value (1.e-12).

Definition at line 3 of file maxrate.c.

16 {
17  return (1.e-12);
18 }

Here is the caller graph for this function: