sharpy icon indicating copy to clipboard operation
sharpy copied to clipboard

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code

Results 24 sharpy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In lines 273, 280 and 313, according to the Aerodynamics input h5file: I think that the control surface info `['control_surface_hinge_coords']` should be `['control_surface_hinge_coord']`. Thank you.

potential bug

**Describe the bug** Hi, there exists a small bug at line 289 in `/sharpy/structure/utils/modalutils.py`: `for mode in range(num_rigid_body, NumLambda - num_rigid_body):` should be `for mode in range(num_rigid_body, NumLambda )`. Thank...

potential bug

This error occurs when trying to run the command "sharpy simple_HALE.sharpy" while following the instructions on HALE example page. Distro: Windows11 WSL2 Ubuntu Python: IntelPython from OneAPI (Sharpy_env correctly configured)...

Line 598 of `/cases/templates/flying_wings.py` currently has a wrong key of `'clean_up_previous_solution'`. It should be `'cleanup_previous_solution'`.

Hey all, Just a quick pull request for one minor typo correction pointed out in issue #205 . I checked the code and could not find any similar typo. Cheers,...

Draft pull request New functionalities: - Possibility to apply twist before sweep when generating the aerodynamic surface (Aerogrid) - Apply a "stride" variable to some postprocessors to avoid running them...

enhancement

Supports corrections from polar airfoil data on the linearised aeroelastic system. Modifications are only made to the lift force at the moment. The forces from the aeroelastic system are projected...

enhancement

Unfortunately, the original script for [catapult takeoff ](https://github.com/ImperialCollegeLondon/sharpy/blob/master/scripts/optimiser/base_case/generate.py) developed in v1.1.1 no longer works in SHARPy. Once a trajectory is generated, the dynamic simulation in SHARPy does not recognise this...

bug

To be reviewed in conjunction with related xbeam pull request [here](https://github.com/ImperialCollegeLondon/xbeam/pull/10). Changes below require related pull request on xbeam to be merged before it will compile without issues. sharpy/solvers/nonlinearstatic.py ->...

enhancement

Hi all, This is related to #192 but really is a topic that needs addressing on its own as it is something that we may want to change, although, if...

help wanted