Skip to content

Explicit RHS #34

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

Open
mkalia94 opened this issue Oct 30, 2020 · 0 comments
Open

Explicit RHS #34

mkalia94 opened this issue Oct 30, 2020 · 0 comments

Comments

@mkalia94
Copy link

Hi,

Firstly, thanks for a very efficient high-level setup for Navier Stokes simulations!

I'm looking at the fluid flow past a cylinder example, and need an explicit right hand side.

Am I correct in assuming that for vorticity w for a particular time t, the corresponding right hand side is given by:

rhs = 1/Re*sys.L*w .+ ConstrainedSystems.r₁(w,t,sys) .+ plan_constraints(w,t)[1](f)

where f is f = VectorData(collect(body)), body is the cylinder.

Note that in my case I do not apply the PointForce as done in the examples.

Thanks!

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