Jared Callaham
Jared Callaham
There is currently a function `hydrogym.firedrake.utils.utils.print` that calls the PETSc parallel-aware print function. It would make more sense (and avoid name collisions) to use the logging module instead.
- Base flow - Mean flow (where applicable) - Sequence of ~10 post-transient files Should use quadratic velocity elements
What do we think would be the key features to have in place before releasing to the public/writing an initial paper? Some things that have already been brought up: -...
Resolves #26. No major changes to the base code, basically just adding an example. @ludgerpaehler what's the best way to add PySINDy as a dependency? Or should we?
# Purpose All of the current environments implement actuators as Dirichlet boundary conditions. This makes sense physically, but many numerical flow control configurations implement actuation as a body force instead...
* Make sure `render` can be configured to save Paraview as well as matplotlib * Figure out how to evaluate a rollout with rendering turned on
Add utilities for easy modeling with SINDy(+c). Should be pretty straightforward, maybe as easy as adding `pysindy` to the dependencies and a worked example.
Goal is to have a working LQG (LQR + Kalman filter) for the cylinder wake as a baseline controller. So far I've gotten the following to work (see `examples/cylinder/control` and...
Found some slightly confusing behavior with handling saving and loading functions on meshes from different scripts. Basically I think that if you load checkpoint files from two different scripts which...
When working with projection-based modeling and modal analysis, it would be nice to have some expanded linear algebra functionality. This would ideally look something like a combination of the `VectorSpaceHandles`...