Repositorio con instalación en store de OpenFOAM.org
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sebastián Santisi df53449ed9 Initial commit 2 years ago
README.md Initial commit 2 years ago
default.nix Initial commit 2 years ago
openfoam8.nix Initial commit 2 years ago
openfoam10.nix Initial commit 2 years ago

README.md

OpenFOAM.org

Para compilar e instalar este proyecto en el store:

nix-build

Para cargarlo en el entorno:

nix-env -i ./result

El entorno deja creados wrappers a todos los ejecutables de OpenFOAM. Los wrappers se encargan de importar el bashrc previo a ejecutar los comandos. Puede importarse el bashrc con:

source result/lib/OpenFOAM-20220727/etc/bashrc

y eso anulará los wrappers.