* fichier : fsi2.dgibi ************************************************************************ ************************************************************************ * CAS TEST DU 91/10/04 PROVENANCE : PETI ******************************************* * Test fsi2.dgibi: jeux de données * * --------------------------------- * ******************************************* * SI GRAPH = N PAS DE GRAPHIQUE AFFICHE * SINON SI GRAPH DIFFERENT DE N TOUS * LES GRAPHIQUES SONT AFFICHES GRAPH = 'N' ; SAUT PAGE; SI (NEG GRAPH 'N') ; SINO ; FINSI ; SAUT PAGE; ******************************************* * * * TEST FSI2 * * * * CYLINDRICAL FLUID CAVITY WITHOUT * * FREE SURFACE * * * * Calculation of the acoustic frequencies,* * for m = 1, of cylindrical water volume * * of radius 1.43m and height 1.039m * * * * * * P8+----------+P5 * * | | * * | | * * | | * * | | * * | | * * P7+----------+P6 * * * * * * The boundary conditions are * * * * dp | * * ---- | = 0 * * dz | h = 0. * * * * dp | * * ---- | = 0 * * dr | r = R * ******************************************* TEMPS; *=========================================* * geometry * *=========================================* * Dimensions en metres * Points P5 = 1.43 1.039 ; P6 = 1.43 0.0 ; P7= 0. 0. ; P8 = 0. 1.039 ; N1 = 10 ; S4 = P6 D N1 P5 ; S5 =P7 D N1 P6 ; S6 = P7 D N1 P8 ; S7 =P8 D N1 P5 ; * OPTIO FOR TRACE SI (NEG GRAPH 'N'); TITR ' FSI2 : MAILLAGE'; FINSI; *=========================================* * MODE - materiau - rigidite - masse * *=========================================* MATLIQ = MATE MODLIQ CREF 1435. LCAR 1 G 0.; *=========================================* * boundary conditions * *=========================================* * No explicit boundary condition * the boundary conditions are natural . *=========================================* * calculation of the frequencies * * and * * extraction of some results * *=========================================* * Use the operator VIBR. (option PROC) FRE1 = TABLE; FRE1.1 = 294.06; FRE1.2 = 750.56; * *=========================================* * results * *=========================================* MESS ' RESULTATS '; I = 0; REPETER BLOC1 2; I = I + 1; FRE2.I = RESUL . MODES . I . FREQUENCE; ERG.I = 100 * (ABS ((FRE1.I - FRE2.I) / FRE1.I)); FIN BLOC1; *=========================================* * code validation * *=========================================* SI (ERGMAX <EG 5.); SINON; FINSI; TEMPS; FIN;
© Cast3M 2003 - Tous droits réservés.
Mentions légales