Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "Computer-Aided Engineering (CAE) in the EGI Federated Cloud"

From EGIWiki
Jump to navigation Jump to search
(Replaced content with "{{Fedcloud_Menu}} {{TOC_right}} {{Template:Block-comment | name=Warning | text=This application is no longer supported, check page history if interested in previous info...")
Tag: Replaced
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Fedcloud_Menu}} {{TOC_right}}  
{{Fedcloud_Menu}} {{TOC_right}}  


= Computer-Aided Engineering in the EGI FedCloud =
{{Template:Block-comment
This wiki aims to showcase how [http://openfoam.com/ OpenFOAM], the leading open source software for Computational Fluid Dynamics (CFD), can be easily ported to and used on a public e-Infrastructure such as EGI.
| name=Warning
 
| text=This application is no longer supported, check page history if interested in previous information available here
=== About ===
  }}
The NACA airfoils are [https://en.wikipedia.org/wiki/Airfoil airfoil] shapes for aircraft wings developed by the [https://en.wikipedia.org/wiki/National_Advisory_Committee_for_Aeronautics National Advisory Committee for Aeronautics (NACA)].
In this wiki we will show the wind effect (pressure, velocity) simulated using the CFD software, OpenFOAM supported by CFD Support.
 
== Access the UberCloud HPC Container ==
The Docker based HPC container has been successfully installed at CESNET-MetaCloud, one of the cloud provider of the EGI Federation.
 
If you are interested to access and use the UberCloud HPC container on the EGI infrastructure, please send an e-mail to business@egi.eu to get your individual credentials.
 
The credential will be valid for up to <b>24</b> hours within a specifically scheduled time (first come first served). Once you have your credential, please connect to this [https://egi-openfoaminbox.theubercloud.net/ link].
 
After a successfully authentication this is how the HPC container looks like:
 
[[File:UberCloud_Docker1.png|center|700px]]
 
== Launch the HPC Container ==
<pre>
]$ cd /home/hpcuser/Tests/NEW_SAMPLE/NACA/NACA4412
]$ /bin/sh Allrun.sh &
---------------------------------------------------
---------------------------------------------------
RUNNING TEST CASE  NACA4412, kOmegaSST, U = 30 [m/s]
turbulence=RANS, mode=incompressible, wall=wallFunction
mesh=3.5k, NProc=6, deltaT=1, endTime=5000
---------------------------------------------------
---------------------------------------------------
 
--------
Cleaning tutorial ...
Removing backup files
--------
Renumbering mesh ...
Running solver potentialFoam ...
Decomposing computational mesh ...
Running solver simpleFoam ...
Sampling data ...
Plotting results ...
[..]
Allrun.sh    DONE!!!!!
</pre>
 
 
The wind effect (pressure) simulated using the CFD software in 2D is shown in the following figure:
 
 
[[File:NACA4412.jpg|center|600px]]
 
== Plotting results with ParaView ==
Starting ParaView to visualize 3D results of the OpenFoam simulation.
 
<pre>
  ]$ paraFoam &
</pre>
 
[[File:ParaView1.png|center|600px]]
 
 
== Additional info ==
For further information, please check the info available in the following [https://indico.egi.eu/indico/event/3131/ indico] page.

Latest revision as of 15:40, 3 March 2020

Overview For users For resource providers Infrastructure status Site-specific configuration Architecture




Warning:
This application is no longer supported, check page history if interested in previous information available here