Package Details: openfoam-org 12.20250206-7

Git Clone URL: https://aur.archlinux.org/openfoam.git (read-only, click to copy)
Package Base: openfoam
Description: The open source CFD toolbox (www.openfoam.org)
Upstream URL: http://www.openfoam.org
Licenses: GPL-3.0-or-later
Provides: openfoam
Submitter: None
Maintainer: envolution
Last Packager: envolution
Votes: 65
Popularity: 1.03
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-05-22 22:18 (UTC)

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 30 Next › Last »

Xwang commented on 2015-11-06 19:34 (UTC)

v3.0.0 is available http://www.openfoam.org/version3.0.0/ and there is a third party tar file which I don't know if is optional or required.

HuBoltzmann commented on 2015-11-02 09:57 (UTC)

After successful installation I couldn't get to start OpenFoam directly into terminal. Normally in Ubuntu I have done sourcing the bashrc. In arch linux i couldn't achieve that option. Any comment would be appreciated.

eleftg commented on 2015-07-16 09:11 (UTC)

Adopted and updated to v2.4.0

carlesso commented on 2015-05-28 14:55 (UTC)

OpenFoam 2.4.0 has been released: http://www.openfoam.org/version2.4.0/

domanov commented on 2015-04-21 12:40 (UTC)

A further tip: currently an executable called "R" is placed in /opt/OpenFOAM/OpenFOAM-2.3.1/platforms/linux64GccDPOpt/bin, ending up in conflict with the "real" R (as in r-project.org). Sourcing openfoam's bashrc in profile is not a good idea IMHO. I suggest putting the "source" line into an alias in /etc/profile.d/openfoam.sh: export FOAM_INST_DIR=/opt/OpenFOAM alias ofoam="source ${FOAM_INST_DIR}/OpenFOAM-2.3.1/etc/bashrc" So you can initialize your environment for working with openfoam.

kragacles commented on 2015-04-07 15:48 (UTC)

Thanks domanov, I was out all last week and missed your comments. We did a bunch of reorg to the PKGBUILD a few weeks ago and obviously missed this. I'll get it fixed up.

domanov commented on 2015-04-02 15:19 (UTC)

SOLVED: I played around with "wmakeLnIncludeAll" (in the /src dir) and "wmakeLnInclude" (in my test case) and I solved this problem. We probably want to include such step in the .install? Or at least output a message to let the user know it is manually required to run it post-installation.

domanov commented on 2015-04-02 14:14 (UTC)

After successful makepkg and installation I am not able to build apps and solvers using OpenFOAM's wmake. It seems that the includes directories are not recognised. I for example get a lot of errors such as: "could not open file fvCFD.H for source file anisoImpesFoam.C due to No such file or directory" whereas that header is in "/opt/OpenFOAM/OpenFOAM-2.3.1/src/finiteVolume/cfdTools/general/include/" Do anyone know how to fix this? Are you able to build custom solvers and apps? EDIT: Digging a little more, I saw that the whole "lnInclude"s are missing. Should it be that way? Must I build them manually after installation? How? Docs are veeery sparse and scarce about this. @puppeteer: by default /tmp is mounted on RAM (check it with "mount"), so it can fill up quite quickly. If this is the case for you, try and set the builddir somewhere on your disk in /etc/makepkg.conf : (BUILDDIR=/tmp/makepkg to something like BUILDDIR=/home/$USER/makepkg)