Package Details: openfoam-org 12.20250206-4

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: 64
Popularity: 0.167188
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-02-07 05:05 (UTC)

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 Next › Last »

kragacles commented on 2011-12-07 15:54 (UTC)

Ok, I just submitted a package update (bumped to 2.0.1-2) that adds a fix for the paraFoam problem. The paraFoam binary is just a script itself that performs some checks, automatically creates the proper .foam file, and then launches paraview as needed. This update simply includes a patch file, paraFoam.patch, that causes paraFoam to create files with the proper extension (.foam) and skip the PV3Readers check (which are not needed, since paraview from community is built with paraview support). To avoid recompiling all of OpenFOAM just to get this paraFoam fix you can simply do the following: 1. Download and extract the new Tarball 2. Grab the patch file: openfoam/paraFoam.patch 3. Apply this patch against the paraFoam file you already have installed: "patch -p3 /opt/OpenFOAM/OpenFOAM-2.0.1/bin/paraFoam < paraFoam.patch" 4. Now paraFoam should work as normal. Sorrat, the .foam file needs to be located in the "root" directory of the OpenFOAM project you wish to analyze. So if you wanted to look at the motorBike/ project that is included with OpenFOAM, you would want to create an empty file: tutorials/incompressible/simpleFoam/motorBike/motorBike.foam and then launch paraView and open motorBike.foam. Turns out this is all that paraFoam is doing anyway, it simply automates the creation of the empty .foam file and then launches paraview. Hope this helps.

sorrat commented on 2011-12-07 10:49 (UTC)

Sorry, wizzrobe, where should I create the empty .foam file to make paraFoam work?

kragacles commented on 2011-11-22 23:33 (UTC)

Great idea alien! Creating the empty .foam file is how I am used to working with paraview and OpenFOAM. I always just hit a quick "touch proj.foam" when I set things up. But it never occured to me to setup a little script to replace paraFoam. I'll do that and push out an update.

<deleted-account> commented on 2011-11-20 12:32 (UTC)

I've found an easy way to fix the issue with the latest openfoam and paraview. If you simply create a blank file with the extension ".foam" and open the file with paraview then everything works fine. perhaps putting a script in the package to replace the shipped paraFoam utility?

kragacles commented on 2011-08-16 18:16 (UTC)

Looks like paraFoam in OpenFOAM 2.0.1 is now more tightly tied to OpenCFD's ThirdParty libraries install of Paraview. Building paraFoam requires cmake and several cmake includes that are specific to the ThirdParty library build of ParaView. They are not included in the standard ParaView installation. So, building paraFoam with this pkg will require manually building the ThirdParty libraries separately, or bundling the needed cmake files into this pkg, and tweaking them to work with the system install of paraview. I'm not sure which is the cleanest way to go.

kragacles commented on 2011-08-15 20:28 (UTC)

NEWS: SGI has just aquired OpenCFD Ltd, the company behind OpenFOAM. No idea what this might mean for the future. Press release here: http://www.sgi.com/company_info/newsroom/press_releases/2011/august/opencfd.html

kragacles commented on 2011-08-13 20:18 (UTC)

Thanks for the note; I'll look into it when I get back to my box on Monday. Should be an easy fix.

<deleted-account> commented on 2011-08-12 17:04 (UTC)

I just updated to 2.0.1 and i've noticed paraFoam no longer works. I get this error FATAL ERROR: ParaView reader module libraries do not exist Please build the reader module before continuing: cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers ./Allwclean ./Allwmake I've tried the obvious and ran those commands but all i get is $ sudo ./Allwmake + '[' -d '' -a -r '' ']' Also tried reinstalling from scratch but that didn't work either. openFoam itself still works fine its just parafoam that doesn't seem to work.

kragacles commented on 2011-08-10 14:06 (UTC)

Updated to OpenFOAM 2.0.1, which is a bugfix release.