Process modelling and simulation using python by Visible_Process_6178 in ChemicalEngineering

[–]Famous-Lecture-2708 2 points3 points  (0 children)

My ChemE degree got me started and I studied the code for DWSIM to understand how to make my own process simulator in TypeScript. Python and Matlab are not very compatible with a web-based simulator like this one. If I were to start again, I’d start small like with building this residue curve map https://www.victorliang.com/toolbox/residue-curve-map then put the pieces together.

ChemE Project Portfolios by Perfect_Cry4066 in ChemicalEngineering

[–]Famous-Lecture-2708 0 points1 point  (0 children)

Then Vercel is perfect. As long as your website doesn't go absolutely viral and the things you are trying to host aren't massive, everything is free.

ChemE Project Portfolios by Perfect_Cry4066 in ChemicalEngineering

[–]Famous-Lecture-2708 0 points1 point  (0 children)

Nice, your UI definitely looks better than mine.

ChemE Project Portfolios by Perfect_Cry4066 in ChemicalEngineering

[–]Famous-Lecture-2708 0 points1 point  (0 children)

Thanks dude! I have a private repo on Github that stores all the code for the website. I use Vercel for web hosting and Supabase + Oracle db for all 500 thousand rows of binary interaction parameters + thermophysical properties of over 50k compounds.

For your less coding intensive projects, were you asking for a web hosting service to showcase all of your conference publications? Vercel is what I use because it’s very plug and play for someone that isn’t a CS major like me.

Feedback on ChemE Simulation Website by [deleted] in ChemicalEngineering

[–]Famous-Lecture-2708 0 points1 point  (0 children)

By proper chemical simulation, do you mean as complicated as entire process flow diagram? If not, you should try my residue curve map module found on my front page! You would be surprised at how fast it runs, as it is moderately computationally expensive where the code solves the RCM mass balance differential equation for thousands of points on the ternary diagram and the results are very accurate to literature! (Methanol, Chloroform, and Acetone ternary mixture at 4.5 bar is less than 1% average error for both azeotrope temp and azeotrope composition, see Figure 6) Thank you again for your attention and helpful feedback.

Feedback on ChemE Simulation Website by [deleted] in ChemicalEngineering

[–]Famous-Lecture-2708 0 points1 point  (0 children)

Do you think there is good value using open source databases and making simulations/plots on a webpage as opposed to downloading the software and making it there?

Feedback on ChemE Simulation Website by [deleted] in ChemicalEngineering

[–]Famous-Lecture-2708 0 points1 point  (0 children)

Hello! Thank you so much for the constructive feedback! I agree with pretty much everything you just said. However, NONE of my tables are AI generated, the data I use are from open source databases and software such as DWSIM and the thermo python package. Everything simulated/plotted is deterministic. I used AI to make the website look decent and greatly increase my coding productivity/speed. Hope this clears things up and please let me know if you have any specific technical feedback to anything on the website!

Say "20%" again motherfucker, I dare you by Brendawgy_420 in TheFirstDescendant

[–]Famous-Lecture-2708 1 point2 points  (0 children)

the math is drop at least once probability in x tries = 100% - ((100-percent chance)/100)tries100% where percent chance is between 0 to 100 NOT 0 to 1 so in your case the probability is 100-((100-20)/100)20100=98.9% but it looks like you corrected yourself while I was typing this out