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 [2024/09/21 02:26] perdomoatmos:software:openfoam:home [2024/10/03 19:49] (current) perdomo
Line 8: Line 8:
   * Ran OpenFOAM Docker image on Littlestorm. Following this procedure:   * Ran OpenFOAM Docker image on Littlestorm. Following this procedure:
  
-1)Edit your ~/.bashrc file and add the line: export XAUTHORITY=$HOME/.Xauthority+1) Edit your ~/.bashrc file and add the line: export XAUTHORITY=$HOME/.Xauthority
  
-2)Start with "Step 5: Launching openfoam11-linux" at the following link [[https://openfoam.org/download/11-linux/]]  However, when you get to the last line that launches "openfoam11-linux" ,  you instead need to launch it like this: openfoam11-linux -p 510 -xhost  <--This will ensure that graphical programs get passed through and show up correctly when xforwarding.   You may not need the extra flags if you are using a VNC session.+2) Start with "Step 5: Launching openfoam11-linux" at the following link [[https://openfoam.org/download/11-linux/]]  However, when you get to the last line that launches "openfoam11-linux" ,  you instead need to launch it like this: openfoam11-linux -p 510 -xhost  <--This will ensure that graphical programs get passed through and show up correctly when xforwarding.   You may not need the extra flags if you are using a VNC session.
   *Step 5 from link:   *Step 5 from link:
-  *mkdir -p $HOME/OpenFOAM/${USER}-11+ 
 +   mkdir -p $HOME/OpenFOAM/${USER}-11
    cd $HOME/OpenFOAM/${USER}-11    cd $HOME/OpenFOAM/${USER}-11
-   openfoam11-linux+   openfoam11-linux -p 510 -xhost 
 + 
 +3) Once in the container, return to [[https://openfoam.org/download/11-linux/]], and go to Step 6: Testing openfoam11-linux. This should ensure that everything is set correctly and afterward you should be ready to work with the program. 
 +  *Step 6 from link: 
 +    *Testing OpenFOAM
  
-3)Once in the container, return to [[https://openfoam.org/download/11-linux/]], and go to Step 6: Testing openfoam11-linux. This should ensure that everything is set correctly and afterward you should be ready to work with the program.+    mkdir -p $FOAM_RUN 
 +    cd $FOAM_RUN 
 +    cp -r $FOAM_TUTORIALS/incompressibleFluid/pitzDailySteady . 
 +    cd pitzDailySteady 
 +    blockMesh 
 +    foamRun 
 +    paraFoam
  
 ===Older Versions=== ===Older Versions===
Line 25: Line 36:
  
  
 +==== Issues ====
 +=== Problems (2024/09/24) ===
 + * OpenFOAM NASA_P3_extendedPylon_CDP_OAP_v5.obj object files does not exist so model does execute.
 +=== Cause ===
 + * .obj file missing from directory 0, in the NASA_extendedPylon_v2_tas120_aoa0_900T33.
 +=== Solution ===
 + * Locate file and place in correct directory. 
atmos/software/openfoam/home.1726885584.txt.gz · Last modified: 2024/09/21 02:26 by perdomo