WaterLily-jl / WaterLily.jl

Fast and simple fluid simulator in Julia
Other
636 stars 78 forks source link

Prescribing boundary conditions #54

Closed Cfckoh closed 10 months ago

Cfckoh commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Some progress on periodic BCs here.

weymouth commented 10 months ago

83 closes this