aurora-multiphysics / hippo

hippo is an integration of OpenFOAM and MOOSE to enable thermohydraulic simulations
GNU General Public License v3.0
3 stars 0 forks source link

Build heat conduction module into docker image #24

Open hsaunders1904 opened 3 weeks ago

hsaunders1904 commented 3 weeks ago

Description

The build of MOOSE in the docker image does not include the heat conduction module. This means that we end up building it in CI, which takes our build time from ~2.5 mins to ~9 mins.

Whilst we're on this, we should also pre-install the fluidfoam Python package, which we use to read OpenFOAM meshes in some of our tests.

Consider resolving #15, by pushing the new image to its new home on UKAEA's Quay.

Also, we're not running make in parallel in the CI, we should do that.

Outputs