Skip to content

Fortran code for fitting and predicting chemical kinetic data

License

Notifications You must be signed in to change notification settings

acooksy/chem_rate_fit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chem_rate_fit
Fortran code for least-squares fits of rate coefficients, initial concentrations, 
 and (less so) initial times to chemical kinetic data.
The user supplies the mechanism (a set of elementary reactions) and initial
 values for all concentrations and rate coefficients.  Flagged parameters
 are then fit.
Propagated uncertainties and correlation coefficients are reported.
The least squares routine is limdif from Minpack.  

The input file is assumed to be named "rate.dat", final output is sent to "rate.log".

Install Fortran package manager fpm and run "fpm build".  To test, copy sample input 
 files in examples/ to ./rate.dat and enter "fpm run".

About

Fortran code for fitting and predicting chemical kinetic data

Resources

License

Stars

Watchers

Forks

Packages

No packages published