Skip to content

Commit

Permalink
More seminars, workshop article
Browse files Browse the repository at this point in the history
  • Loading branch information
tzanio committed Nov 25, 2024
1 parent a17b802 commit 4942e1d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ See also our [Gallery](gallery.md), [Publications](publications.md), [Videos](vi

Date | Message
------------ | -----------------------------------------------------------------
Nov 25, 2024 | [Recap](https://computing.llnl.gov/about/newsroom/mfem-workshop-2024) of the 2024 [MFEM Community Workshop](workshop.md).
Oct 28, 2024 | [Postdoc position](https://jobs.smartrecruiters.com/LLNL/3743990005678264-fem-discretizations-and-ad-algorithms-postdoctoral-researcher) on the MFEM team. &nbsp;&nbsp;**[<i class="fa fa-envelope-o"></i>&nbsp;Apply](https://jobs.smartrecruiters.com/LLNL/3743990005678264-fem-discretizations-and-ad-algorithms-postdoctoral-researcher)**
Oct 22, 2024 | 2024 [MFEM Community Workshop](workshop.md).
May 7, 2024 | Version 4.7 [released](https://github.com/mfem/mfem/blob/v4.7/CHANGELOG).
May 2, 2024 | New MFEM [paper](https://journals.sagepub.com/doi/pdf/10.1177/10943420241261981) in IJHPCA.
Feb 22, 2023 | AWS releases [Palace](https://aws.amazon.com/blogs/quantum-computing/aws-releases-open-source-software-palace-for-cloud-based-electromagnetics-simulations-of-quantum-computing-hardware/) based on MFEM.
Expand Down
1 change: 1 addition & 0 deletions src/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<img width=130px, style="margin:-10px"> | |
------------ | -----------------------------------------------------------------
**Nov 25, 2024** | *[Recap](https://computing.llnl.gov/about/newsroom/mfem-workshop-2024) of the 2024 [MFEM Community Workshop](workshop.md).*
**Oct 28, 2024** | *[Postdoc position](https://jobs.smartrecruiters.com/LLNL/3743990005678264-fem-discretizations-and-ad-algorithms-postdoctoral-researcher) on the MFEM team at LLNL.*
**Oct 22, 2024** | *2024 [MFEM community workshop](workshop.md).*
**Jun 5, 2024** | *MFEM in the cloud [tutorial](tutorial/index.md) as part of the [HPCIC Tutorial](https://hpcic.llnl.gov/tutorials/2024-hpc-tutorials) series.*
Expand Down
30 changes: 30 additions & 0 deletions src/seminar.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,12 +943,42 @@ Additionally, one might have concerns about storage, post-processing (Will I be

&nbsp;

#### Martin Kronbichler (Ruhr University Bochum)
##### **December 17, 2024**

---

#### Svetlana Tokareva (Los Alamos National Laboratory)
##### **January 14, 2025**

---

#### Patrick Zulian (Università della Svizzera italiana / UniDistance Suisse)
##### **February 18, 2025**

---

#### Stefan Turek (Technical University Dortmund)
##### **March 11, 2025**

---

#### Łukasz Kaczmarczyk (University of Glasgow)
##### **April 8, 2025**

</div>


<!--
Patrick Zulian - Feb 18, 2025
Title: Immersed domain approach for fluid-structure-contact interaction problems
Abstract: The study of fluid-structure interaction (FSI) has gained significant traction in recent decades, with applications spanning various disciplines, including geophysics and biomedicine. In FSI, computational techniques are defined by the choice of discrete domain representation, falling into two main categories: "boundary-fitted" or "non-boundary-fitted" meshes. Boundary-fitted methods explicitly represent the fluid-solid interface and deform the fluid mesh in tandem with the solid mesh, typically within an arbitrary Eulerian-Lagrangian (ALE) framework. While these methods offer high accuracy, substantial solid deformations can severely distort the fluid mesh, leading to numerical problems and the need for remeshing. Non-boundary-fitted methods, on the other hand, maintain separate and non-matching fluid and structure meshes. The structure is described within a Lagrangian framework, while the fluid is typically described in a fully Eulerian framework. This flexibility demands higher mesh resolution to maintain comparable accuracy, necessitating the consideration of parallel computing.
We present an immersed domain approach for the numerical solution of fluid-structure-contact-interaction (FSCI) problems. Within the overlapping volume, the fluid and structure are coupled, while mortar-based techniques are employed to couple different structures in contact on their surfaces. Specifically, we utilize dual Lagrange multipliers, which, within the nonlinear solution procedure, enable discrete field transfer using standard matrix-vector multiplication or storage of the linearized system of equations in a single matrix, thus facilitating algebraic multigrid strategies. We illustrate our general algorithmic framework and our primary parallel computing tools and discuss two studies conducted using variations of our approach.
The first study simulates the complete dynamics of a bio-prosthetic heart valve. We model the interactions between blood and the valve, blood and the aortic wall, and leaflets during valve closure. This solution strategy is specifically designed to address the contact problem using non-smooth methods, with solid and structure sub-problems solved in a segregated and iterative manner.
The second study simulates a diaphragm pump and the contact interaction between an elastic valve displaced by the fluid and the valve seats. This approach is monolithic, and penalty methods are employed to impose contact conditions.
-->

0 comments on commit 4942e1d

Please sign in to comment.