Skip to content

JPRovezzi/FlashRemake

Repository files navigation

FlashRemake

FlashRemake is a web-based remake of the original FlashCalc Excel sheet. This project aims to provide the same functionality as the Excel version but in a more accessible and user-friendly web format.

Purpose

FlashRemake is designed to perform flash calculations, which are essential in chemical engineering. Flash calculations determine the equilibrium state of a liquid and vapor mixture when it is subjected to a change in pressure or temperature. These calculations are crucial for designing and operating equipment like distillation columns, evaporators, and flash drums.

Technologies Used

  • HTML: For structuring the web pages.
  • CSS: For styling the web pages.
  • JavaScript: For implementing the core functionality and interactivity.
  • Python: For backend processing (if applicable).

How to Run

Windows

  1. Clone the repository:

    git clone https://github.com/yourusername/FlashRemake.git
    cd FlashRemake
  2. Run the start.bat script:

    start.bat

Linux

  1. Clone the repository:

    git clone https://github.com/yourusername/FlashRemake.git
    cd FlashRemake
  2. Make the start.sh script executable:

    chmod +x start.sh
  3. Run the start.sh script:

    ./start.sh

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors