Skip to content

Releases: joanibal/pyAVL

Added dynamic stability analysis to API

21 Sep 15:54
f358ad9
Compare
Choose a tag to compare

Added the ability to run modal analysis to compute dynamic stability from pyAVL wrapper
image

Updated AVL src from 3.35 to 3.40 and CDCL fix

15 Jun 15:46
7f75ace
Compare
Choose a tag to compare
  • Updated the source from 3.35 to 3.40. See AVL version log here
    • No major changes to functionality
  • fixed CDCL data not getting read or written correctly

Add CLAF and CDCL to output file

09 May 14:14
9ab971d
Compare
Choose a tag to compare
  • If a non-default values for CLAF and CDCL are present then they will be written to any output geometry files

Write bodies and get data through API

12 Apr 03:04
02ffa6d
Compare
Choose a tag to compare
  • you can now write a geometry that has bodies
  • added get_body_params API call to get body data
  • added COMPONT/INDEX keyword to surface sections.

Fix bugs when reading files with bodies

21 Mar 06:36
31b4bd6
Compare
Choose a tag to compare
  • Fixes issue when body was at the end of a geometry file. MakeBody was incorrectly overwriting the number of sections for the surfaces.

Fix bugs with bodies

05 Mar 05:22
a0cb243
Compare
Choose a tag to compare
  • fixed bugs with reading bodies and another bug causing errors in an analysis with bodies.
  • Update .cirrus.yml for new brew behavior for apple silicon builds

Add parameters and reference values derivatives

01 Mar 04:34
0d34a5c
Compare
Choose a tag to compare
  • Reference values API for getting and setting
  • modified internals of parameter setting API
  • Added derivatives w.r.t. reference and parameter values
  • Added these new inputs to OpenMDAO wrapper

Fixed two basic functionality bugs

09 Feb 04:35
eed9405
Compare
Choose a tag to compare
  • Fixed mirrored surface updating error
  • Fixed bug where updated_surface caused a switch from section paneling to surface paneling

Added mesh OpenMDAO component to wrapper

02 Feb 06:44
Compare
Choose a tag to compare

Added a new mesh OpenMDAO component to provide input to custom geometric parameterization components.

Fixed file output for cases without delacred surface spacing

30 Jan 06:51
c0acfa0
Compare
Choose a tag to compare
  • fixes an issue where surface spacing was being output for surfaces where it was not defined in the input file.