1 Introduction

In all the engineering areas of development, multiphysics analysis appears highly difficult to be carried out because of the interactions between more than one physics involved. During the achievement and the analysis of coupled systems, the way in which the shape of the object influences its performances is required to be carefully taken into account. In the biomedical engineering field for example, the design and the evaluation of the behaviour of prosthetic valves, stent-grafts and ventricular assist devices are related to both the structural and fluid mechanics physics [1,2,3]. Generally speaking, numerical meshes need to be created for the specific kind of analysis and, in a multi-physics context, two or more meshes have to be realised. In this environment, each geometric change is applied to all the numerical models involved in the analysis: such update has to be performed in a rapid way and as easy as possible. This task, usually carried out through remeshing methods, may be also obtained faster with the use of mesh morphing techniques. This approach allows the changing of the shape of a meshed surface so that the topology is preserved while nodal positions are updated [4, 5]: modifications are applied on a baseline grid by moving the surface nodes and propagating displacements inside the surrounding volume mesh nodes. Concerning biomedical applications, morphing methods have been applied in both bone and cardiovascular fields. Recently, in [6], an interactive sculpting and RBF mesh morphing approach has been proposed to address geometry modifications using a force-feedback device, while in [7] RBF have been applied to improve cranioplasty applications. In the cardiovascular field, morphing approaches were employed in [8] for the registration procedures of the cardiac muscle and to model an aorta aneurysm carrying a one-way FSI [9,10,11]. In literature RBF have been extensively employed to tackle FSI problems [12], using the modal method for both static [13, 14] and transient simulations [15,16,17], as well as the two-way approach [18, 19] with RBF-based mapping methods [20]. In this work the state of the art regarding biomedical one-way FSI applications, as shown in [11], is furtherly improved for a transient simulation by taking into account the non-linear deformations of the wetted surfaces during motion. An ad-hoc workflow was developed to transfer and to update, using an RBF-based morphing technique, the CFD mesh, incrementally adjusting the geometry according to the non-linear evolution predicted by the FEM solver. To demonstrate the effectiveness of the proposed approach, it was applied to a tailor-made Polymeric-Prosthetic Heart Valve; these devices [21] proved to significantly reduce blood coagulation problems, maintaining excellent properties in term of strength, efficient function and long-term durability [22, 23]. This work is arranged as follows: at first, an introduction on FSI coupling is given, comparing remeshing and morphing workflows. The proposed procedure is implemented in the following paragraph, in which the incremental approach is shown on the P-PHV case. Results are finally discussed and compared to those obtained by remeshing.

2 FSI Coupling: Known-Imposed Motion of the Walls

One of the most delicate processes in a Fluid-Structure Interaction analysis concerns the management of the fluid-solid interfaces; at the boundary surfaces between these two domains, solution data is shared between the fluid solver and the structural one. A useful and employed kind of FSI analysis concerns all the simulations in which a moving body interacts with an internal or external surrounding fluid in a unidirectional way. This one-way coupling does not guarantee energy conservation at the fluid-solid interface but holds the benefit of lower computational time in comparison to the bidirectional one, in which a continuous data exchange between Computational Structural Mechanics (CSM) and CFD solvers is required. In this work two Arbitrary Lagrangian Eulerian (ALE) methods [24,25,26] for moving meshes are employed: the first based on remeshing algorithms, called in this paper “standard” approach and the novel one using RBF mesh morphing procedures.

2.1 FSI Analysis Based on Remeshing

Fig. 1.
figure 1

Fluid-Structure Interaction analysis flowchart using remeshing tools.

In this first kind of analysis, as shown in Fig. 1, a specific component is responsible to transfer the deformation of the CSM mesh to the grid of the CFD solver. In fact, one of the most applied strategies to manage body meshes in FSI applications is simply to move the grid for as long as possible and, when the quality of the mesh becomes critical, to enable the remeshing tools updating the low-quality cells generated by high displacements in the fluid domain [27]. Larger are the displacements of the grid, wider are the distortions of the cells; remeshing method agglomerates cells that violate the initially defined Skewness [28] or size criteria and remeshes them. If the new cells or faces satisfy the Skewness criterion, the mesh is locally updated with the new cells, interpolating the solution from the old cells. Otherwise, the new cells are discarded and another remeshing step is required. Obviously, when small displacements are involved and just few remeshing steps are necessary, this approach may be considered efficient. However, for larger displacements, the number of remeshing steps increases to avoid the presence of negative and invalid elements; as a result, the simulation is slowed down because a new mesh with different numbers and positions of nodes and cells has to be generated more frequently.

