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.

Computer-Aided Engineering (CAE) in the EGI Federated Cloud

From EGIWiki
Jump to navigation Jump to search
Overview For users For resource providers Infrastructure status Site-specific configuration Architecture




Computer-Aided Engineering in the EGI FedCloud

This wiki aims to showcase how 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.

Access the Docker container

The Docker 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 link and these credentials XXXXXX.

After a successfully authentication this is how the Docker container looks like:

UberCloud Docker1.png

Launch the Docker container

 ]$ 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!!!!!

Plotting results with ParaView

Starting ParaView to visualize 3D results of the OpenFoam simulation.

 ]$ paraFoam &

ParaView.png