Code Monkey home page Code Monkey logo

Comments (3)

jerabaul29 avatar jerabaul29 commented on July 19, 2024

Hi,

Yes, unfortunately the way the container was built was a bit sub optimal, which leads to difficulties when setting up the re-meshing thing.

I see at least 2 possible explanations for your problem:

  • a generic problem in how gmsh is set up. See the help I had been providing in these now closed issues:

#4

#12

and please go several times / make sure that you understand correctly the gmsh related, and use the gmsh provided in this repo (see: https://github.com/jerabaul29/Cylinder2DFlowControlDRL/blob/master/gmsh ).

Other people have had problems before but got it to work following these discussions :)

  • Maybe gmsh is set up correctly, but you modify the code in a way that causes problems. In particular, the code needs that the jets are ordered by increasing value of the angle. So if you change directly here:

this should be taken care of automatically, but if you directly change there (for example, use 4 jets), then you have to make sure order is respected:

'jet_positions': [90+jet_angle, 270-jet_angle],

from cylinder2dflowcontroldrl.

jerabaul29 avatar jerabaul29 commented on July 19, 2024

@SashaUgr does this work now? :)

from cylinder2dflowcontroldrl.

SashaUgr avatar SashaUgr commented on July 19, 2024

I think in my case the problem is in old hardware, which is not supported by the libraries you used. Thanks for the help!

from cylinder2dflowcontroldrl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.