aeroframe.analyses package¶
Submodules¶
aeroframe.analyses.static module¶
Static aeroelasticity
-
class
aeroframe.analyses.static.StaticAeroelasticity(cfd_wrapper, stru_wrapper, max_iterations=10, abs_conv_lim=0.005)¶ Bases:
object-
find_equilibrium()¶ Find a static equilibrium
- Note:
- This function iteratively computes deflections and loads until the deflection has converged or a maximum number of iterations is reached
- Returns:
results: dictionary with results provided by the CFD and structure modules
-