2.2 A Novel FSI Workflow Using RBF Mesh Morphing

To overcome the problems related to remeshing, a procedure based on mesh morphing to adapt the shape according to a target one [29] is here described. Among the morphing methods available in literature, RBF are well known for their interpolation quality also on very large meshes [4, 30]. RBF allow to interpolate everywhere in the space a scalar functions known at discrete points, called Source points (Sp). By interpolating three scalar values it is possible, solving a linear system of order equal to the number of Sp employed [4], to describe a displacement of the Sp in the three directions in space. The interpolation function is defined as follows:

$$\begin{aligned} s(x)=\sum _{i=1}^{N}\gamma _i \varphi \left( \left\| x-x_{s_{i}} \right\| \right) + h(x) \end{aligned}$$
(1)

where x is a generic position in the space, \(x_{s_{i}}\) the Sp position, \(s(\cdot )\) the scalar function which represents a transformation \(\mathbb {R}^n \rightarrow \mathbb {R}\), \(\varphi \) \((\cdot )\) the radial function of order m, \(\gamma _i\) the weight and h(x) a polynomial term with degree \(m-1\) added to improve the fit assuring uniqueness of the problem and polynomial precision.

The unknowns of the system, namely the polynomial coefficients and the weights \(\gamma _i\) of the radial functions, are retrieved by imposing the passage of the function on the given values and an orthogonality condition on the polinomials. If the RBF is conditionally positive definite, it can be demonstrated that a unique interpolant exists and in 3D, if the order is equal or less than 2, a linear polynomial in the form \(h(x)=\beta _1+\beta _2x+\beta _3y+\beta _4z\) can be used. The linear problem can be also written in matrix form:

$$\begin{aligned} \begin{bmatrix} \mathbf{M} &{} \mathbf{P} \\ \mathbf{P} ^T &{} \mathbf 0 \end{bmatrix} \left\{ \begin{array}{c} \varvec{\gamma }\\ \varvec{\beta } \end{array} \right\} = \left\{ \begin{array}{c} \mathbf{g} \\ \mathbf 0 \end{array} \right\} \end{aligned}$$
(2)

in which \(\mathbf{M} \) is the interpolation matrix containing all the distances between RBF centres \(\mathbf{M} _{ij} = \varphi \left( \left\| x_i-x_j \right\| \right) \), \(\mathbf{P} \) the matrix containing the polynomial terms that has for each row j the form \(\mathbf{P} _j = [ \begin{matrix} 1&x_{1j}&x_{2j}&...&x_{nj} \end{matrix} ] \) and \(\mathbf{g} \) the known values at Sp. The new nodal positions, if interpolating the displacements, can be retrieved for each node as:

$$\begin{aligned} x_{node_{new}}=x_{node} + \begin{bmatrix} s_x(x_{node})\\ s_y(x_{node})\\ s_z(x_{node}) \end{bmatrix} \end{aligned}$$
(3)

Being the problem solved pointwise, the approach is meshless and able to manage every kind element (tetrahedral, hexahedral, polyhedral and others), both for surface and volume mesh smoothing ensuring the preservation of their topology.

Fig. 2.
figure 2

Novel FSI workflow based on morphing techniques.

In general, a morphing operation can introduce a reduction of the mesh quality but a good morpher has to minimize this effect and to maximize the possible shape modifications. If mesh quality is well preserved, morphing has a clear benefit over remeshing because it avoids introducing noise [4]. This procedure provides for the sampling of the displacements of the structural model. In this way, the surface nodes of the FE model are used as Sp to apply RBF mesh morphing in the space. The detailed workflow shown in Fig. 2, in addition to the realization of the geometric model, provides for three main steps:

  • CSM settings

  • RBF Morph application

  • CFD set-up

