diff --git a/iga/README.md b/iga/README.md index 7e14057f..48a441f4 100644 --- a/iga/README.md +++ b/iga/README.md @@ -1,7 +1,8 @@ # Iga Examples ## Use Cases -- [External Boundary Circle (NURBS) ](https://github.com/KratosMultiphysics/Examples/blob/master/iga/use_cases/README.md) +- [External Boundary Circle (NURBS) ](https://github.com/KratosMultiphysics/Examples/blob/master/iga/use_cases/external_boundary_cirle_with_nurbs/README.md) +- [IGA Single-Patch Shell in Membrane Action with Weak Supports and Line Load](https://github.com/KratosMultiphysics/Examples/blob/master/iga/use_cases/iga_shell_3p_single_patch/README.md) ## Validation Cases diff --git a/iga/use_cases/README.md b/iga/use_cases/external_boundary_circle_with_nurbs/README.md similarity index 100% rename from iga/use_cases/README.md rename to iga/use_cases/external_boundary_circle_with_nurbs/README.md diff --git a/iga/use_cases/iga_shell_3p_single_patch/README.md b/iga/use_cases/iga_shell_3p_single_patch/README.md new file mode 100644 index 00000000..65017de5 --- /dev/null +++ b/iga/use_cases/iga_shell_3p_single_patch/README.md @@ -0,0 +1,7 @@ +# Use Case IGA – Single-Patch Shell with Weak Supports and Line Load + +Short description + +This example demonstrates a single-patch IGA shell in membrane action, where Dirichlet boundary conditions are imposed weakly using a penalty approach. +A distributed line load is applied along a curve of the NURBS surface. +The setup serves as a minimal tutorial example for weak boundary condition enforcement and curve-based loading in IGA shells. \ No newline at end of file