Commit History

Updated line 176 with: cs_area = st.number_input('Cross-Sectional Area',value=9.0e-4)
5a42d80
verified

TroglodyteDerivations commited on

Updated line 145 with: ax2.set_xscale('log', base=10)
84f3f79
verified

TroglodyteDerivations commited on

Updated lines 199, 201, 203, & 205 with: model.plot_reluctances_of_each_limb_log_base_10() | model.plot_inductor_currents_log_base_10() | model.plot_results_log_base_10() | model.plot_phi_values_log_base_10()
7ad740f
verified

TroglodyteDerivations commited on

Updated line 176 with: cs_area = st.number_input('Cross-Sectional Area',min_value=1.0e-4, max_value=10.0e-4, value=9.0e-4) | Updated line 184 with: mu_r = st.number_input('Relative Permeability', min_value=1000.0, max_value=1000.0, value=1000.0) | Updated line 188 with: simulation_time = st.number_input('Simulation Time', min_value=0.125, max_value=0.625,value=0.125)
09a1072
verified

TroglodyteDerivations commited on

Updated line 175 with: no_of_turns = st.number_input('Number of Turns',min_value=125, max_value=777, value=500) [added comma after 777]
a946e3f
verified

TroglodyteDerivations commited on