Skip to content

Commit da18147

Browse files
committed
PRJ: Updated UserGuide
1 parent 61daf93 commit da18147

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/pull-request-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,14 @@ jobs:
7474
- solver: blastFoam
7575
tutorial: delayedDetonation
7676
- solver: blastFoam
77-
tutorial: movingCrane
77+
tutorial: movingCone
7878
- solver: blastFoam
7979
tutorial: shockTubeTabulated
8080
- solver: blastReactingFoam
8181
tutorial: obliqueShock
8282
- solver: setRefinedFields
83+
tutorial: setRefinedFields
84+
- solver: initializeAtmosphere
8385
tutorial: .
8486
runs-on: ["self-hosted", "deb", "openfoam"]
8587
name: Validate ${{ matrix.solver }} on ${{ matrix.validation }} ${{ matrix.tutorial }}

BlastFoam_User_Guide.pdf

22 KB
Binary file not shown.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04 AS openfoam
1+
FROM ubuntu:24.04 AS openfoam
22
ARG DEBIAN_FRONTEND=noninteractive
33
RUN apt-get update \
44
&& apt-get install -y wget software-properties-common \
@@ -7,7 +7,7 @@ RUN apt-get update \
77
&& apt-get update
88
RUN apt-get -y install openfoam12
99

10-
FROM ubuntu:20.04 as prod
10+
FROM ubuntu:24.04 as prod
1111
SHELL [ "/bin/bash", "-c" ]
1212
ARG DEBIAN_FRONTEND=noninteractive
1313
COPY --from=openfoam /opt/openfoam12 /opt/openfoam12

0 commit comments

Comments
 (0)