Thank you, Daniel. I've got the thermo and chemicals databases working now. I have another issue, and I'm not sure if there's a way to solve it. I want to simulate the ionization of a zinc chloride solution. Zinc chloride is in the thermo and chemicals databases, and the chloride ions are in the program's original database. However, I can't find the zinc ions in either of the databases to complete my simulation. I've tried using the 'import from online sources' method, and even though I can find...
Good morning, can someone explain to me how to import compounds from Thermo/Chemicals? I already have their respective libraries installed in Python, but when I try to import a product like zinc chloride, I get an error that says 'Could not find Python DLL in the defined Python path.' I've tried changing the Python DLL directory in the configuration, but I still keep getting this error.
The error only appears when I try to simulate with the reaktoro package, I have python 3.11 installed. The error says the following: Description This error was raised during the calculation of a Unit Operation or Material Stream. System.Exception: Could not find Python DLL in the defined Python path. at DWSIM.GlobalSettings.Settings.InitializePythonEnvironment(String pythonpath) in C:\Users\Daniel\source\repos\DanWBR\dwsim\DWSIM.GlobalSettings\Settings.vb:line 209 at DWSIM.Thermodynamics.ReaktoroPropertyPackage.ReaktoroFlash.Flash_PT(Array...
I downloaded the latest version of the simulator, I want to simulate a stream of material that contains water and salt, but when I enter the stream and try to simulate it, I get an exception error. Can someone help me solve this?