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

Prescribing boundary conditions #54

Closed
Cfckoh opened this issue May 8, 2023 · 3 comments
Closed

Prescribing boundary conditions #54

Cfckoh opened this issue May 8, 2023 · 3 comments

Comments

@Cfckoh
Copy link

Cfckoh commented May 8, 2023

I've been playing around with the package a bit for 2D flows and know I can prescribe constant valued Dirichlet boundary conditions on the x and y boundaries using an array of length 2 (for example [1.0,0.0]) as an argument to the Simulation constructor. Is there a way to assign non constant boundary conditions and Neumann conditions? In particular I am interested in prescribing periodic conditions.

@weymouth
Copy link
Collaborator

weymouth commented May 9, 2023

Nope. We haven't implemented any domain boundary conditions yet. It's certainly past due, but it would take a bit of planning before jumping to an implementation.

@weymouth
Copy link
Collaborator

weymouth commented Jul 5, 2023

Some progress on periodic BCs here.

@weymouth weymouth closed this as completed Jul 5, 2023
@weymouth weymouth reopened this Jul 5, 2023
@weymouth
Copy link
Collaborator

#83 closes this

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

2 participants