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
 
(29 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-groud effect is simulated usign the CFD software.
 
== 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.
 
To access to the container use the following [https://egi.theubercloud.net link] and this credential <b>XXXXXX</b>.
 
After a successfully authentication this is how the HPC container looks like:
 
[[File:UberCloud_Docker1.png|center|700px]]
 
== Launch the Docker 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>
 
== Plotting results with ParaView ==
Starting ParaView to visualize 3D results of the OpenFoam simulation.
 
<pre>
]$ paraFoam &
</pre>
 
[[File:ParaView1.png|center|600px]]

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