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

DISC : Which boundary conditions to solve? #12

Closed
KikeM opened this issue Feb 20, 2021 · 1 comment
Closed

DISC : Which boundary conditions to solve? #12

KikeM opened this issue Feb 20, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@KikeM
Copy link
Owner

KikeM commented Feb 20, 2021

Implementation details with the boundary conditions arise when the basis is built.
Ideally, the basis should be built for homogeneous/natural boundary conditions.

  • An "easy" workaround is to solve the heat equation for natural boundary conditions du/dn = 0 for the whole domain (although I am not sure if existence is guaranteed).
  • Solve for homogeneous Dirichlet boundary conditions for the moment.
    There is no strict need to parametrize the boundary conditions for our purposes.
  • The generic implementation is to introduce a lifting function.
@KikeM KikeM added this to Long Term (months) in Roadmap M. Sc. Thesis via automation Feb 20, 2021
@KikeM KikeM moved this from Long Term (months) to Mid Term (weeks) in Roadmap M. Sc. Thesis Feb 20, 2021
@KikeM KikeM added this to the Plain Vanilla ROM milestone Feb 20, 2021
@KikeM KikeM self-assigned this Feb 20, 2021
@KikeM KikeM added the question Further information is requested label Feb 20, 2021
@KikeM
Copy link
Owner Author

KikeM commented Apr 13, 2021

Indeed, what we do is to introduce a lifting of the Dirichlet boundary conditions.

If we are in the one-dimensional domain the lifting is trivial, since a spatial interpolation of the boundary conditions is enough.

However, if we are in higher dimensional settings, a smooth interpolation needs to be obtained via the laplacian equation for instance.
According to how the specific boundary conditions of the problem are, we might or might not be able to reduce the lifting extension too.

@KikeM KikeM closed this as completed Apr 13, 2021
Roadmap M. Sc. Thesis automation moved this from Mid Term (weeks) to Done Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Development

No branches or pull requests

1 participant