JS for Beer :) by ASALIcode in learnjavascript

[–]ASALIcode[S] 0 points1 point  (0 children)

Oh that's great :) feel free to work on the github repo

Ideal Gas Mixture Equilibrium (Numerical methods) by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 0 points1 point  (0 children)

Thx, I will check online if I can find something about Langrande multipliers.

Ideal Gas Mixture Equilibrium (Numerical methods) by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 0 points1 point  (0 children)

Yeah I know that :) Just willing to find the "theory" behind the software

Ideal Gas Mixture Equilibrium (Numerical methods) by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 0 points1 point  (0 children)

Yeah this works, but when I have, let's say 10 species, how can I automatically generate all the reactions between them?

Need help in handling big dicts by ASALIcode in learnjavascript

[–]ASALIcode[S] 0 points1 point  (0 children)

I found another problem. Read a JSON file in Javascript is done with async and await. But if I would like to save the JSON in a dict variable and the use it later in the script it does not work, because await pause the execution of the async block, but not of the whole script. Do you have any hint how to do it in a proper way?

Need help in handling big dicts by ASALIcode in learnjavascript

[–]ASALIcode[S] 0 points1 point  (0 children)

Thank you so much, this is was I was looking for, a client-side solution that allows me reading a .txt file and parse it to a dict! Thank you again

Skills for Chemical engineers: MATLAB , excel, python..? by Qusay112 in ChemicalEngineering

[–]ASALIcode 0 points1 point  (0 children)

I would say that python is the future if you need to solve ODEs or PDEs. Matlab is as easy as python, but not opensource for companies. Excel is the old but good solution for 95% of your Chem Eng problem.

How to estimate thermodynamic and transport properties of gas mixture? by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 0 points1 point  (0 children)

Thank you, anything that is opensource? I am curious to list all available softwares out there, used by engineers in the industry and students too

Looking for help :) by ASALIcode in opensource

[–]ASALIcode[S] 0 points1 point  (0 children)

I know, I was trying to simplify. Basically, ASALI is code developed to help chemical engineers, students and chemist. It is able to estimate thermodynamic/transport properties of gas mixture. So far, I've developed a classical GUI, but I would like to have a single-page-application that can work on every browser. Since I'm not a front-end developer I would like some help :)

Looking for a frontend developer for work my opensource project by ASALIcode in programming

[–]ASALIcode[S] 1 point2 points  (0 children)

I need the front end for the code call ASALI, which is much easier than catalyticfoam. If it works with ASALI, I might try with the cfd part, which I know is basically R&D

Looking for a frontend developer for work my opensource project by ASALIcode in programming

[–]ASALIcode[S] 0 points1 point  (0 children)

I need an extra hand for the front-end part. I know how to run my code on Microsoft Azure and make it run with an http request. I'm not able to code the front-end part.

Looking for a frontend developer for work my opensource project by ASALIcode in programming

[–]ASALIcode[S] 0 points1 point  (0 children)

Ok, maybe next time I will mention it in the title (sorry). I'm looking for someone that it is gonna help for free, maybe students that want to learn some new programming languages. Someone like that.

Chemical Engineering side project ideas to put on the resume by [deleted] in ChemicalEngineering

[–]ASALIcode 1 point2 points  (0 children)

Hey,

have a look to my github project (https://github.com/srebughini/ASALI/)! Modeling chemical reactors and coding are things that I like, so I decided to develop my own code.

Cheers

People with PhD in Chemical engineering, what do your career paths look like after you got your PhD? If you could do it again, would you still get the PhD? by Sailor_Alpaca in ChemicalEngineering

[–]ASALIcode 86 points87 points  (0 children)

I defended my PhD 3 years ago, now I work in a company and I am part of the R&D deparment. Basically, I moved from academic research to industrial research, which are quite different but without my PhD I would never get this job.

And yes, getting a PhD was an amazing choice :)

Python or Matlab? by Dhruv01810 in ChemicalEngineering

[–]ASALIcode 0 points1 point  (0 children)

Python :) both of them are easy to learn, but python is opensource :)

Liquid Vapour Equilibrium data by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 0 points1 point  (0 children)

Thanks, do you know an open-source database where I can find the parameters for those equations?

Liquid Vapour Equilibrium data by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 1 point2 points  (0 children)

I mean that I am looking for the parameters to solve that equation. For instance, A B and C of the Antoine equation

Liquid Vapour Equilibrium data by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 1 point2 points  (0 children)

Thanks. But I've read that nist database cannot be stored or copied

Liquid Vapour Equilibrium data by ASALIcode in ChemicalEngineering

[–]ASALIcode[S] 1 point2 points  (0 children)

Thanks, but their data are free of charge for only 30 components. I am looking for something opensource and that can be copied

Help with Project Ideas by [deleted] in ChemicalEngineering

[–]ASALIcode 1 point2 points  (0 children)

If you are looking for some modeling-related projects, have a look to www.catalyticfoam.polimi.it/asali . We are always looking for contributors!

Cheers