Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flow-over-heated-plate-nearest-projection/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ cases:
fluid-openfoam:
participant: Fluid
directory: ./fluid-openfoam
run: ./run.sh
run: ./run.sh -parallel
component: openfoam-adapter

solid-openfoam:
participant: Solid
directory: ./solid-openfoam
run: ./run.sh
run: ./run.sh -parallel
component: openfoam-adapter
2 changes: 1 addition & 1 deletion flow-over-heated-plate-two-meshes/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cases:
fluid-openfoam:
participant: Fluid
directory: ./fluid-openfoam
run: ./run.sh
run: ./run.sh -parallel
component: openfoam-adapter

solid-calculix:
Expand Down
4 changes: 2 additions & 2 deletions flow-over-heated-plate/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cases:
fluid-openfoam:
participant: Fluid
directory: ./fluid-openfoam
run: ./run.sh
run: ./run.sh -parallel
component: openfoam-adapter

solid-fenics:
Expand All @@ -28,7 +28,7 @@ cases:
solid-openfoam:
participant: Solid
directory: ./solid-openfoam
run: ./run.sh
run: ./run.sh -parallel
component: openfoam-adapter


Expand Down
4 changes: 2 additions & 2 deletions perpendicular-flap/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cases:
fluid-openfoam:
participant: Fluid
directory: ./fluid-openfoam
run: ./run.sh
run: ./run.sh -parallel
component: openfoam-adapter

fluid-su2:
Expand Down Expand Up @@ -52,7 +52,7 @@ cases:
solid-openfoam:
participant: Solid
directory: ./solid-openfoam
run: ./run.sh
run: ./run.sh -parallel
component: openfoam-adapter

# solid-solids4foam:
Expand Down