Giter VIP home page Giter VIP logo

Comments (4)

nsimakov avatar nsimakov commented on June 2, 2024

Dear Henry,

Yes, Titan2D can only handle two simple forms for now. It shouldn't be very difficult to implement and we have discussed it earlier, but it is not clear when we will have time to add that.

Thanks,
Nikolay

from titan2d.

xuhenry avatar xuhenry commented on June 2, 2024

Dear Nikolay,
Many thanks for your reply. Furthermore, will you give me some suggestion about how to perform a landslide with complex boundary?
May I import the Piles information from a file?
Thanks a lot!
Best regards,
Henry

from titan2d.

nsimakov avatar nsimakov commented on June 2, 2024

Yes, you can try to use a set of piles to approximate more complex geometry.

The input file is a python script so you can add it within your input script. Basically you need to add piles multiple times with modified arguments for addPile method:

piles_xy = [
    [644956.0, 2157970.0],
    [644936.0, 2157970.0]
]

for xy in piles_xy:
    sim.addPile(
        pile_type='Paraboloid',
        height=30.0,
        center=xy,
        radii=[55.0, 55.0],
        orientation=0.0,
        Vmagnitude=0.0,
        Vdirection=0.0,
)

The problem is that I don't think it will handle overlapping piles correctly, particularly the initial material volume. Current stable release has a bug in calculation of cylindrical piles volume by factor of two results are not identical but qualitatively somewhat similar (parabolic pile are ok and it is already fixed in master).

Regards,
Nikolay

from titan2d.

xuhenry avatar xuhenry commented on June 2, 2024

Thanks a lot.
Yes, there may be overlapping of piles with cylindrical or parabolic piles. If the rectangle pile can be used, it will be ok for a landslide with complex shape which can be discrete a series of rectangle piles.
Thanks a lot!
Best regards,
Henry

from titan2d.

Related Issues (8)

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.