User Tools

Site Tools


atmos:software:openfoam:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:software:openfoam:home [2026/04/17 17:44] perdomoatmos:software:openfoam:home [2026/04/17 18:02] (current) – [Switching to OpenFOAM2506 from www.openfoam.com] perdomo
Line 116: Line 116:
  10) Run the rhoSimpleFoam solver.   10) Run the rhoSimpleFoam solver. 
  
-==== Switching to OpenFOAM2506 from [[https://www.openfoam.com/|OpenFOAM]] ====+==== Switching to openfoam2506 from www.openfoam.com ==== 
 + 
 +As recommended by an OpenFOAM expert, a switch from openfoam11-linux (from openfoam.org) to openfoam2506 (from openfoam.com) was made, since the latter keeps syntax virtually the same between version thus allowing the use of old cases with minimal modification to the configuration files compared to the openfoam.org version. 
 + 
 +=== Installation === 
 +Installation will need to be executed by an admin with sudo privileges.  
 + 
 +yum -y install dnf-plugins-core 
 +sudo dnf install scotch scotch-devel metis metis-devel 
 +dnf -y copr enable openfoam/openfoam 
 +sudo yum install openfoam2406-default 
 +sudo yum install openfoam2506-default 
 +# binaries will be installed in /usr/bin/openfoam2406 and in  /usr/bin/openfoam2506 
 +# >> Tutorials in /usr/lib/openfoam/openfoam2406/tutorials/ 
 +sudo chmod -R 777 /usr/lib/openfoam/openfoam2406/ 
 +sudo chmod -R 777 /usr/lib/openfoam/openfoam2506/ 
 +# in your ~/.bashrc we just add  
 +alias of24='. /usr/lib/openfoam/openfoam2406/etc/bashrc' 
 +alias of25='. /usr/lib/openfoam/openfoam2506/etc/bashrc' 
 + 
 +=== Calling the docker image === 
 +Navigate to the case directory and type the command:  
 +openfoam2506 
 + 
 +OpemFOAM will load and will be ready to execute commands to run the simulation.  
 + 
 + 
 +==Running NASA_extendedPylon_v2_tas120_aoa0_900T33 case === 
 + 
atmos/software/openfoam/home.1776447859.txt.gz · Last modified: 2026/04/17 17:44 by perdomo