StaticCoupledRBM

class sharpy.solvers.staticcoupledrbm.StaticCoupledRBM[source]

Steady coupled solver including rigid body motions

The settings that this solver accepts are given by a dictionary, with the following key-value pairs:

Name Type Description Default Options
print_info bool Output run-time information True  
structural_solver str Name of the structural solver used in the computation None  
structural_solver_settings dict Dictionary os settings needed by the structural solver None  
aero_solver str Name of the aerodynamic solver used in the computation None  
aero_solver_settings dict Dictionary os settings needed by the aerodynamic solver None  
max_iter int Maximum numeber of FSI iterations 100  
n_load_steps int Number of steps to ramp up the application of loads 1  
tolerance float FSI tolerance 1e-05  
relaxation_factor float Relaxation factor 0.0  
correct_forces_method str Function used to correct aerodynamic forces. Check sharpy.utils.correct_forces   efficiency, polars