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.
Search Criteria
Package Details: openfoam-org 11.20240704-1
Package Actions
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 |
Provides: | openfoam |
Submitter: | None |
Maintainer: | petronny (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 63 |
Popularity: | 1.53 |
First Submitted: | 2009-07-02 09:16 (UTC) |
Last Updated: | 2024-07-05 09:28 (UTC) |
Dependencies (8)
- boost (boost-gitAUR)
- bzip2 (bzip2-gitAUR)
- cgal (cgal-gitAUR)
- flex (flex-gitAUR)
- paraview (paraview-gitAUR)
- parmetisAUR (parmetis-gitAUR)
- scotchAUR (scotch-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 27 Next › Last »
HuBoltzmann commented on 2015-11-02 09:57 (UTC)
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)
kragacles commented on 2015-03-29 16:35 (UTC)
It is hard to say what happened from the information provided; other than that parts of openfoam failed to compile.
The "unable to open /tmp" error looks somewhat like the compiler ran out of space to write the file to /tmp. Openfoam writes a large number of files while compiling and it can eat up a lot of space.
How large is your /tmp partition? How much free disk space do you have overall?
My best guess at this point.
Pinned Comments
petronny commented on 2020-08-04 08:36 (UTC) (edited on 2023-04-14 08:48 (UTC) by petronny)
Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.