Christian

Results 8 issues of Christian

`show(obj)` works fine in VS Code with Jupyter-Notebook extension for a certain number of executions. After a while, the `show` command does not display any graphics anymore. I have tried...

enhancement
help wanted

I guess this should be `** (3/4)` and not `** 3/4`? https://github.com/suavecode/SUAVE/blob/dc46e127f04ce34733bd952d429f50e101fb3ad1/trunk/SUAVE/Methods/Noise/Fidelity_One/Propeller/compute_broadband_noise.py#:~:text=%2B%200.5)-,**3/4,-))/( ![image](https://user-images.githubusercontent.com/90248888/222458614-af5b383b-96c5-454f-b2bf-5d803a021ea3.png)

It would be better if the output files (.vtk, h5, xmf, ...) of `run_simulation` had leading zeros by default for Paraview. In the meantime, I think I will write a...

Compared to scipy's `read` and MATLAB's `audioread`, the "native" format seems to have a 256 times smaller integer values. Why is that? Wouldn't it make more sense to make the...

I am just wondering, but are there any plans to add Davoudi's [1] "hybrid BEM" to CCBlade in the future? [1] B. Davoudi, “A Hybrid Blade Element Momentum Model for...

**Describe the bug 🐞** Optimization with SRBF (linear, quadratic, and cubic Radial) results in SingularException, optimization with EI + Kriging does not. **Minimal Reproducible Example 👇** ```julia using Surrogates x0...

bug

I want to simulate a wing in cruise flight. I have set a vehicle rotation maneuver as follows: ```julia angle_vehicle_x(t) = 20 angle_vehicle_y(t) = 10 angle_vehicle_z(t) = 30 angle_vehicle(t) =...

### Describe the Problem The filtering is not flexible enough, it should be like in git's `.gitignore` ### Describe the Solution Example: `out/**/*test*.h5`, this would filter all `*test*.h5` files in...

Feature Request