@@ -24,18 +24,18 @@ struct Solver
2424 is_only_f_and_gamma_output:: Bool
2525
2626 function Solver (;
27- aerodynamic_model_type:: String = " VSM" ,
28- density:: Float64 = 1.225 ,
29- max_iterations:: Int64 = 1500 ,
30- allowed_error:: Float64 = 1e-5 ,
31- tol_reference_error:: Float64 = 0.001 ,
32- relaxation_factor:: Float64 = 0.03 ,
33- is_with_artificial_damping:: Bool = false ,
27+ aerodynamic_model_type:: String = " VSM" ,
28+ density:: Float64 = 1.225 ,
29+ max_iterations:: Int64 = 1500 ,
30+ allowed_error:: Float64 = 1e-5 ,
31+ tol_reference_error:: Float64 = 0.001 ,
32+ relaxation_factor:: Float64 = 0.03 ,
33+ is_with_artificial_damping:: Bool = false ,
3434 artificial_damping:: NamedTuple{(:k2, :k4), Tuple{Float64, Float64}} = (k2= 0.1 , k4= 0.0 ),
3535 type_initial_gamma_distribution:: String = " elliptic" ,
36- core_radius_fraction:: Float64 = 1e-20 ,
37- mu:: Float64 = 1.81e-5 ,
38- is_only_f_and_gamma_output:: Bool = false
36+ core_radius_fraction:: Float64 = 1e-20 ,
37+ mu:: Float64 = 1.81e-5 , # TODO do not use magic constants
38+ is_only_f_and_gamma_output:: Bool = false
3939 )
4040 new (
4141 aerodynamic_model_type,
0 commit comments