-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issues #13
Comments
I have made some progress. I have figured how to install dReal4. However, the 'Variables' seems to be missing from dReal4.
|
Hey @vstadnytskyi ! As long as you have pulled the docker image you should be able to run pyManifold without needing to install dReal4 as it is inside the docker image. I believe the confusion is around what i meant by root folder, for that I mean the root for of this repository. So in order to run the tests, you need to first clone this repository with In order to model your system, you can create your own script similar to |
The import of Variable works if it is done directly from dreal see my question here. dreal/dreal4#145
|
It worked after I cloned it. But I know I want to import pymanifold into my script and build something else using this library. I got it running but I have no idea how to customize the code to fit my design. Also, I was planning to use this package to simulate nano-droplet generation. Is it possible or does it just take care of laminar flow of fluids in capilaries? Has this code been used and described in any papers? |
It has not been tested for nano-droplet generation, but I have tested it in collaboration with the droplet generation performed in this work https://www.mdpi.com/2072-666X/9/5/215 . It handles the laminar flow of fluids for droplet generation as outlined in the equations from this paper https://pubs.rsc.org/en/content/articlelanding/2010/LC/c002625e . This project was created for my Master's thesis which will be published in a couple weeks which will describe the code for this simulation. |
@jsreid13 Looking forward to read your thesis! |
I would appriciate if someone can help me isntalling it. My in-home developed microfluidic device doesn't behave as expected and I hoped to figure out why using the tool you developed. However, I am getting stuck with isntallation on my Mac Mojave computer. I have followed the installtion instructions (https://github.com/manifold-lang/pymanifold) and completed the first step. However, I cannot find where the docker put the image, hence, I cannot proceed to the next step. The root folder for the docker doesn't exist. (see below)
I also tried to instal dRea4l solver but got stuck as well.
I have asked part of this question on Stackoverflow as well https://stackoverflow.com/questions/57134462/the-location-where-are-docker-images-stored-on-the-host-machine-doesnt-exist
The text was updated successfully, but these errors were encountered: