Skip to content

v3.0.5

Compare
Choose a tag to compare
@friedenhe friedenhe released this 06 May 00:51
· 92 commits to main since this release
03b7d2c

Changes

  • Added the conjugate heat transfer optimization capability 6233802
  • Added a function to calculate fvSource based on propeller design parameters b3f73e2
  • Added wall heat flux objective function to solid solvers d8b721a
  • Added a new key couplingInfo in DAOption for setting MDO coupling information 9768b2c
  • Changed docker test image OS to Ubuntu 20.04 2f13ee8

Dependency update

None

Backward-incompatible changes

  • The old fsi key for setting aerostructural coupling is deprecated. Now the aerostructural information is set in the new key couplingInfo. See an example from here
  • check_total function needs an additional key called functionals. For example, we need to replace the old key cruise.aero_post.CL with cruise.aero_post.functionals.CL. See an example from here