Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating OpenFOAM #19

Open
gdmcbain opened this issue Nov 16, 2023 · 9 comments
Open

updating OpenFOAM #19

gdmcbain opened this issue Nov 16, 2023 · 9 comments
Assignees
Labels

Comments

@gdmcbain
Copy link
Owner

Is it time to update OpenFOAM? It's three years old.

@gdmcbain
Copy link
Owner Author

FROM ubuntu:focal

@gdmcbain gdmcbain reopened this Nov 16, 2023
@gdmcbain gdmcbain self-assigned this Nov 16, 2023
@gdmcbain
Copy link
Owner Author

Let's go and Play with Docker.

@gdmcbain
Copy link
Owner Author

git clone https://github.com/gdmcbain/musim
cd OpenFOAM
ed Dockerfile # change focal to mantic
docker build -t gdmcbain/openfoam:mantic .

@gdmcbain
Copy link
Owner Author

focal (20.04) is still supported but there is also now mantic (23.10).

Will that work with OpenFOAM? No.

@gdmcbain
Copy link
Owner Author

According to Download v11 | Ubuntu we want lunar.

gdmcbain added a commit that referenced this issue Nov 16, 2023
@gdmcbain
Copy link
Owner Author

apt-get install -y openfoam8 && \

Unable to locate package openfoam8

gdmcbain added a commit that referenced this issue Nov 16, 2023
gdmcbain added a commit that referenced this issue Nov 16, 2023
@gdmcbain
Copy link
Owner Author

docker build -t gdmcbain/openfoam11:0 .

But it'd be nice to include the options in a Docker [Compose] file, wouldn't it?

@gdmcbain
Copy link
Owner Author

docker run -it --rm gdmcbain/openfoam11:0

Drops one into a root shell at /.

@gdmcbain
Copy link
Owner Author

docker login --password-stdin -u gdmcbain
docker push gdmcbain/openfoam11:0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant