We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
w
t
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.
f
f = VectorData(collect(body))
Note that in my case I do not apply the PointForce as done in the examples.
PointForce
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 timet
, the corresponding right hand side is given by:where
f
isf = VectorData(collect(body))
, body is the cylinder.Note that in my case I do not apply the
PointForce
as done in the examples.Thanks!
The text was updated successfully, but these errors were encountered: