Skip to content
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

Prototype support clone cells in computational grid generation-line numbering (fortran) #396

Open
3 tasks
GolnesaK opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@GolnesaK
Copy link
Contributor

GolnesaK commented Nov 11, 2024

For the prototype / dev version, we treat all obstacles as cutlines. In a later stage, we may either introduce a new layer in the schematisation (clone_cell_cutline) or add a boolean attribute to the obstacle layer (is_clone_cell_cutline).

Implement the following in threedigrid-builder, fortran part:

  • number the flowlines (fortran) based on the area mask and the clone nodes

  • reorder the 2D lines (old lines might be left out)

    • recognize the new neighbors to the new clone cells
  • create flowline (type) between cloned cells (needed info: exchange level, cutline length).

    • the kcu type of this flowline will be a new kcu type
@GolnesaK GolnesaK self-assigned this Nov 11, 2024
@GolnesaK GolnesaK changed the title Copy of Prototype support clone cells in computational grid generation (fortran) Prototype support clone cells in computational grid generation-line numbering (fortran) Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant