Search Criteria
Package Details: openfoam3.0-git 20170710.221b8ab7-4
Git Clone URL: | https://aur.archlinux.org/openfoam3.0-git.git (read-only) |
---|---|
Package Base: | openfoam3.0-git |
Description: | The open source CFD toolbox |
Upstream URL: | http://www.openfoam.com |
Licenses: | |
Submitter: | heavysink |
Maintainer: | heavysink |
Last Packager: | heavysink |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-13 05:34 |
Last Updated: | 2017-08-21 19:35 |
Dependencies (7)
- boost
- cgal
- paraview (paraview-manta, paraview-salome, paraview-git, paraview-opt)
- parmetis
- scotch
- flex (flex-android, flex-git) (make)
- git (git-git) (make)
Latest Comments
petronny commented on 2017-05-31 07:28
Hi, openfoam 4.x now is an orphaned package. Would you like to take it over?
I think the $pkgver of it should be 4.1 and the source URL should be "git+https://github.com/OpenFOAM/OpenFOAM-4.x.git#tag=version-$pkgver"
ingleandrobarros commented on 2017-02-04 23:49
excellent, for zsh SHELL need add a comandline (alias) in .zshrc (at $HOME directory) with simple quotes:
export FOAM_INST_DIR=/opt/OpenFOAM
alias ofoam='source ${FOAM_INST_DIR}/OpenFOAM-3.0.x/etc/bashrc'
export foamInstall=$HOME/$WM_PROJECT
ingleandrobarros commented on 2017-01-19 07:53
how run OpenFOAM 3 in $SHELL (zsh)?
ingleandrobarros commented on 2017-01-19 07:51
OpenFOAM 3 run perfectly in $SHELL(bash) with this alias in $HOME/.bashrc
export FOAM_INST_DIR=/opt/OpenFOAM
alias ofoam="source ${FOAM_INST_DIR}/OpenFOAM-3.0.x/etc/bashrc"
export foamInstall=$HOME/$WM_PROJECT
Luxinator commented on 2016-07-26 12:55
The headers are needed if the user wants to build custom foamApplications. If the user wishes to do so comment out the "wclean all" and "wmakeLnIncludeAll" lines after "Allwmake" in the PKGBUILD.
ioquatix commented on 2016-06-12 12:09
To make compile time a bit faster, add
export WM_NCOMPPROCS=`nproc`
to PKGBUILD before invoking Allwmake