필터 지우기
필터 지우기

Calcul d'erreur de vitesse

조회 수: 2 (최근 30일)
Hidir ABAY
Hidir ABAY 2016년 5월 24일
댓글: Walter Roberson 2016년 5월 25일
Bonjour à tous,
aujourd'hui je reviens vers vous car j'ai un soucis au niveau du calcul d'erreur.
J'ai un écoulement de type Vortex de Rankine. J'ai les valeurs théoriques du champ de vitesse en fonction des coordonnées des particules détéctés. J'ai également les valeurs numériques que j'ai trouvé grâce à un code MATLAB donc.
J'ai donc u_theo, v_theo, u_num et v_num (avec U=u ex + v ey ) et je voudrais calculer l'erreur.
Alors mon soucis c'est que je connais à peu près la formule mais je n'arrive pas à la valider et je n'arrive également pas à la retrouver sur internet..
Je sais qu'elle ressemble à quelque chose du genre : erreur= SQRT(SUM(i) SUM(j) (U_num - U_theo / U_num) * 1/nx * 1/ny ) mais je n'en suis pas sure ..
j'aurais donc besoin d'un coup de main à ce sujet.
Je vous remerci d'avance, Amicalement.
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 5월 25일
Approximate translation:
Hello everyone,
today I come to you because I have a concern at the error calculation.
I have a Vortex flow Rankine. I have the theoretical values of the velocity field according to the coordinates of detected particles. I also have numeric values which I found through a MATLAB code so.
So I u_theo, v_theo, u_num and v_num (with U = u ex + v ey) and I would calculate the error.
So my concern is that I know about the formula but I can not confirm it and I also happen not to find on the internet ..
I know it looks something like this: error = SQRT (SUM (i) SUM (j) (U_num - U_theo / U_num) * 1 /nx * 1 / ny) but I'm not sure ..
So I'd need a hand on it.
I Thank You in advance, Regards.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by