v3.0.5
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 keycouplingInfo
. See an example from here check_total
function needs an additional key calledfunctionals
. For example, we need to replace the old keycruise.aero_post.CL
withcruise.aero_post.functionals.CL
. See an example from here