Skip to content

Multiple boundary conditions on the same boundary #54

Description

@sidkamat

Hi. We are trying to inject a liquid inside the computational domain. For the current implementation of ECOGEN, we need to use the unstructured mesh from gmsh to assign two different boundary conditions, Inlet and Non-Reflective, on the same boundary. The problem is that we are limited to the first-order scheme without AMR.

We want to use the second-order scheme, preferably with AMR, for our case. I understand that the Cartesian mesher native to ECOGEN does not allow two different BCs on the same boundary. If we want to implement such a thing, how do you suggest we might go about it? Is it as simple as using an if-else condition in the BC setup, or is it a much more complex implementation?

Thanks

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions