From 71c8f3882550710b713932af76d8d807fdc0eb02 Mon Sep 17 00:00:00 2001 From: stockth Date: Tue, 23 Jul 2019 10:39:31 +0200 Subject: [PATCH] t --- Formeln.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formeln.py b/Formeln.py index 77eec8a..e7250e8 100644 --- a/Formeln.py +++ b/Formeln.py @@ -11,10 +11,10 @@ Formeln = [k.Formel('Kraftformel', i=k.Groesse('F', 'N', False), a=k.Groesse('m' k.Formel('Gewichtskraft', i=k.Groesse('Fg', 'N',False), a=k.Groesse(None,None,True,9.81),b=('h','m',False), z=konstante_eins,y=konstante_eins,x=konstante_eins), k.Formel('Spannenergie', i=k.Groesse('Espann','J', False), a=k.Groesse(None, None, True, 0.5), - b=k.Groesse('D', '', False), c=k.Groesse('s', 'm', False), x=konstante_eins, y=konstante_eins, + b=k.Groesse('D', 'N/m', False), c=k.Groesse('s', 'm', False), x=konstante_eins, y=konstante_eins, z=k.Groesse(None, None, True, 2)), - k.Formel("Potentielle Energie" , i=k.Groesse("Epot","J",False),b=k.Groesse("m","kg", False), - c=k.Groesse("Höhe","m",False), z=konstante_eins,y=konstante_eins,x=konstante_eins), + k.Formel('Potentielle Energie' , i=k.Groesse('Epot','J',False),b=k.Groesse('m','kg', False), + c=k.Groesse('Höhe','m',False), z=konstante_eins,y=konstante_eins,x=konstante_eins), k.Formel('Kinetische Energie',i=k.Groesse('Ekin','J', False), a=k.Groesse(None, None, True, 0.5), b=('m', 'kg', False), c=('v', 'm/s', False), z=konstante_eins, x=konstante_eins, y=k.Groesse(None, None, True, 2)),