Giter VIP home page Giter VIP logo

kpp-mistra's Introduction

KPP - The Kinetic PreProcessor

Builds simulation code for chemical kinetic systems (for version, see src/gdata.h).

Copyright (C) 1995-1997 Valeriu Damian and Adrian Sandu, CGRER, Univ. Iowa (USA).

Copyright (C) 1997-2016 Adrian Sandu, Michigan Tech. & Virginia Tech. (USA), with contributions from Rolf Sander, Max-Planck Institute for Chemistry, Mainz (Germany).

KPP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation (http://www.gnu.org/copyleft/gpl.html); either version 2 of the License, or (at your option) any later version.

KPP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License could be found below; you could also consult http://www.gnu.org/copyleft/gpl.html or write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Adrian Sandu
Computer Science Department
Virginia Polytechnic Institute and State University
Blacksburg, VA 24060, USA
E-mail: [email protected]


KPP is a symbolic chemistry Kinetics PreProcessor, developed by V. Damian and A. Sandu with contribution by R. Sander (https://people.cs.vt.edu/~asandu/Software/Kpp).

KPP-Mistra is a custom version of KPP for the Mistra model (https://github.com/MistraModel/Mistra). It was developed starting from KPP v2.2.3 and includes all the bugfixes and modifications by R. Sander and J. Bock (https://bitbucket.org/gcst/kpp), plus some additional modifications specific to Mistra by J. Bock. See the changelog file for a summary of the changes.

The stable version of KPP-Mistra can be downloaded here.


To get started with KPP: Read the user's manual.

To install KPP:

  1. Make sure that FLEX (public domain lexical analizer) is installed on your machine. Type flex --version to test this.

  2. Note down the exact path name where the FLEX library is installed. The library is called: libfl.a or libfl.sh

  3. Make sure that BISON is installed on your machine. Type bison --version to test this.

  4. Define the KPP_HOME environment variable to point to the complete path location of KPP. If, for example, KPP is installed in $HOME/kpp:

  • with C shell (or tcsh) edit the file .cshrc (or .tcshrc) in your home directory and add:

    setenv KPP_HOME $HOME/kpp
    set path=( $path $HOME/kpp/bin )
  • with bash shell edit the file .bashrc in your home directory and add:

    export KPP_HOME=$HOME/kpp
    export PATH=${PATH}:$HOME/kpp/bin
  • Execute source ~/.cshrc (or .tcshrc, or .bashrc) to make sure these changes are in effect.

  1. In the KPP_HOME directory edit: Makefile.defs and follow the instructions included to specify the compiler, the location of the FLEX library, etc...

  2. In the KPP_HOME directory build the sources using: make


To clean the KPP installation:

  1. Delete the KPP object files with: make clean

  2. Delete the whole distribution (including the KPP binaries) with: make distclean


To acknowledge and cite KPP, please see instructions and references at: https://people.cs.vt.edu/~asandu/Software/Kpp/.

kpp-mistra's People

Contributors

rs028 avatar

Watchers

James Cloos avatar Peter Bräuer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.