Skip to content

Tags: mdolab/pygeo

Tags

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CST leading and trailing edge fixes and improvements (#252)

* fixed CST TE thickness

* updated CST tests

* fixed TE plotting

* updated plotCST test

* added option to manually specify idxFoil

* moved thickness subtraction, fixed fit error computation

* updated CST fit tests

* more normalization fixes

* set idxFoil directly from geometry

* fixed flipping

* moved airfoil dat files to input_files

* added CST fit reg tests

* os join fix

* plotCST kwargs

* version bump

* automatically determine yTE

* cross-product check

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added surface area constraint function to pyGeo MPhys wrapper (#237)

* Added surface area constraint function to DVGeo MPhys wrapper

* Added DVGeoName and compNames arguments

* Made surface area surfaceName consistent with almost all other methods

* Smack the rendition

v1.13.0

Toggle v1.13.0's commit message
fix invalid JSON

v1.12.3

Toggle v1.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update version (#183)

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added coordinate transformations and a few fixes (#157)

* checkpoint

* fix typo in docstring

* several fixes related to use cases with a symmetry plane

* fixed some integer divisions

* added the optional coordinate transformation routines

* bug fix in the section local dv class

* editing the symmetry fix a bit

* clarified comments

* too many typo fixes. added test for the coord xfer feature

* format and lint. changed "dir" argument to "mode"

* added pyspline solver test. this should fail until the pyspline pr #47 is merged. Updated the input file archive to include sabet's fuselage FFD

* flake fix

* minor tolerance adjustment on ffd generation test. this fails on my laptop with 1e-15 rel tolerance. the error is at 1.1e-15. Moved the tolerance to 1e-14, which should be plenty accurate

* addressing todos

* minor rewording

* addressing comments

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make ref axis optional when adding a child FFD (#150)

* added ref axis checks

* fixed refinalizing of child ref axis

* Update DVGeo.py

moved ref axis addition after the FFD coef are set to their original values to ensure ref axis is embedded in the undeformed volume.

* black format

* version bump

* added error message

added error message for adding ref axis to grand children after the child is added to the parent

* Fixing formatting

Co-authored-by: Neil Wu <602725+nwu63@users.noreply.github.com>
Co-authored-by: Bernardo Pacini <bpacini@umich.edu>

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
removed wrapper code for deprecated routines (#146)

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump the minor version instead