This app is a tool for mechanical engineers and technicians to calculate the temperature required for the assembly of internal diameter of steel in another piece. It uses the inputs of the exact measurements of the two pieces and calculates the expansion of the steel and the temperature needed to mount one piece on another.
These instructions will get you a copy of the app up and running on your local machine for development and testing purposes.
- React Native
- Xcode or Android Studio for running the app on an emulator or on a device
- Clone the repository git clone https://github.com/yourusername/steelexpansioncalculator.git
Copy code
- Install the dependencies npm install
Copy code
- Run the app react-native run-ios or react-native run-android
Copy code
- React Native - The framework used
- Hat tip to anyone whose code was used
- Inspiration
- etc
The app has a simple UI, with two input fields where you can enter the exact measurements of the two pieces. One input is the exact diameter of the piece to be expanded and the other is the desired expansion in decimal of millimeter. Then you can just press the calculate button and will be displayed the temparature you need to heat in Celsius.
Please note that this app is for reference and educational purposes only, and the results should be verified by a professional before use in any real-world application.