From df60ff979cb2b9a79f6c778537dc225899022ca0 Mon Sep 17 00:00:00 2001 From: AdityaGupta716 Date: Mon, 9 Mar 2026 00:02:58 +0530 Subject: [PATCH] systemtests: add flow-over-heated-plate-nearest-projection case (refs #448) --- changelog-entries/448b.md | 1 + tools/tests/tests.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 changelog-entries/448b.md diff --git a/changelog-entries/448b.md b/changelog-entries/448b.md new file mode 100644 index 000000000..7ed38376a --- /dev/null +++ b/changelog-entries/448b.md @@ -0,0 +1 @@ +- Add flow-over-heated-plate-nearest-projection {fluid-openfoam, solid-openfoam} to system tests (openfoam_adapter_pr, openfoam_adapter_release, and release_test suites) (refs #448). diff --git a/tools/tests/tests.yaml b/tools/tests/tests.yaml index 30bfd6ba2..74f0250cd 100644 --- a/tools/tests/tests.yaml +++ b/tools/tests/tests.yaml @@ -6,6 +6,11 @@ test_suites: - fluid-openfoam - solid-openfoam reference_result: ./flow-over-heated-plate/reference-results/fluid-openfoam_solid-openfoam.tar.gz + - path: flow-over-heated-plate-nearest-projection + case_combination: + - fluid-openfoam + - solid-openfoam + reference_result: ./flow-over-heated-plate-nearest-projection/reference-results/fluid-openfoam_solid-openfoam.tar.gz - path: perpendicular-flap case_combination: - fluid-openfoam @@ -18,6 +23,11 @@ test_suites: - fluid-openfoam - solid-openfoam reference_result: ./flow-over-heated-plate/reference-results/fluid-openfoam_solid-openfoam.tar.gz + - path: flow-over-heated-plate-nearest-projection + case_combination: + - fluid-openfoam + - solid-openfoam + reference_result: ./flow-over-heated-plate-nearest-projection/reference-results/fluid-openfoam_solid-openfoam.tar.gz fenics_test: tutorials: - path: flow-over-heated-plate @@ -108,6 +118,11 @@ test_suites: - fluid-openfoam - solid-openfoam reference_result: ./flow-over-heated-plate/reference-results/fluid-openfoam_solid-openfoam.tar.gz + - path: flow-over-heated-plate-nearest-projection + case_combination: + - fluid-openfoam + - solid-openfoam + reference_result: ./flow-over-heated-plate-nearest-projection/reference-results/fluid-openfoam_solid-openfoam.tar.gz - path: perpendicular-flap case_combination: - fluid-openfoam