1 / 18

Application: TSD-MPI Calculation of Thermal Stress Distribution By Using MPI on EumedGrid

Application: TSD-MPI Calculation of Thermal Stress Distribution By Using MPI on EumedGrid Abdallah ISSA Mazen TOUMEH Higher Institute for Applied Sciences and Technology-HIAST Damascus – Syria.

gudrun
Download Presentation

Application: TSD-MPI Calculation of Thermal Stress Distribution By Using MPI on EumedGrid

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Application: TSD-MPI Calculation of Thermal Stress Distribution By Using MPI on EumedGrid Abdallah ISSA Mazen TOUMEH Higher Institute for Applied Sciences and Technology-HIAST Damascus – Syria Africa 6 –Joint CHAIN/EPIKH/EUMEDGRID Support event in School on Application Porting- Rabat, June 6, 2011

  2. TSD-MPI“Purpose” • To calculate temperature distribution and thermal stresses distribution around a different combination of heat resources inserted in acrylic cylindrical fin, by using Finite Element Analysis Method. • Part of project “Design and build HIAST FEM SOFTWARE: Heat distribution and Thermal Stress Analysis depends on Finite Element Method”

  3. TSD-MPI“Theory-1” • Stress analysis is an important part of engineering science, as failure of most engineering components is usually due to stress. • The component under a stress investigation can vary from the legs of an integrated circuit to the legs of an offshore drilling rig, or from a submarine pressure hull to the fuselage of a jumbo jet aircraft. • .

  4. TSD-MPI“Theory-2” • Thermal stress is a very important factor when examining the cause of failure in components. Thermal stress is created in the object structure mainly under the effect of the difference in the object part’s heat expansion. • even at low temperature a large gradient of temperature can produce a fatal stress. Therefore it is necessary to establish a simple and easy method to analyze thermal stress of a body in all material

  5. TSD-MPI“Theory-3” • The finite element method is a numerical technique for finding approximate solutions of partial differential equations (PDE) as well as of integral equations. • To increase the accuracy in this methods means: increase in the number of element, decrease in the size of the element, select more complex element configuration and decrease the value of accepted approximation in the conjugate gradient method.

  6. TSD-MPI“Theory-4” • In another words, increasing the accuracy increasing the needs to the more calculation power because now there is more data to analysis more results data to simulate and this mean need more time to do the job.

  7. TSD-MPI“Heat Distribution 3D-FEM Calculation”

  8. TSD-MPI “The Concept of Parting Input GeometricalData”

  9. TSD-MPI “GeometricalInput Data”

  10. TSD-MPI “Caustics pattern calculation problem ”

  11. TSD-MPI“algorithm of work” • problem can be solved by pipelined computation algorithm. The solid project in our case the cylinder should be divided into the same number of the processors. • During the iteration in conjugate gradient method, in each time the solution become close to the right answer the processor will send the temperate value of the node matrix to the other processor.

  12. TSD-MPI“algorithm of work-2” • In another words each processor is involve in one instance to solve during the time. After send there is a value matching for each node which is similar in coordination. • In that case, the results should be more accurate. And more complex problem can be solved.

  13. Solution: Discs TSD-MPI “Practice” • Dividing the cylinder into discs: Heaters … • Each Disc will be a job:

  14. TSD-MPI “Implementation” Solution: • Searching for real 64-bit platform • Using more memory for data structure. • Platform needed to apply TSD-MPI • SL 5.4 64bit: • intel-fortran-64 bit • MPI package support Fortran language

  15. Data structure: Most of types must be in 64-bits. TSD-MPI “Implementation-2” • Matrixes 2D <Object’s definitions & properties>. <Object’s matrixes # (40,000,000)2>. • Other Matrixes 2D <Elements of nodes & auxiliary variables>. • Global constant & variables.

  16. TSD-MPI “Practice” Timing: • 1 thin disk #25minutes = 1 job. • 10 cm as altitude of a cylinder  1000 jobs: In serial mode : 25 * 1000 = 25000m ≈ 17.36 days In parallel mode: 1m : Submission. 10 – 20 minutes : Waiting & Scheduling. 25m : Running. 20m : Retrieving Data. 1 + 20 + 25 + 20 = 66m Ξ 1Hour only

More Related