CSM Settings. Given that in this kind of FSI analysis the deformations of the fluid grid are imposed by the motion of the walls of the CSM domain, a structural simulation has to be conducted to obtain the deformed positions in the space during time. During the structural simulation, Source points (\(S_p\)) and Target points (\(T_p\)), that are the surface nodal positions of the grid in this case, are recursively extracted and stored in files. These files are structured as a list of nodes and the related displacements to obtain the nodes in the following sampled configuration.

RBF Morph Application. To apply the shape deformation without remeshing, the morpher RBF Morph is in this study employed [31]. To delimit the morphing action, an encapsulation technique has to be implemented, defining in this way sub-domains or parts of the fluid domain within which the morpher action is applied [32]. According to [33], \(S_p\) effectively used are a random subgroup which includes a percentage close to 2% of the total extracted surface nodes of the structural model. A Radial Basis Function is selected and, when the settings of the procedure are completed, morphing solutions are calculated, each per morphing transitions, from the starting configuration to the final position of the model. Every transition, a new deformed mesh is generated and the solution files are stored.

CFD Set-Up. Once all the morphed meshes are obtained, the CFD analysis is carried out every time step on a new deformed mesh, by using a specific script in Scheme Programming Language. This script is recalled before the starting of the CFD simulation and it allows the automatization of the MultiSol tool of RBF Morph software in order to guarantee the synchronous implementation of the deformed shape in fluid environment. The nodal displacement inside two subsequent morphed positions is simply handled inside the Scheme script by means of a parameter called amplification A(t) which varies over time from 0 to \(A_0\) (usually equal to +1 or −1). Because of the samplings available at different times, an accurate and effective solution can be obviously achieved, handling all the morphing deformations separately and linearly modulating the amplification within each of the sampled grids: calling i the index that concerns all the mesh conformations \(P_0... P_{n}\), the amplification \(A_i(t)\) inside each time step can be evaluated as:

