Skip to content

[Feature]: Simulation on a custom mesh / around a custom obstacle #252

Open
@sambaPython24

Description

Contact Details

No response

Is your proposal related to a problem?

I would like to simulate the flow around custom obstacles (fem meshes).
These custom obstacles could be created or loaded via an .obj file.

Describe the solution you'd like

I would like to be able to

From the documentation, I found that you can use an obstacle as

lt.Obstacle( context=context, resolution=[2 * ny, ny], reynolds_number=50.0,mach_number=0.05, domain_length_x=10.1, stencil=lt.D2Q9())

but it is not clear to me to which extend I can customize this obstacle in 2D and 3D.

Describe alternatives you've considered

Maybe creating a (2D, 3D) boolean mask of what is an obstacle could be interesting here.

Additional context

No additional context.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions