Utilisateur:Jean-Michel Tanguy/SujetENTPE2020/trinome2: BUCHER-GIORGI-LOTHON : Différence entre versions
Ligne 89 : | Ligne 89 : | ||
<math>H = \cos(2kL-x)+cos(kx) </math> | <math>H = \cos(2kL-x)+cos(kx) </math> | ||
+ | |||
+ | ===Cas n°3 : Domaine monodimensionnel de longueur L avec pente du fond constante=== | ||
+ | ==== Méthode Analytique==== | ||
+ | ====Résolution==== | ||
+ | |||
+ | Berkhoff : | ||
+ | |||
+ | <math>\frac{\partial}{\partial_x}(H\frac{\partial\phi}{\partial_x})+k^2H\phi=0</math> | ||
+ | Expression de la hauteur | ||
+ | |||
+ | <math>H(x)=H_0-px</math> | ||
+ | |||
+ | <math>k=k_0</math> | ||
+ | |||
+ | On obtient : | ||
+ | |||
+ | <math>(H_0-px)\frac{\partial\phi^2}{\partial_x^2}-p\frac{\partial\phi}{\partial_x}+k_0^2(H_0-px)\phi(x)</math> | ||
+ | |||
+ | En réalisant le changement de variable suivant :<math>X=\frac{k}{p}(px-H_0) \Leftrightarrow x=\frac{X}{k}+\frac{H_0}{p}</math> | ||
+ | |||
+ | l'équation devient : <math>-pk_0X\frac{\partial\phi^2}{\partial_X^2}-pk_0\frac{\partial\phi}{\partial_X}+pXk_0\phi(x)=0</math> | ||
+ | |||
+ | On divise par<math> -pk_0 </math> puis on multiplie par<math> X </math> | ||
+ | |||
+ | On obtient l'équation de Bessel suivante : | ||
+ | |||
+ | <math>X^2\frac{\partial\phi^2}{\partial_X^2}+X\frac{\partial\phi}{\partial_X}-X^2\phi(X)=0</math> | ||
+ | |||
+ | La solution est de la forme : | ||
+ | |||
+ | <math>\phi(X)=AJ_0(X)+BY_0(X)</math> avec <math> J_0(X)=\sqrt{\frac{2}{\pi X}}\cos(X-\frac{\pi}{4})</math> et <math>Y_0(X)=\sqrt{\frac{2}{\pi X}}\sin(X-\frac{\pi}{4})</math> | ||
+ | |||
+ | c'est à dire : <math>J_0(x)=\sqrt{\frac{2p}{\pi k(px-H_0)}}\cos(\frac{k}{p}(px-H_0)-\frac{\pi}{4})</math> et <math>Y_0(x)=\sqrt{\frac{2p}{\pi k(px-H_0)}}\sin(\frac{k}{p}(px-H_0)-\frac{\pi}{4})</math> | ||
+ | |||
+ | Avec les conditions initiales, on exprime les constantes A et B : | ||
+ | |||
+ | <math>\phi(0)=1 </math> et <math>\frac{\partial\phi}{\partial_x}(x=L)=ik\phi(L)</math> | ||
+ | |||
+ | On obtient : | ||
+ | <math>A=\frac{1-\frac{1}{\frac{J_0(0)\bigl(Y_0(L)-kJ_0(L)-Y_0(L)ik\bigr)}{ikJ_0(L)-DJ_0(L)+kY_0(L)}+Y_0(0)}Y_0(0)}{J_0(0)}</math> | ||
+ | |||
+ | <math>B= \frac{1}{\frac{J_0(0)\bigl(Y_0(L)-kJ_0(L)-Y_0(L)ik\bigr)}{ikJ_0(L)-DJ_0(L)+kY_0(L)}+Y_0(0)}</math> |
Version du 28 mai 2020 à 22:19
Dans le but de modéliser la houle, nous allons utiliser le modèle de Berkhoff. C'est un modèle bi-dimensionnel qui a pour expression:
$ \frac{\partial }{\partial x_i}(CC_g \frac{\partial \phi}{\partial x_i})+ k^2CC_g\phi = 0 $ avec i = {1,2}
On note:
$ \phi $: le potentiel de vitesse, $ C $: la célérité de l'onde, $ C_g $: la célérité de groupe des vagues, $ k $: le nombre d'onde,
L'expression du nombre d'onde k est la suivante:
$ \omega^2 = gk\tan(kH) $
On note:
H: la profondeur, $ \omega $: la fréquence avec $ \omega = \frac{2\pi}{T} $
Nous nous plaçons dans le cadre des ondes longues, ce qui signifie que $ C = C_g = \sqrt{gH} $.
L'équation devient alors:
$ \frac{\partial }{\partial x_i}(H \frac{\partial \phi}{\partial x_i})+ k^2H\phi = 0 $
Sommaire |
Étude cas
Cas n°1 : canal uniforme unidimensionnel plat de longueur L avec sortie libre amont
Méthode analytique
Dans le cadre de l'hypothèse canal uniforme plat, on a $ H = constante $. On a alors:
$ \frac{\partial }{\partial x_i}(H \frac{\partial \phi}{\partial x_i})+ k^2H\phi = 0 \Leftrightarrow H\frac{\partial }{\partial x_i}( \frac{\partial \phi}{\partial x_i})+ k^2H\phi = 0 \Leftrightarrow \cancel{H}\frac{\partial }{\partial x_i}( \frac{\partial \phi}{\partial x_i})+ k^2\cancel{H}\phi = 0 \Leftrightarrow \frac{\partial^2 \phi}{\partial x_i^2}+ k^2\phi = 0 $
On obtient alors une équation différentielle du second degré sans second membre à résoudre. L'équation d’onde est la suivante:
$ h(x,t)=a_0\cos(kx-\omega t) $
Résolution
$ \phi(x)=A\cos(kx)+B\sin(kx) $
avec $ k = \frac{\omega}{c} \Rightarrow k = \frac{2\pi}{T\sqrt{gH_0}} $
D'après les conditions initiales, on a:
$ \bullet \phi(0)=1 \Rightarrow A=1 $
$ \bullet \phi(L)=ik\phi \Rightarrow B= i $
On en déduit l'expression de $ \phi $:
$ \phi(x)= \cos(kx)+i\sin(kx) $
Puis l'expression de H:
$ H = \frac{Re(\phi)}{ |\phi|}= \cos(kx) $
Cas n°2 : canal uniforme unidimensionnel réflexion totale amont
Méthode analytique
L'équation différentielle est la même que dans le cas n°1. Seules les conditions initiales changent.
Résolution
$ \phi(x)=A\cos(kx)+B\sin(kx) $
avec $ k = \frac{\omega}{c} \Rightarrow k = \frac{2\pi}{T\sqrt{gH_0}} $
D'après les conditions initiales, on a:
$ \bullet $ En aval: $ \phi_x=ik(2-\phi) \Rightarrow B=1 $
$ \bullet $En amont: $ \phi_x=0 \Rightarrow A = e^{2ikL} $
On en déduit l'expression de $ \phi $:
$ \phi(x)= e^{ik(2L-x)}+e^{ikx} = \cos(2kl-x)+i\sin(2kL-x)+\cos(kx)+i\sin(kx) $
Puis l'expression de H:
$ H = \cos(2kL-x)+cos(kx) $
Cas n°3 : Domaine monodimensionnel de longueur L avec pente du fond constante
Méthode Analytique
Résolution
Berkhoff :
$ \frac{\partial}{\partial_x}(H\frac{\partial\phi}{\partial_x})+k^2H\phi=0 $ Expression de la hauteur
$ H(x)=H_0-px $
$ k=k_0 $
On obtient :
$ (H_0-px)\frac{\partial\phi^2}{\partial_x^2}-p\frac{\partial\phi}{\partial_x}+k_0^2(H_0-px)\phi(x) $
En réalisant le changement de variable suivant :$ X=\frac{k}{p}(px-H_0) \Leftrightarrow x=\frac{X}{k}+\frac{H_0}{p} $
l'équation devient : $ -pk_0X\frac{\partial\phi^2}{\partial_X^2}-pk_0\frac{\partial\phi}{\partial_X}+pXk_0\phi(x)=0 $
On divise par$ -pk_0 $ puis on multiplie par$ X $
On obtient l'équation de Bessel suivante :
$ X^2\frac{\partial\phi^2}{\partial_X^2}+X\frac{\partial\phi}{\partial_X}-X^2\phi(X)=0 $
La solution est de la forme :
$ \phi(X)=AJ_0(X)+BY_0(X) $ avec $ J_0(X)=\sqrt{\frac{2}{\pi X}}\cos(X-\frac{\pi}{4}) $ et $ Y_0(X)=\sqrt{\frac{2}{\pi X}}\sin(X-\frac{\pi}{4}) $
c'est à dire : $ J_0(x)=\sqrt{\frac{2p}{\pi k(px-H_0)}}\cos(\frac{k}{p}(px-H_0)-\frac{\pi}{4}) $ et $ Y_0(x)=\sqrt{\frac{2p}{\pi k(px-H_0)}}\sin(\frac{k}{p}(px-H_0)-\frac{\pi}{4}) $
Avec les conditions initiales, on exprime les constantes A et B :
$ \phi(0)=1 $ et $ \frac{\partial\phi}{\partial_x}(x=L)=ik\phi(L) $
On obtient : $ A=\frac{1-\frac{1}{\frac{J_0(0)\bigl(Y_0(L)-kJ_0(L)-Y_0(L)ik\bigr)}{ikJ_0(L)-DJ_0(L)+kY_0(L)}+Y_0(0)}Y_0(0)}{J_0(0)} $
$ B= \frac{1}{\frac{J_0(0)\bigl(Y_0(L)-kJ_0(L)-Y_0(L)ik\bigr)}{ikJ_0(L)-DJ_0(L)+kY_0(L)}+Y_0(0)} $