Skip to content

Model blow up in case with asymetric mask #4

@fluidnumerics-joe

Description

@fluidnumerics-joe

I'm working on an example that modifies the provided octagonal domain example. Here, I simply change the boundary mask to cut out the lower left corner of the domain. With all other parameters maintained, this introduces an asymmetry to the problem

# cut out lower left corner
mask = torch.ones(nx, ny)
for i in range(nx//4):
    for j in range(ny//4):
            mask[i,j] = 0.

The solution develops positive vorticity completely around the domain and eventually blows up around year 23.

Image

I'm open to any suggestions about what could be potentially going wrong here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions