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.05
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-05-22 22:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 30 Next › Last »

envolution commented on 2024-12-29 05:19 (UTC)

updated to v12 and added trilinos depend. Switched to parmetis-git until parmetis begins to work - if there are urgent problems please mark out of date with details - minor issues just leave a comment here

comrad commented on 2024-11-16 09:36 (UTC)

I was able to compile it with the following packages from AUR: gklib 5.1.1-4 metis-git 5.2.1.r4.ge0f1b88-1 parmetis-git r45.8ee6a37-1 scotch 7.0.5-1

Note: 'parmetis-git' could not be compiled at the moment with 'metis' package from AUR, so I created a package 'metis-git' for that purpose.

carlosal1015 commented on 2024-03-15 19:57 (UTC)

Hi @Divert, I suggest parmetis-git.

Divert commented on 2024-03-15 19:03 (UTC) (edited on 2024-03-15 19:05 (UTC) by Divert)

Build fails with:

fatal error: gklib_tls.h: No such file or directory

Is this related to @ng0177 coment:

"needs the https://aur.archlinux.org/packages/parmetis fix to install"? I couldn't figure out what that fix is. Please help.

carlosal1015 commented on 2023-12-24 22:06 (UTC)

This could be an answer https://aur.archlinux.org/packages/openfoam-com?O=10#comment-854384

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 with openfoam-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 ?