f027bdc024eb9e85eddf98907c11ef3216f70652,trunk/SUAVE/Methods/Performance/estimate_take_off_field_length.py,,estimate_take_off_field_length,#,34
Before Change
maximum_lift_coefficient, induced_drag_high_lift = compute_max_lift_coeff(vehicle,conditions)
vehicle.maximum_lift_coefficient = maximum_lift_coefficient
except:
raise ValueError("Maximum lift coefficient calculation error. Please, check inputs")
// ==============================================
// Computing speeds (Vs, V2, 0.7*V2)
// ==============================================
After Change
state.conditions.freestream.dynamic_pressure = np.array(np.atleast_1d(0.5 * rho * V2_speed**2))
state.conditions.freestream.velocity = np.array(np.atleast_1d(V2_speed))
state.conditions.freestream.mach_number = np.array(np.atleast_1d(V2_speed/ a))
state.conditions.freestream.dynamic_viscosity = np.array(np.atleast_1d(mu))
state.conditions.freestream.density = np.array(np.atleast_1d(rho))
results = vehicle.propulsors["turbofan"].engine_out(state)
thrust = results.thrust_force_vector[0][0]

In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: suavecode/SUAVE
Commit Name: f027bdc024eb9e85eddf98907c11ef3216f70652
Time: 2020-07-17
Author: ebotero@stanford.edu
File Name: trunk/SUAVE/Methods/Performance/estimate_take_off_field_length.py
Class Name:
Method Name: estimate_take_off_field_length
Project Name: craffel/mir_eval
Commit Name: 7d805ab9d26c74db2319658f1ee1d0235f092845
Time: 2014-07-25
Author: craffel@gmail.com
File Name: mir_eval/input_output.py
Class Name:
Method Name: load_time_series
Project Name: librosa/librosa
Commit Name: 7ca0da3854c49f73bd2aae5592f1cf5a9f7177d4
Time: 2014-11-06
Author: brian.mcfee@nyu.edu
File Name: librosa/core.py
Class Name:
Method Name: note_to_midi