Search Criteria
Package Details: openfoam-org 12.20250206-8
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-3.0-or-later |
Provides: | openfoam |
Submitter: | None |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 66 |
Popularity: | 1.23 |
First Submitted: | 2009-07-02 09:16 (UTC) |
Last Updated: | 2025-06-11 06:13 (UTC) |
Dependencies (27)
- boost (boost-gitAUR)
- bzip2 (bzip2-gitAUR)
- cgal (cgal-gitAUR)
- double-conversion (double-conversion-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR)
- gl2ps (gl2ps-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxt
- openmpi (openmpi-gitAUR)
- paraview (paraview-gitAUR, paraview-qt6AUR)
- parmetisAUR (parmetis-gitAUR)
- python (python37AUR)
- scotchAUR (scotch-gitAUR)
- utf8cpp (utf8cpp-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zoltanAUR (trilinosAUR)
- cli11 (make)
- Show 7 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 31 Next › Last »
winnie_ua commented on 2023-12-24 21:36 (UTC)
What's the difference from
openfoam-com
?ng0177 commented on 2023-09-30 14:08 (UTC)
needs the https://aur.archlinux.org/packages/parmetis fix to install
travonz commented on 2022-05-29 07:57 (UTC)
You are right @carlosal1015 ! Both OpenFOAM 8 and 9 works when compiling with gcc11, and both face issues when compiled with gcc12. Problem solved, thanks a lot for the hint !
carlosal1015 commented on 2022-05-29 03:27 (UTC) (edited on 2022-05-29 03:30 (UTC) by carlosal1015)
Is right @travonz, possible related with GCC12 https://develop.openfoam.com/Development/openfoam/-/issues/2481
I tried to have the same message error with tutorials from
/opt/OpenFoam/.../tutorials
, but I had this message (see here) with this code example.Side note: This is related with
openfoam-com
, not tested yet withopenfoam-org
.travonz commented on 2022-05-29 02:41 (UTC)
Hello, I have just upgraded from 8 to 9 and face a strange issue. Running motorbike tutorial, simpleFoam crashes immediately producing the following message:
--> FOAM FATAL IO ERROR: error in IOstream "OSHA1stream.sinkFile_" for operation Ostream& operator<<(Ostream&, const char) file: OSHA1stream.sinkFile_ at line 0. From function virtual bool Foam::IOstream::check(const char*) const in file db/IOstreams/IOstreams/IOstream.C at line 96.
If I comment out functions { #include "streamlines" #include "cuttingPlane" #include "forceCoeffs"} in controlDict file, it works well.
I have installed everything properly from AUR repo. I have tryied to manually install OpenFOAM 9 and Thirdpary and get the same issue.
Has anyone experienced the same issue ?
gpettinello commented on 2021-10-09 20:48 (UTC)
@petronny Please could you update to openfoam-org 9. I have the PKGBUILD done:
massisenergy commented on 2021-10-01 14:29 (UTC)
Great! I actually built the oF9 from scratch a month earlier, as this was superseded. I request the maintainer to update, as @DarioP added.
DarioP commented on 2021-10-01 13:44 (UTC)
I only had to adjust the versions to build the release 20210903 without any issue. Here is the updated PKGBUILD: https://pastebin.com/qkXe8LPh
petronny commented on 2021-05-12 12:36 (UTC)
So you can modify the PKGBUILD of paraview to add
-DPARAVIEW_USE_VTKM=OFF
and upload it to AUR asparaview-openfoam
.massisenergy commented on 2021-05-12 12:28 (UTC) (edited on 2021-05-12 12:29 (UTC) by massisenergy)
@petronny, no I mean it applies for any ParaView packages. Until I install openFoam, any of those ParaView packages work. After installing OPenFOam, they stop working. So, I just did this (I have both OpenFOAM-v2012 & OpenFOAM8 installed installed in my Arch machine).
Then I build Paraview Version: 5.9.1-RC1-942-g7cfe71ad8e manually, after downloading the git. With only exception of adding the
-DPARAVIEW_USE_VTKM=OFF
in thecmake
command (described here: ArchLinux ParaView build instruction).« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 31 Next › Last »