This commit is contained in:
Pedro Jose Romero Gombau 2025-03-31 11:48:48 +02:00
parent 0ac0e5c84d
commit d0ec526357
3 changed files with 4 additions and 5 deletions

View File

@ -24,8 +24,6 @@ if __name__ == '__main__':
while flag == False:
os.system('cls')
gc.generar_curva(offset, archivoCurvas)
for i in np.arange(len(E_obj)):

View File

@ -38,8 +38,8 @@ def generar_curva(offset, ruta):
for i in np.arange(len(h)):
f.write(f'BValue[{i+1}]={b[i]}\n')
f.write(f'HValue[{i+1}]={h[i]}\n')
print("Curva generada correctamente en: ", ruta)
def logica_offset(offset, error, errorObjetivo):
'''

View File

@ -1,4 +1,5 @@
numpy
pandas
openpyxl
ansys.motorcad.core
ansys.motorcad.core
matplotlib