Version 1.2
Version 1.2 - Transonic correction and analytical gradients
This version mainly features a transonic solver and analytical pressure derivatives.
Changes
- Add transonic correction
- Add analytical gradients
- Add feature to deform the body
- Fix calculation of motion-induced velocity and unsteady pressure
- Refactor APIs and utilities
Notes
Transonic correction
The unsteady pressure solution can now be corrected by higher-fidelity data (typically obtained from CFD) to include transonic and viscous effects.
Analytical gradients
Although CoDiPack works well, its memory footprint is too large for practical unsteady cases (see #6). Analytical pressure and aerodynamic forces gradients have therefore been implemented so that flutter constrained optimization can be performed within a reasonable computational time.
Body deformation
The body nodes can now be set to new positions for aeroelastic and optimization purposes.
Formulation fixes
The calculation of the surface velocity induced by a rigid pitching motion has been corrected to use original instead of compressible coordinates. Additionally, a mistake in the calculation of the unsteady pressure coefficient has been fixed.
Refactoring
The default values in the API have been refactored. The slicing utility now also outputs z-coordinates.
Tests
-
Ubuntu 22.04 (gcc 11, python 3.10)
Merge request reports
Activity
requested review from @rboman
assigned to @acrovato
Works on my windows PC:
(pyadri) C:\Users\r_bom\dev\pyadri\sdpm\build>ctest -j 10 -C release Test project C:/Users/r_bom/dev/pyadri/sdpm/build Start 1: sdpm/tests/agard.py Start 2: sdpm/tests/agard_grad.py Start 3: sdpm/tests/gmshio.py Start 4: sdpm/tests/lann.py Start 5: sdpm/tests/lann_grad.py Start 6: sdpm/tests/lann_xsonic.py Start 7: sdpm/tests/m6.py Start 8: sdpm/tests/n12.py Start 9: sdpm/tests/n12tail.py 1/9 Test #3: sdpm/tests/gmshio.py ............. Passed 0.19 sec 2/9 Test #1: sdpm/tests/agard.py .............. Passed 1.52 sec 3/9 Test #2: sdpm/tests/agard_grad.py ......... Passed 1.91 sec 4/9 Test #8: sdpm/tests/n12.py ................ Passed 1.94 sec 5/9 Test #7: sdpm/tests/m6.py ................. Passed 3.37 sec 6/9 Test #9: sdpm/tests/n12tail.py ............ Passed 5.05 sec 7/9 Test #4: sdpm/tests/lann.py ............... Passed 5.97 sec 8/9 Test #6: sdpm/tests/lann_xsonic.py ........ Passed 6.98 sec 9/9 Test #5: sdpm/tests/lann_grad.py .......... Passed 9.77 sec 100% tests passed, 0 tests failed out of 9 Total Test time (real) = 9.80 sec (pyadri) C:\Users\r_bom\dev\pyadri\sdpm\build>