$$\begin{aligned} A_{i}(t) = {\left\{ \begin{array}{ll} 0, &{} \text {if } t\le t_{i}\\ \frac{t-t_{i}}{t_{i+1}-t_{i}}, &{} \text {if } t_i<t<t_{i+1}\\ 1, &{} \text {if } t\ge t_{i+1}\end{array}\right. } \end{aligned}$$
(4)

In this way, the fluid grid is able to follow the displacements of the CSM mesh and solution can be quickly calculated every time on a new deformed grid.

3 Implementation of the Workflows to Study the Opening Phase of a Polymeric Aortic Valve

In this paper, both the presented FSI solution approaches are applied to study the opening phase of a P-PHV. This kind of analysis is conducted on a prosthetic valve to study its haemodynamic behaviour during the opening phase in which the leaflets or cusps [34, 35] are pushed open to allow the ejection of the blood flow and to investigate the effects of the solid domain (P-PHV) towards the fluid domain (blood flow).

The design of a prosthetic aortic valve is realised using the software SpaceClaim, following the geometry proposed in [36], and then imported inside ANSYS Workbench (v193). Figure 3 depicts the CAD model of the polymeric valve here investigated and the fluid domain of the blood in which also the Valsalva sinuses are represented [37]. This fluid domain is obtained by a boolean intersection between the solid domain of the valve and a vessel made up of an inlet and outlet tube.

Fig. 3.
figure 3

CAD model of the Polymeric-Prosthetic Heart Valve. Indications of aortic side (a) and ventricular side (b). Blood domain with the hollow volume of the valve (c).

The computational grid of this structural model is made up of 301256 tetrahedral elements and it is obtained inside ANSYS Meshing. The material chosen to model the valve is isotropic linear elastic with a Young’s modulus of 3 MPa, and a Poisson’s ratio of 0.4. The mesh of the fluid domain is obtained inside Ansa (v20.0.1) and made up of 1564792 tetra-hexaedral elements with a maximum starting Skewness (Sk) of 0.694. A velocity inlet and a systolic aortic pressure outlet varying over time boundary conditions have been provided. The flow model selected is Viscous-Laminar and the fluid is considered as incompressible and Newtonian with a viscosity of 4 cP.

Fig. 4.
figure 4

Flowchart of the FSI analysis implemented inside ANSYS Workbench to study the behaviour of a P-PHV using Remeshing Method.

3.1 Study of the Valve Using the Remeshing Workflow

The workflow of the first approach based on remeshing and implemented inside ANSYS Workbench is proposed in Fig. 4. In this case, the displacements of a transient CSM in ANSYS Mechanical (v193) are transferred to the fluid domain inside ANSYS Fluent (v193) by means of System Coupling. The body of the prosthetic device is fixed in its bottom surface, i.e. the circular ring in the ground. Concerning the loads, a physiological time-varying pressure is uniformly applied to the ventricular portion of the valve to simulate the opening pressure.

Fluent was used as CFD solver, activating the Dynamic Mesh to deform and regenerate the computational grid [38]: the Spring-Laplace based Smoothing Method and the Remeshing Method, two tools to solve the analysis of deformed domains due to boundary movement over time [39], are applied.

Inside the System Coupling component, all the surfaces of the valve in contact with the blood are set as fluid-solid interfaces and a time step of 1e-5 s is selected.

3.2 Study of the Valve Using the Morphing Approach

Fig. 5.
figure 5

Flowchart with the application of morphing.

The novel workflow, based on a RBF mesh morphing, also in this case developed into the ANSYS Workbench environment is shown in Fig. 5 which depicts the overall incremental procedure; in particular, the System Coupling component, fundamental in the previously shown approach, here is not employed.

Results obtained with the use of RBF Morph software are compared to those achieved using Fluent remeshing tools. They are reported in terms of pressure map, velocity streamlines and computational time.

Structural Simulations. The same CSM analysis implemented in the remeshing approach is conducted. A specific Application Customization Toolkit (ACT) Extension, i.e. a method to achieve custom applications inside ANSYS Mechanical, is developed to collect Sp and Tp according to a sampling time chosen by the user: in this case, ten different surface nodal positions (\(P_0...P_9\)) are collected.

RBF Morph Set-Up. The RBF Morph Fluent (v193) Add-On is adopted: the RBF are used to step by step project the \(S_p\) to the \(T_p\) and interpolate the displacements of the volume nodes inside the blood domain over time. RBF Morph tools may impose a blood domain adaptation in the CFD analysis following the deformed shapes of the valvular domain, extracted from the previous CSM simulation. In the case of the valve, to control the morphing action in the space, no encapsulation volumes [32] are generated but a fixed Surf Set (with null displacement during the movement of the leaflets) on the wall of the Sinotubular Junction (STJ) [40] is preferred (Fig. 6). In this way, since the distortion of the mesh is extremely high, such deformations can be distributed also in the other zones of the fluid domain and not only in proximity to the valve.

Fig. 6.
figure 6

First morphing step of the opening: Sp on the surface of the valve and fixed Surf Set on the wall of the Valsalva sinuses (a), Tp on the surface of the prosthetic device to obtain a first movement keeping stationary the points on the STJ surface (b).

Fig. 7.
figure 7

Backwards/Forwards strategy: step 1 represents a backwards morphing procedure from \(P_2\) (partially open position) to \(P_0\) (initial position) while step 2 allows to reach position \(P_9\) (completely open) starting from position \(P_0\). This strategy allows to prevent excessive mesh quality degradation.

To prevent mesh quality reduction, in this work the bi-harmonic kernel \(\varphi (r)=r\) is used: it is the RBF that guarantees to keep the mesh quality degradation at minimum [41]. The nine solutions are calculated using the Solve Panel of the software, each per morphing action. Two different strategies are evaluated:

  • Forwards: from \(P_0\) (initial position) directly to \(P_9\) (totally open position).

  • Backwards/Forwards (Fig. 7): extracting a new already deformed valve in position \(P_2\) of which a new mesh is achieved, from \(P_2\) going back to \(P_0\) (backwards - step 1) and then from \(P_0\) moving on to \(P_9\) (forwards - step 2).

The first strategy produced an excessive mesh distortion with negative cells volume in particular at the centre of the leaflets. No mesh problems are detected with the adopted second approach.

Fluent Setting. The same time step of the standard approach (1e-5 s) is selected. The flow is initialized with the valve in position \(P_0\) and the Scheme file with the amplification of each of the nine different transitions is recalled inside Fluent. Thanks to this workflow, the FSI simulation can be conducted only by means of this CFD analysis in which the mesh is updated every time step.

4 Results and Discussions

The first important parameter to check in the implementation of both the approaches is the Skewness: no negative cells are detected and maximum Sk values are 0.858 and 0.961 respectively for the procedure implemented through remeshing and morphing. No convergence issues due to mesh degradation are recorded.

In this work, only pressure and velocity results of the 3D-model at a specific and significant time step are shown using the CFD-Post software.

Fig. 8.
figure 8

Volume rendering of the pressure at t = 7 ms, when the valve is for the first time open: remeshing approach (a), morphing approach (b).

Pressure Map - A 3D-pressure rendering at the time in which the valve is for the first time open (7 ms) is represented in Fig. 8; as it can be observed, no significant differences in terms of pressure values are recorded between the two approaches: the mean pressure are 69.64 mmHg and 70.31 mmHg respectively for the simulation based on remeshing and the analysis using mesh morphing (difference of less than 1%).

Velocity Streamlines - Streamlines of both the solution methods are reported in Fig. 9. It is possible to observe how in this 3D-representation the local maximum values are placed in the same zones. Maximum local fluid velocities are reached right at t = 7 ms because the fast movement of the leaflets pushes away the blood: maximum value for the FSI implemented with the novel approach is 3.011 m/s, about 5.58% less than the value detected in the analysis based on remeshing, that is 3.189 m/s.

Fig. 9.
figure 9

Streamlines at t = 7 ms: FSI using remeshing (a), FSI using morphing (b).

Computational Time - The time required to calculate the solution is the most interesting difference between these two solution methods: with the same number of elements and to parity of time step (1e-5 s), the standard workflow requires 6283 min to solve the problem while the CFD analysis with the morphing application only 396 min, approximately 16 times faster. Furthermore, if time step is increased, Fluent solver using remeshing starts having troubles and the obvious consequence is the no-convergence of the model. This phenomenon does not happen with morphing by which time step can be highly increased without problems and solution time can be reduced up to 60 times compared to that of remeshing.

5 Conclusions

In this work, a fast high fidelity workflow for a multi-physic Fluid-Structure Interaction analysis exploiting ANSYS Workbench and RBF Morph is presented. In particular, this powerful system has proved to be useful and accurate in all those applications in which the movement of the fluid domain is strongly controlled by the deformation of the solid domain. The possibility to replicate the non-linear analysis in which the motion of a solid model is transferred to a fluid domain carefully handling the interfaces is demonstrated. In a specific application case, the attempt to transfer aortic valve opening kinematics to the CFD analysis through a mesh morphing technique results to be successful and the effectiveness of the FSI simulation implemented through mesh morphing to reproduce the fluid dynamic field of the aortic valve is here shown and validated. Morphing has turned out to be very consistent in comparison to remeshing. Further research is needed to asses in more detail the differences between these two distinct approaches. Testing the novel workflow on a FSI analysis about the study of the opening of a polymeric aortic valve, it has allowed to reduce the simulation time up to 16 times in comparison to that required by remeshing methods using the same time step. Until now, numerical FSI simulations have been used in a restricted manner precisely because of the long time required to solve them, as in the case of heart valve computational analyses. Dealing with clinical trials, this approach could ensure a considerable time saving with a decrease of the final mesh quality which results acceptable for the numerical solver here adopted. This new workflow has definitely broken down this limit, granting in this case the possibility to test several models of P-PHV in a lot of flow conditions. In addition, a parametric design of P-PHV combined with this method could finally make a strong contribution to the patient-specific aortic valve replacement.