[scilab-Users] Re: Function fit_data with several curves dependent on parameters

Carrico, Paul paul.carrico at esterline.com
Tue Jun 7 15:56:38 CEST 2011


In french (that's my native language as well) we speak about "vitesse de déformation" !!!!!

To fit the different parameters, it's typically an optimization process => in my opinion you've to:
- simulate exactly the tests at different strain rates,
- calculate the SSE (Sum square of errors = erreurs au sens des moindres carrés) between the test curves and the FEA ones
- ask Scilab to minimize the SSE using simplex methods (see fminsearch for unbounded parameters or Nelder-Mead for bounded ones) /  a gradient method (see optim) / genetic algorithms / Etc. ...


Nota : a loop = a set of FEAs (1 FEA per curve)

Paul

PS : what kind of tests did you perform ? 



-----Message d'origine-----
De : Orbeman [mailto:ludo.wag at laposte.net] 
Envoyé : mardi 7 juin 2011 15:41
À : users at lists.scilab.org
Objet : [scilab-Users] Re: Function fit_data with several curves dependent on parameters

Ok, you're right but a use the word speed to be more genral. In my native
language (french), it is understable to use the word speed for the strain
rate.

I've also curves with various strain rate during the increase of strain.

I hope also to simulate the law with Abaqus in the future. But first I've to
identify optimized parameters.

--
View this message in context: http://mailinglists.scilab.org/Function-fit-data-with-several-curves-dependent-on-parameters-tp3034239p3034496.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
--------------------------------------------------------------------------------


Le présent mail et ses pièces jointes sont confidentiels et destinés à la personne ou aux personnes visée(s) ci-dessus. Si vous avez reçu cet e-mail par erreur, veuillez contacter immédiatement l'expéditeur et effacer le message de votre système. Toute divulgation, copie ou distribution de cet e-mail est strictement interdite.

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please contact the sender and delete the email from your system. If you are not the named addressee you should not disseminate, distribute or copy this email.




More information about the users mailing list