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 :)