|
[Sponsors] |
Pre-compiled disk images of version 2.1 for Mac? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 17, 2012, 16:49 |
Pre-compiled disk images of version 2.1 for Mac?
|
#1 |
Member
einat
Join Date: Jul 2012
Posts: 31
Rep Power: 14 |
Hello
Thank you for all your work on OpenFOAM! I recently installed the latest 2.1.x version of OpenFOAM on my Linux machine, using the source code from the git repository. I have also installed version 2.0 on my Mac laptop, using the pre-compiled disk images. Both work well. Now I'd like to run the new solver "optentialFreeSurfaceFoam", which was added in v.2.1.x, on my Mac, but I'd like to avoid having to build from scratch source code on the Mac, if possible. Are there any precompiled version 2.1 files out there? Thanks! Einat |
|
August 31, 2012, 07:50 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
This comes a bit late, but for your information:
Quote:
__________________
|
||
September 8, 2012, 18:03 |
|
#3 |
Member
einat
Join Date: Jul 2012
Posts: 31
Rep Power: 14 |
Thanks much.
|
|
September 8, 2012, 18:47 |
|
#4 |
Member
einat
Join Date: Jul 2012
Posts: 31
Rep Power: 14 |
I'm running into problems installing the DMG file:
Anything I try to do, I get an error saying that this is a "read-only file system". I tried changing the disk-image name to .sparseimage instead of .dmg, and also to make the disk image writable to all users, but nothing helped. I tried using sudo, no help. Any ideas?? Thanks!! Einat |
|
September 9, 2012, 04:52 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Einat,
Why do you want to change that image to be read-write? You only need it for getting a working OpenFOAM installation! Anything else can be written in your personal folders! Best regards, Bruno
__________________
|
|
September 9, 2012, 11:27 |
|
#6 |
Member
einat
Join Date: Jul 2012
Posts: 31
Rep Power: 14 |
I didn't necessarily want to, but I get an error even when I try to create the "$USER-2.1.0" folder that the installation instructions call for. And I tried cleaning and re-building, b/c the instructions said it was a good idea, and I kept getting errors that it was read-only system...
|
|
September 9, 2012, 12:50 |
|
#7 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
It's simple (assuming nothing is mounted):
__________________
|
|
September 9, 2012, 13:02 |
|
#8 |
Member
einat
Join Date: Jul 2012
Posts: 31
Rep Power: 14 |
Got it. So to run a tutorial, I first need to copy it into a read-write folder of my own, and then run it? I tried that with icoFoam's cavity example and it seemed to work.
|
|
September 9, 2012, 13:34 |
|
#9 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Yes, that's the idea. Actually, following the steps I outlined, you should be able to run the commands listed shown in the section Getting Started from http://www.openfoam.org/download/source.php
The same goes for solvers and libraries you may want to modify. For creating a modified solver, here is a good tutorial for it: http://openfoamwiki.net/index.php/Ho...ure_to_icoFoam
__________________
|
|
September 9, 2012, 20:23 |
|
#10 |
Member
einat
Join Date: Jul 2012
Posts: 31
Rep Power: 14 |
Awesome! thanks so much!
|
|
October 12, 2012, 10:02 |
Problems with parafoam starting
|
#11 |
New Member
Malachy O'Rourke
Join Date: Apr 2009
Posts: 6
Rep Power: 17 |
Hi,
I followed the instructions and everything went fine until I went to run paraFoam. I got the following message. Any help appreciated. dhcp-892b949a:~ malachyorourke$ paraFoam FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers ./Allwclean ./Allwmake dhcp-892b949a:~ malachyorourke$ cd cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers -bash: cd: cd: No such file or directory dhcp-892b949a:~ malachyorourke$ paraFoam FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers ./Allwclean ./Allwmake dhcp-892b949a:~ malachyorourke$ cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers dhcp-892b949a:PV3Readers malachyorourke$ ./Allwclean + wclean libso vtkPV3Readers wclean vtkPV3Readers + PV3blockMeshReader/Allwclean + rm -f '/Users/malachyorourke/OpenFOAM/OpenFOAM-2.1.0/platforms/darwinIntel64Gcc46DPOpt/lib/libPV3blockMeshReader*' + rm -rf PV3blockMeshReader/Make + wclean libso vtkPV3blockMesh wclean vtkPV3blockMesh + PV3FoamReader/Allwclean + rm -f '/Users/malachyorourke/OpenFOAM/OpenFOAM-2.1.0/platforms/darwinIntel64Gcc46DPOpt/lib/libPV3FoamReader*' + rm -rf PV3FoamReader/Make + wclean libso vtkPV3Foam wclean vtkPV3Foam dhcp-892b949a:PV3Readers malachyorourke$ ./Allwmake + '[' -d /Users/malachyorourke/OpenFOAM/ThirdParty-2.1.0/platforms/darwinIntel64Gcc46/paraview-3.12.0 -a -r /Users/malachyorourke/OpenFOAM/ThirdParty-2.1.0/platforms/darwinIntel64Gcc46/paraview-3.12.0 ']' dhcp-892b949a:PV3Readers malachyorourke$ Malachy |
|
October 12, 2012, 16:48 |
|
#12 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Malachy,
Read this: http://openfoamwiki.net/index.php/Ho...using_ParaView - section "3 Installing and using ParaView" Best regards, Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ActuatorDiskExplicitForce in OF2.1. Help | be_inspired | OpenFOAM Programming & Development | 10 | September 14, 2018 12:12 |
paraview installation woes | vex | OpenFOAM Installation | 15 | January 30, 2011 08:11 |
OpenFOAM-1.6 install cookbook | MadsR | OpenFOAM Installation | 372 | November 20, 2010 12:57 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |
Troubles with compiled version of paraviewparafoam | tgazz | OpenFOAM Bugs | 1 | April 17, 2008 11:42 |