From d4358404628f6b9019b92271532cb8b5b426a6b2 Mon Sep 17 00:00:00 2001 From: hepap Date: Thu, 21 Nov 2024 09:35:20 -0500 Subject: [PATCH] Update file names --- .../examples/multiphysics/heat-transfer.rst | 4 +- .../images/new-benchmark.png | Bin .../static-irradiation.rst} | 0 .../2D/static-irradiation.prm | 0 .../static-irradiation/mesh/bare-plate-2D.msh | 78 ++++++++++++++++++ 5 files changed, 79 insertions(+), 3 deletions(-) rename doc/source/examples/multiphysics/{laser-powder-bed-fusion => static-irradiation}/images/new-benchmark.png (100%) rename doc/source/examples/multiphysics/{laser-powder-bed-fusion/laser-powder-bed-fusion.rst => static-irradiation/static-irradiation.rst} (100%) rename examples/multiphysics/{laser-powder-bed-fusion => static-irradiation}/2D/static-irradiation.prm (100%) create mode 100644 examples/multiphysics/static-irradiation/mesh/bare-plate-2D.msh diff --git a/doc/source/examples/multiphysics/heat-transfer.rst b/doc/source/examples/multiphysics/heat-transfer.rst index cbd9b59b3d..d4251c2428 100644 --- a/doc/source/examples/multiphysics/heat-transfer.rst +++ b/doc/source/examples/multiphysics/heat-transfer.rst @@ -11,7 +11,5 @@ Heat Transfer stefan-problem/stefan-problem warming-up-a-viscous-fluid/warming-up-a-viscous-fluid melting-cavity/melting-cavity - laser-heating/laser-heating - laser-melt-pool/laser-melt-pool - laser-powder-bed-fusion/laser-powder-bed-fusion + static-irradiation/static-irradiation concentric-heat-exchanger/concentric-heat-exchanger diff --git a/doc/source/examples/multiphysics/laser-powder-bed-fusion/images/new-benchmark.png b/doc/source/examples/multiphysics/static-irradiation/images/new-benchmark.png similarity index 100% rename from doc/source/examples/multiphysics/laser-powder-bed-fusion/images/new-benchmark.png rename to doc/source/examples/multiphysics/static-irradiation/images/new-benchmark.png diff --git a/doc/source/examples/multiphysics/laser-powder-bed-fusion/laser-powder-bed-fusion.rst b/doc/source/examples/multiphysics/static-irradiation/static-irradiation.rst similarity index 100% rename from doc/source/examples/multiphysics/laser-powder-bed-fusion/laser-powder-bed-fusion.rst rename to doc/source/examples/multiphysics/static-irradiation/static-irradiation.rst diff --git a/examples/multiphysics/laser-powder-bed-fusion/2D/static-irradiation.prm b/examples/multiphysics/static-irradiation/2D/static-irradiation.prm similarity index 100% rename from examples/multiphysics/laser-powder-bed-fusion/2D/static-irradiation.prm rename to examples/multiphysics/static-irradiation/2D/static-irradiation.prm diff --git a/examples/multiphysics/static-irradiation/mesh/bare-plate-2D.msh b/examples/multiphysics/static-irradiation/mesh/bare-plate-2D.msh new file mode 100644 index 0000000000..dee1465e4f --- /dev/null +++ b/examples/multiphysics/static-irradiation/mesh/bare-plate-2D.msh @@ -0,0 +1,78 @@ +$MeshFormat +2.2 0 8 +$EndMeshFormat + +$Nodes +25 + 1 0 0 0 + 2 0.15 0 0 + 3 0.3 0 0 + 4 0.45 0 0 + 5 0.6 0 0 + 6 0 0.15 0 + 7 0.1499999999999999 0.15 0 + 8 0.2999999999999999 0.15 0 + 9 0.45 0.15 0 +10 0.6 0.15 0 +11 0 0.3 0 +12 0.15 0.3 0 +13 0.3 0.3000000000000001 0 +14 0.45 0.3 0 +15 0.6 0.3 0 +16 0 0.45 0 +17 0.15 0.45 0 +18 0.3 0.45 0 +19 0.45 0.45 0 +20 0.6 0.45 0 +21 0 0.6 0 +22 0.15 0.6 0 +23 0.3 0.6 0 +24 0.45 0.6 0 +25 0.6 0.6 0 +$EndNodes + +$Elements +32 + 1 3 2 1 1 1 2 7 6 + 2 3 2 1 1 2 3 8 7 + 3 3 2 1 1 3 4 9 8 + 4 3 2 1 1 4 5 10 9 + 5 3 2 1 1 6 7 12 11 + 6 3 2 1 1 7 8 13 12 + 7 3 2 1 1 8 9 14 13 + 8 3 2 1 1 9 10 15 14 + 9 3 2 1 1 11 12 17 16 +10 3 2 1 1 12 13 18 17 +11 3 2 1 1 13 14 19 18 +12 3 2 1 1 14 15 20 19 +13 3 2 1 1 16 17 22 21 +14 3 2 1 1 17 18 23 22 +15 3 2 1 1 18 19 24 23 +16 3 2 1 1 19 20 25 24 +17 1 2 2 2 1 2 +18 1 2 2 2 2 3 +19 1 2 2 2 3 4 +20 1 2 2 2 4 5 +21 1 2 3 3 16 11 +22 1 2 3 3 11 6 +23 1 2 3 3 6 1 +24 1 2 4 4 21 16 +25 1 2 5 5 5 10 +26 1 2 5 5 10 15 +27 1 2 5 5 15 20 +28 1 2 6 6 20 25 +29 1 2 7 7 25 24 +30 1 2 7 7 24 23 +31 1 2 7 7 23 22 +32 1 2 7 7 22 21 +$EndElements + +$PhysicalNames +6 +1 2 "bottom" +1 3 "left_bottom" +1 4 "left_top" +1 5 "right_bottom" +1 6 "right_top" +1 7 "top" +$EndPhysicalNames