Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Merged
4 changes: 2 additions & 2 deletions tests/TestCompose_of-of/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
command: >
/bin/bash -c "source /opt/openfoam4/etc/bashrc &&
cd /home/precice/openfoam-adapter/tutorials/CHT/flow-over-plate/buoyantPimpleFoam-laplacianFoam &&
sed -i 's|gather-scatter\"|gather-scatter\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"|g' precice-config_serial.xml &&
sed -i 's|<m2n:sockets from=\"Fluid\" to=\"Solid\"/>|<m2n:sockets from=\"Fluid\" to=\"Solid\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"/>|g' precice-config.xml &&
./runFluid &&
cp -r Fluid/ /home/precice/Data/Output/"
container_name: openfoam-adapter-fluid
Expand All @@ -25,7 +25,7 @@ services:
command: >
/bin/bash -c "source /opt/openfoam4/etc/bashrc &&
cd /home/precice/openfoam-adapter/tutorials/CHT/flow-over-plate/buoyantPimpleFoam-laplacianFoam &&
sed -i 's|gather-scatter\"|gather-scatter\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"|g' precice-config_serial.xml &&
sed -i 's|<m2n:sockets from=\"Fluid\" to=\"Solid\"/>|<m2n:sockets from=\"Fluid\" to=\"Solid\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"/>|g' precice-config.xml &&
./runSolid &&
cp -r Solid/ /home/precice/Data/Output/"
container_name: openfoam-adapter-solid
Expand Down
4 changes: 2 additions & 2 deletions tests/TestCompose_of-of_np/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
command: >
/bin/bash -c "source /opt/openfoam4/etc/bashrc &&
cd /home/precice/openfoam-adapter/tutorials/CHT/flow-over-plate/buoyantPimpleFoam-laplacianFoam_nearest-projection &&
sed -i 's|gather-scatter\"|gather-scatter\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"|g' precice-config_serial.xml &&
sed -i 's|<m2n:sockets from=\"Fluid\" to=\"Solid\"/>|<m2n:sockets from=\"Fluid\" to=\"Solid\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"/>|g' precice-config.xml &&
./runFluid &&
cp -r Fluid/ /home/precice/Data/Output/"
container_name: openfoam-adapter-fluid
Expand All @@ -25,7 +25,7 @@ services:
command: >
/bin/bash -c "source /opt/openfoam4/etc/bashrc &&
cd /home/precice/openfoam-adapter/tutorials/CHT/flow-over-plate/buoyantPimpleFoam-laplacianFoam_nearest-projection &&
sed -i 's|gather-scatter\"|gather-scatter\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"|g' precice-config_serial.xml &&
sed -i 's|<m2n:sockets from=\"Fluid\" to=\"Solid\"/>|<m2n:sockets from=\"Fluid\" to=\"Solid\" exchange-directory=\"/home/precice/Data/Exchange/\" network=\"eth0\"/>|g' precice-config.xml &&
./runSolid &&
cp -r Solid/ /home/precice/Data/Output/"
container_name: openfoam-adapter-solid
Expand Down