Pith. sign in

REVIEW 3 major objections 5 minor 89 references

Monolithic framework to simulate fluid-structure interaction problems using geometric volume-of-fluid method

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This paper develops a fixed-grid, one-continuum solver in which a sharp geometric volume-of-fluid interface (PLIC reconstruction, Lagrangian-Explicit advection) tracks a viscous hyperelastic solid through a deforming flow, and reports…

desk verdict Genuinely new 3D geometric-VOF FSI framework with extensive validation; the B=I reset near the interface is the main thing to probe, but this deserves peer review. read the letter →

arxiv 2505.22920 v1 pith:SVG3JYG6 submitted 2025-05-28 physics.flu-dyn physics.comp-ph

classification physics.flu-dynphysics.comp-ph
keywords fluid-structureinteractiongeometricvolume-of-fluidPLICinterfacereconstructionviscoushyperelasticsolidsleftCauchy-GreendeformationtensorturbulentchannelflowfixedCartesiangridone-continuumformulation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper aims to show that the geometric volume-of-fluid (VOF) method, with piecewise-linear interface reconstruction (PLIC), can serve as the interface-capturing core of a three-dimensional monolithic solver for fluid-structure interaction. The solver treats the fluid and a viscous hyperelastic solid as a single continuum on a fixed Cartesian grid, tracking solid deformation through a deformation tensor field rather than through a moving mesh. The paper's central claim is that this sharp-interface approach avoids the classic VOF failure modes -- floating solid fragments and spurious surface currents -- and that a 128x128 run can match a diffusive interface-capturing method run on a 1024x1024 grid. If true, turbulent flows over deformable solids can be simulated on modest grids without problem-dependent stabilization or interface reinitialization.

What carries the argument

The central objects are the solid volume fraction $\phi$, a cell-averaged Heaviside indicator, and the left Cauchy-Green deformation tensor $B$. The interface is captured geometrically: PLIC reconstructs a planar interface in each cell from $\phi$ using finite-difference normal estimates and analytical volume relations, and Lagrangian Explicit directionally split advection moves the reconstructed segments, with cyclic sweep rotation and a clipping step that discards fragments below a tolerance of $\epsilon_c = 10^{-8}$. Solid deformation is carried by $B$, transported by its upper-convected derivative using fifth-order WENO-Z (weighted essentially non-oscillatory) finite-difference advection, and then converted to hyperelastic stress through linear and nonlinear versions. The unified momentum and incompressibility equations are solved with a finite-volume fractional-step method, using a multigrid-preconditioned conjugate-gradient Poisson solve; near-interface cells with $\phi < \epsilon_c$ have their deformation tensor reset to the identity to prevent unbounded growth.

What would settle it

A concrete test is to run the shear-flow reversibility problem with a thin solid sheet whose thickness spans only one or two computational cells, and to vary the clipping tolerance between $10^{-6}$ and $10^{-10}$ while measuring the final shape error. If the sheet's deformation or the recovered shape changes with the tolerance, the $B=I$ reset is controlling the interface stress and the method's coarse-grid accuracy claim does not extend to thin solids.

Watch

Extended reading notes

Core claim

The central claim is that a sharp geometric VOF/PLIC interface is not only viable but advantageous for three-dimensional FSI. According to the paper, the framework maintains a sharp fluid-solid interface and mass conservation by construction, produces no nonphysical solid fragments even when a soft body is stretched near a moving lid or pinched between surfaces, and remains free of spurious surface oscillations at steady states. The benchmark evidence includes a compliant wall in a lid-driven cavity, soft and stiff disks in a lid-driven cavity, a reversibility test for a nonlinear hyperelastic disk in shear flow, a sphere in a three-dimensional lid-driven cavity, and a DNS of turbulent channel flow over a deformable compliant wall. The authors report that the disk-centroid trajectory computed on a 128x128 grid agrees with the reference diffusive method on a 1024x1024 grid, and that the turbulent compliant-wall simulation reproduces previously reported spanwise-aligned deformation patterns, enhanced near-wall Reynolds stresses, and counter-rotating spanwise rolls inside the wall. They state that, to their knowledge, this is the first 3D FSI framework built on the geometric VOF/PLIC method and applied to turbulent FSI.

Load-bearing premise

The load-bearing premise is the ad hoc rule that cells holding less than a tiny volume fraction of solid have their deformation history erased (the tensor $B$ is reset to the identity), which must not distort the hyperelastic stress that drives the interface.

Editorial extensions

If this is right

  • Coarse-grid parity: a VOF/PLIC interface on 128x128 matches a diffusive WENO interface on 1024x1024 for the disk centroid trajectory, so users can exchange grid resolution for interface sharpness.
  • No fragments or oscillations: the solver reports no flotsam under severe stretching and pinching, and no spurious surface oscillations at equilibrium, so long-time FSI runs retain mass and stability.
  • No problem-dependent stabilization: unlike level-set or diffusive methods, the framework does not require reinitialization or fine grids to keep the interface sharp.
  • Turbulent applicability: the DNS of a compliant wall reproduces spanwise-aligned deformation patterns, enhanced Reynolds stresses, and counter-rotating spanwise rolls that resemble surface waves, demonstrating the solver can handle turbulent FSI.
  • Non-uniform meshes: aspect-ratio tests show the implementation works for cuboidal cells with AR=1, 2, and 4, which is needed for practical boundary-layer meshes.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The apparent 64x resolution advantage is likely a property of sharp interface capturing rather than of VOF specifically; a similar gain should appear for any sharp-interface method paired with the same incompressible flow solver.
  • The $B=I$ reset ties accuracy to the clipping tolerance and to cell size relative to solid thickness; thin or highly stretched solids are the regime where the method's interface-stress treatment would need a more principled way to keep deformation history.
  • Because solid shapes are initialized by prescribing $\phi$, the framework is naturally suited to complex surface geometries; a testable extension is simulating a turbulent boundary layer over a patch of compliant roughness similar to biofouling.
  • The observed spanwise roll structure inside the compliant wall suggests the method could be used to systematically scan wall parameters such as stiffness, thickness, and viscosity for drag reduction, a direction the paper does not pursue.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper develops a three-dimensional monolithic Eulerian framework for fluid-structure interaction (FSI) on a fixed Cartesian grid, using the geometric volume-of-fluid method with PLIC reconstruction and Lagrangian-Explicit split advection to capture the fluid-solid interface. The fluid and solid are treated in a one-continuum formulation with a volume-fraction-weighted momentum equation; hyperelastic solids are modeled with neo-Hookean or Saint Venant-Kirchhoff laws via the left Cauchy-Green deformation tensor B, whose advection is discretized with fifth-order WENO-Z. The solver is validated against a series of benchmarks: rigid slotted-disk advection, compliant wall and deformable disk in lid-driven cavities, a reversibility test for a disk in shear flow, a 3D deformable sphere in a lid-driven cavity, and DNS of turbulent channel flow with a compliant bottom wall. The authors claim that the VOF/PLIC approach maintains a sharp, stable interface without flotsam or spurious currents, and that its accuracy on coarse grids is comparable to diffusive interface-capturing methods on much finer grids.

Significance. If the central claims hold, this is a useful contribution: it extends geometric VOF/PLIC, with its mass-conservation and sharp-interface properties, to fully Eulerian FSI in three dimensions, including turbulent flows. The paper's strengths are its broad validation suite against independent published results (Zhao et al., Sugiyama et al., Ii et al., Valizadeh et al., Moser et al., Rosti and Brandt, Esteghamatian et al.), the grid-convergence and reversibility tests, and the absence of parameter fitting to reproduce benchmark targets. These features make the work potentially valuable for simulating compliant coatings, biofouling, and other soft-body flow interactions. However, the main technical risk is an ad hoc reset of the deformation tensor in near-interface cells, which is not analyzed, and the headline coarse-grid accuracy claim is supported only by qualitative comparisons in the key benchmark.

major comments (3)
  1. [Section 2.2.2] The reset 'B = I for phi_{i,j,k} < epsilon_c' is an ad hoc stabilization that discards all deformation history in cells whose solid volume fraction is below the clipping tolerance. Since the hyperelastic stress sigma^hy_ij = G_s(B_ij - delta_ij) enters the one-continuum momentum equation through Eq. (10), this reset can alter the effective stiffness experienced by thin or highly stretched solid regions, such as the soft disk in Sec. 3.3 and the compliant wall in Sec. 3.6. The manuscript provides no sensitivity study, no estimate of the solid mass affected, and no test of the reset's influence on the benchmark results. Please quantify the effect of epsilon_c (e.g., by varying it over several orders of magnitude for at least one benchmark) and, if possible, compare against a run without the reset. Without this analysis, the benchmark agreements and the coarse-grid accuracy claim are not fully established.
  2. [Section 3.3 and Conclusions] The central claim that VOF/PLIC on a 128x128 grid agrees well with Sugiyama et al. on a 1024x1024 grid is supported primarily by qualitative shape overlays (Fig. 9) and a centroid trajectory plot (Fig. 11). The paper should provide quantitative error measures, such as the L2 error of the centroid trajectory or interface position relative to the reference fine-grid solution, and should also report the difference between the present 128x128 result and the reference 1024x1024 result. This is load-bearing for the paper's headline claim that sharp VOF/PLIC is as accurate on coarse grids as diffusive methods on much finer grids.
  3. [Section 3.6] The turbulent channel flow with a compliant wall is presented as a demonstration of the framework's capability, but the comparison with past works (Esteghamatian et al., Rosti and Brandt, Wang et al.) is qualitative, and no grid-resolution study is reported for this case. The non-uniform wall-normal grid with a uniform near-interface region should be justified with a resolution study, and quantitative comparisons of at least the mean velocity profile, Reynolds stresses, and surface deformation statistics should be provided. As written, the turbulent FSI claim remains qualitative and is not yet supported at the same level as the lower-Reynolds-number benchmarks.
minor comments (5)
  1. [Section 2.2.2] The clipping tolerance epsilon_c = 10^-8 is used 'for all problems' without justification; a brief explanation of how this value was chosen and whether results are sensitive to it would be helpful.
  2. [Section 2.2.1, Eq. (18)] The sign convention in the Adams-Bashforth update for B is confusing: the source term is added while the advection term is subtracted. Please clarify that this follows directly from Eq. (16) and define the notation for the advection term more explicitly.
  3. [Fig. 11] The legend includes 'Sugiyama et al. (128 x 128)' but the text does not discuss this comparison; please comment on how the present 128x128 result compares with Sugiyama's own 128x128 result, as this would directly support the coarse-grid claim.
  4. [General] The manuscript contains production placeholders ('Received: Added at production', 'DOI: xxx/xxxx', 'Journal ;00:1-26') that should be removed before final submission.
  5. [General] No code or data are made available. For a numerical methods paper, releasing at least the benchmark setup and, ideally, the solver itself would greatly strengthen reproducibility and allow independent verification of the coarse-grid claim.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: central claims rest on independent external benchmarks and fixed numerical choices, not on fitted parameters or self-referential derivations.

full rationale

The paper's derivation chain is self-contained. The method is validated by direct comparison to independent external references (Zhao et al., Sugiyama et al., Ii et al., Valizadeh et al., Moser et al., Rosti & Brandt, Esteghamatian et al.), and no parameter is fitted to a subset of the data and then presented as a prediction. The coarse-grid versus fine-grid statement is an observed comparison to an independent 1024x1024 reference solution, not an identity imposed by construction. The ad hoc reset 'we set B = I for phi_{i,j,k} < epsilon_c' in Section 2.2.2 is a fixed numerical stabilization chosen a priori from clipping and round-off considerations, not calibrated to reproduce any benchmark target; it is a correctness/robustness concern, not circularity. Self-citations to the group's FVM solver and to Alamé's thesis are used for implementation details and prior turbulence work, and they do not carry the load of the paper's central validation claims.

Assumptions & free parameters 1 free parameters · 5 assumptions · 0 invented entities

No new physical entities are introduced. The only hand-chosen numerical parameter is the clipping tolerance epsilon_c used for volume fraction clipping and the B reset. The axioms are the standard one-continuum stress mixture, incompressibility of both phases, the B transport equation, and the established geometric VOF procedures.

free parameters (1)
  • clipping tolerance epsilon_c = 1e-8
    Hand-chosen threshold used to clip volume fractions after advection and to decide where B is reset to identity; set to 1e-8 for all problems (Section 2.2.2).
assumptions (5)
  • domain assumption Stress at the interface is modeled as a volume-fraction-weighted mixture: sigma_ij = phi sigma_s + (1-phi) sigma_f (Eq. 10), which the authors state 'essentially satisfies' traction continuity (Eq. 4).
    One-continuum formulation relies on this mixture stress to couple the two subdomains; it is an approximation of the dynamic interface condition, not an exact enforcement.
  • domain assumption Both fluid and solid are incompressible (Eqs. 1 and 2); the solid is an incompressible Mooney-Rivlin material.
    The incompressibility constraint is applied in both subdomains, and the hyperelastic models (neo-Hookean, Saint Venant-Kirchhoff) are the incompressible Mooney-Rivlin subsets used in the cited prior works.
  • ad hoc to paper B is reset to identity in cells with phi < epsilon_c to prevent exponential growth near the interface.
    This is an ad hoc numerical fix introduced in Section 2.2.2; its effect on accuracy in thin or highly stretched solid regions is not analyzed.
  • standard math The upper-convected time derivative of the left Cauchy-Green tensor B is zero (Eq. 16).
    Standard result in continuum mechanics, used to derive the transport equation for B.
  • standard math The geometric VOF method with PLIC reconstruction and Lagrangian-Explicit directionally split advection conserves mass and captures the interface accurately.
    These are established numerical procedures cited from the literature (e.g., Scardovelli and Zaleski, Gueyffier et al., Alame); the paper does not re-derive their properties.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Monolithic framework to simulate fluid-structure interaction problems using geometric volume-of-fluid method." pith.science (2026). https://pith.science/paper/SVG3JYG6

@misc{pith2026250522920,
  author       = {Pith},
  title        = {Pith review of: Monolithic framework to simulate fluid-structure interaction problems using geometric volume-of-fluid method},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SVG3JYG6}},
  note         = {Machine review of arXiv:2505.22920}
}
read the original abstract

We develop a three-dimensional Eulerian framework to simulate fluid-structure interaction (FSI) problems on a fixed Cartesian grid using the geometric volume-of-fluid (VOF) method. The coupled problem involves incompressible flow and viscous hyperelastic solids. A VOF-based one-continuum formulation is used to describe the unified momentum conservation equations with incompressibility constraints that are solved using the finite volume method (FVM). In the geometric VOF interface-capturing (IC) approach, the PLIC method is used to reconstruct the interface, and the Lagrangian Explicit (LE) method is used in the directionally split advection procedure. To model the hyperelastic behavior of the solid, we consider Mooney-Rivlin material models, where we use the left Cauchy-Green deformation tensor (B) to account for the solid deformation on an Eulerian grid and the fifth-order WENO-Z reconstruction method is utilized to treat the advection terms involved in the transport equation of B. Multiple benchmark problems are considered to verify the accuracy of the approach. Furthermore, to demonstrate the capability of the solver to handle turbulent interactions, we perform direct numerical simulation (DNS) of turbulent channel flow with a deformable compliant bottom wall and a rigid top wall; our observations align well with previous experimental and numerical works. The detailed numerical experiments show that: (i) Despite the discontinuity of the interface across the cell boundaries and stress discontinuity across the interface, a VOF/PLIC-based FSI framework can provide stable and accurate solutions that significantly minimizes numerical artifacts (e.g., flotsam and spurious currents) while maintaining a sharp interface. (ii) The accuracy of a VOF/PLIC-based FSI approach on coarse grids is comparable to the accuracy of a diffusive IC method-based FSI approach on much finer grids.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

89 extracted references · 74 canonical work pages

  1. [1]

    A numerical method for large-eddy simulation in complex geometries

    Mahesh K, Constantinescu G, Moin P. A numerical method for large-eddy simulation in complex geometries. Journal of Computational Physics. 2004;197(1):215–240

  2. [2]

    An improved weighted essentially non-oscillatory scheme for hyperbolic conservation laws

    Borges R, Carmona M, Costa B, Don WS. An improved weighted essentially non-oscillatory scheme for hyperbolic conservation laws. Journal of computational physics. 2008;227(6):3191–3211

  3. [3]

    Efficient implementation of weighted ENO schemes

    Jiang GS, Shu CW. Efficient implementation of weighted ENO schemes. Journal of computational physics. 1996;126(1):202–228

  4. [4]

    On the interaction of a compliant wall with a turbulent boundary layer

    Wang J, Koley SS, Katz J. On the interaction of a compliant wall with a turbulent boundary layer. J. Fluid Mech.. 2020;899:A20

  5. [5]

    Spatiotemporal characterization of turbulent channel flow with a hyperelastic compliant wall

    Esteghamatian A, Katz J, Zaki TA. Spatiotemporal characterization of turbulent channel flow with a hyperelastic compliant wall. Journal of Fluid Mechanics. 2022;942:A35

  6. [6]

    Numerical simulation of turbulent channel flow over a viscous hyper-elastic wall

    Rosti ME, Brandt L. Numerical simulation of turbulent channel flow over a viscous hyper-elastic wall. J. Fluid Mech.. 2017;830:708–735

  7. [7]

    Low Reynolds number turbulent flows over elastic walls

    Rosti ME, Brandt L. Low Reynolds number turbulent flows over elastic walls. Physics of Fluids. 2020;32(8)

  8. [8]

    Direct numerical simulations of turbulent boundary layers developing over synthesised calcareous marine biofouling surfaces

    Kaminaris IK, Balaras E. Direct numerical simulations of turbulent boundary layers developing over synthesised calcareous marine biofouling surfaces. Ships and Offshore Structures. 2024:1–12

Show all 89 references
  1. [9]

    An assessment of the ship drag penalty arising from light calcareous tubeworm fouling

    Monty J, Dogan E, Hanson R, Scardino A, Ganapathisubramani B, Hutchins N. An assessment of the ship drag penalty arising from light calcareous tubeworm fouling. Biofouling. 2016;32(4):451–464

  2. [10]

    Investigation of rough-wall turbulence over barnacle roughness with increasing solidity using direct numerical simulations

    Sarakinos S, Busse A. Investigation of rough-wall turbulence over barnacle roughness with increasing solidity using direct numerical simulations. Physical Review Fluids. 2022;7(6):064602

  3. [11]

    Rheology of red blood cell aggregation by computer simulation.Journal of Computational Physics

    Liu Y , Liu WK. Rheology of red blood cell aggregation by computer simulation.Journal of Computational Physics. 2006;220(1):139–154

  4. [12]

    A computational blood flow analysis in a capillary vessel including multiple red blood cells and platelets

    Ii S, Sugiyama K, Takagi S, Matsumoto Y . A computational blood flow analysis in a capillary vessel including multiple red blood cells and platelets. Journal of Biomechanical Science and Engineering. 2012;7(1):72–83

  5. [13]

    An implicit full Eulerian method for the fluid–structure interaction problem.International Journal for Numerical Methods in Fluids

    Ii S, Sugiyama K, Takeuchi S, Takagi S, Matsumoto Y . An implicit full Eulerian method for the fluid–structure interaction problem.International Journal for Numerical Methods in Fluids. 2011;65(1-3):150–165

  6. [14]

    Full Eulerian simulations of biconcave neo-Hookean particles in a Poiseuille flow

    Sugiyama K, Ii S, Takeuchi S, Takagi S, Matsumoto Y . Full Eulerian simulations of biconcave neo-Hookean particles in a Poiseuille flow. Computational Mechanics. 2010;46:147–157

  7. [15]

    A conservative and non-dissipative Eulerian formulation for the simulation of soft solids in fluids

    Jain SS, Kamrin K, Mani A. A conservative and non-dissipative Eulerian formulation for the simulation of soft solids in fluids. Journal of Computational Physics. 2019;399:108922

  8. [16]

    Direct numerical simulations of fluid–solid systems using the arbitrary Lagrangian–Eulerian technique

    Hu HH, Patankar NA, Zhu M. Direct numerical simulations of fluid–solid systems using the arbitrary Lagrangian–Eulerian technique. Journal of Computational Physics. 2001;169(2):427–462

  9. [17]

    An arbitrary Lagrangian-Eulerian computing method for all flow speeds

    Hirt CW, Amsden AA, Cook J. An arbitrary Lagrangian-Eulerian computing method for all flow speeds. Journal of computational physics. 1974;14(3):227–253

  10. [18]

    An arbitrary Lagrangian-Eulerian velocity potential formulation for fluid-structure interaction.Computers & structures

    Nitikitpaiboon C, Bathe KJ. An arbitrary Lagrangian-Eulerian velocity potential formulation for fluid-structure interaction.Computers & structures. 1993;47(4-5):871–891

  11. [19]

    Lagrangian-Eulerian finite element formulation for incompressible viscous flows

    Hughes TJ, Liu WK, Zimmermann TK. Lagrangian-Eulerian finite element formulation for incompressible viscous flows. Computer methods in applied mechanics and engineering. 1981;29(3):329–349

  12. [20]

    A new strategy for finite element computations involving moving boundaries and interfaces—The deforming-spatial- domain/space-time procedure: I

    Tezduyar T, Behr M, Liou J. A new strategy for finite element computations involving moving boundaries and interfaces—The deforming-spatial- domain/space-time procedure: I. The concept and the preliminary numerical tests. Computer Methods in Applied Mechanics and Engineering. ...

  13. [21]

    A new strategy for finite element computations involving moving boundaries and interfaces—the deforming- spatial-domain/space-time procedure: II

    Tezduyar TE, Behr M, Mittal S, Liou J. A new strategy for finite element computations involving moving boundaries and interfaces—the deforming- spatial-domain/space-time procedure: II. Computation of free-surface flows, two-liquid flows, and flows with drifting cylinders. Comp...

  14. [22]

    A space-time formulation for multiscale phenomena

    Hughes TJ, Stewart JR. A space-time formulation for multiscale phenomena. Journal of computational and applied mathematics. 1996;74(1- 2):217–229

  15. [23]

    Influence of wall elasticity in patient-specific hemodynamic simulations.Computers & Fluids

    Torii R, Oshima M, Kobayashi T, Takagi K, Tezduyar TE. Influence of wall elasticity in patient-specific hemodynamic simulations.Computers & Fluids. 2007;36(1):160–168

  16. [24]

    Fluid–structure interaction modeling of a patient-specific cerebral aneurysm: influence of structural modeling

    Torii R, Oshima M, Kobayashi T, Takagi K, Tezduyar TE. Fluid–structure interaction modeling of a patient-specific cerebral aneurysm: influence of structural modeling. Computational Mechanics. 2008;43:151–159

  17. [25]

    Finite element modeling of blood flow in arteries

    Taylor CA, Hughes TJ, Zarins CK. Finite element modeling of blood flow in arteries. Computer methods in applied mechanics and engineering. 1998;158(1-2):155–196

  18. [26]

    Blood flow in the human ascending aorta: a combined MRI and CFD study.Journal of engineering mathematics

    Leuprecht A, Kozerke S, Boesiger P, Perktold K. Blood flow in the human ascending aorta: a combined MRI and CFD study.Journal of engineering mathematics. 2003;47:387–404

  19. [27]

    Fluid–structure interaction modelling of parachute soft-landing dynamics.International Journal for Numerical Methods in Fluids

    Stein K, Tezduyar TE, Sathe S, Benney R, Charles R. Fluid–structure interaction modelling of parachute soft-landing dynamics.International Journal for Numerical Methods in Fluids. 2005;47(6-7):619–631

  20. [28]

    Fluid–structure interaction modeling of parachute clusters

    Takizawa K, Wright S, Moorman C, Tezduyar TE. Fluid–structure interaction modeling of parachute clusters. International Journal for Numerical Methods in Fluids. 2011;65(1-3):286–307

  21. [29]

    Parallel finite element simulation of 3D incompressible flows: Fluid-structure interactions

    Mittal S, Tezduyar TE. Parallel finite element simulation of 3D incompressible flows: Fluid-structure interactions. International Journal for Numerical Methods in Fluids. 1995;21(10):933–953

  22. [30]

    Space-Time Computational Techniques for the Aerodynamics of Flapping Wings

    Takizawa K, Henicke B, Puntel A, Spielman T, Tezduyar TE. Space-Time Computational Techniques for the Aerodynamics of Flapping Wings. Journal of Applied Mechanics. 2011;79(1):010903. doi: 10.1115/1.4005073 Monolithic framework to simulate fluid-structure interaction problems u...

  23. [31]

    Flow patterns around heart valves: a numerical method

    Peskin CS. Flow patterns around heart valves: a numerical method. Journal of computational physics. 1972;10(2):252–271

  24. [32]

    The immersed boundary method

    Peskin CS. The immersed boundary method. Acta numerica. 2002;11:479–517

  25. [33]

    IMMERSED BOUNDARY METHODS.Annual Review of Fluid Mechanics

    Mittal R, Iaccarino G. IMMERSED BOUNDARY METHODS.Annual Review of Fluid Mechanics. 2005;37(V olume 37, 2005):239-261. doi: https://doi.org/10.1146/annurev.fluid.37.061903.175743

  26. [34]

    A distributed Lagrange multiplier/fictitious domain method for flows around moving rigid bodies: application to particulate flow

    Glowinski R, Pan TW, Hesla TI, Joseph DD, Periaux J. A distributed Lagrange multiplier/fictitious domain method for flows around moving rigid bodies: application to particulate flow. International journal for numerical methods in fluids. 1999;30(8):1043–1066

  27. [35]

    Glowinski R, Pan TW, Hesla TI, Joseph DD, Periaux J. A fictitious domain approach to the direct numerical simulation of incompressible viscous flow past moving rigid bodies: application to particulate flow.Journal of computational physics. 2001;169(2):363–426

  28. [36]

    A DLM/FD method for fluid/flexible-body interactions

    Yu Z. A DLM/FD method for fluid/flexible-body interactions. Journal of computational physics. 2005;207(1):1–27

  29. [37]

    Immersed finite element method and its applications to biological systems.Computer methods in applied mechanics and engineering

    Liu WK, Liu Y , Farrell D, et al. Immersed finite element method and its applications to biological systems.Computer methods in applied mechanics and engineering. 2006;195(13-16):1722–1749

  30. [38]

    Immersed finite element method for fluid-structure interactions

    Zhang LT, Gay M. Immersed finite element method for fluid-structure interactions. Journal of Fluids and Structures. 2007;23(6):839–857

  31. [39]

    The Immersed Interface Method for the Navier–Stokes Equations with Singular Forces

    Li Z, Lai MC. The Immersed Interface Method for the Navier–Stokes Equations with Singular Forces. Journal of Computational Physics. 2001;171(2):822-842. doi: https://doi.org/10.1006/jcph.2001.6813

  32. [40]

    The Immersed Interface Method for Elliptic Equations with Discontinuous Coefficients and Singular Sources

    LeVeque RJ, Li Z. The Immersed Interface Method for Elliptic Equations with Discontinuous Coefficients and Singular Sources. SIAM Journal on Numerical Analysis. 1994;31(4):1019-1044. doi: 10.1137/0731054

  33. [41]

    From immersed boundary method to immersed continuum methods

    Wang S. From immersed boundary method to immersed continuum methods. International Journal for Multiscale Computational Engineering. 2006;4(1)

  34. [42]

    Large deformation of red blood cell ghosts in a simple shear flow

    Eggleton CD, Popel AS. Large deformation of red blood cell ghosts in a simple shear flow. Physics of fluids. 1998;10(8):1834–1845

  35. [43]

    The deformation behavior of multiple red blood cells in a capillary vessel

    Gong X, Sugiyama K, Takagi S, Matsumoto Y . The deformation behavior of multiple red blood cells in a capillary vessel. 2009

  36. [44]

    A fictitious domain/distributed Lagrange multiplier based fluid–structure interaction scheme with hierarchical B-spline grids

    Kadapa C, Dettmer W, Peri´c D. A fictitious domain/distributed Lagrange multiplier based fluid–structure interaction scheme with hierarchical B-spline grids. Computer Methods in Applied Mechanics and Engineering. 2016;301:1–27

  37. [45]

    A fixed-mesh method for incompressible flow–structure systems with finite solid deformations

    Zhao H, Freund JB, Moser RD. A fixed-mesh method for incompressible flow–structure systems with finite solid deformations. Journal of Computational Physics. 2008;227(6):3114–3140

  38. [46]

    Direct numerical simulations of gas–liquid multiphase flows

    Tryggvason G, Scardovelli R, Zaleski S. Direct numerical simulations of gas–liquid multiphase flows. Cambridge university press, 2011

  39. [47]

    V olume of fluid (VOF) method for the dynamics of free boundaries.Journal of computational physics

    Hirt CW, Nichols BD. V olume of fluid (VOF) method for the dynamics of free boundaries.Journal of computational physics. 1981;39(1):201–225

  40. [48]

    Fronts propagating with curvature-dependent speed: algorithms based on Hamilton-Jacobi formulations

    Osher S, Sethian JA. Fronts propagating with curvature-dependent speed: algorithms based on Hamilton-Jacobi formulations. Journal of computational physics. 1988;79(1):12–49

  41. [49]

    Calculation of two-phase Navier-Stokes flows using phase-field modeling

    Jacqmin D. Calculation of two-phase Navier-Stokes flows using phase-field modeling. Journal of computational physics. 1999;155(1):96–127

  42. [50]

    Full-Eulerian finite-difference simulation of fluid flow in hyperelastic wavy channel

    Nagano N, Sugiyama K, Takeuchi S, II S, Takagi S, Matsumoto Y . Full-Eulerian finite-difference simulation of fluid flow in hyperelastic wavy channel. Journal of Fluid Science and Technology.2010;5(3):475–490

  43. [51]

    Interaction of a deformable solid with two-phase flows: An Eulerian-based numerical model for fluid-structure interaction using the level contour reconstruction method

    Shin S, Chergui J, Juric D. Interaction of a deformable solid with two-phase flows: An Eulerian-based numerical model for fluid-structure interaction using the level contour reconstruction method. International Journal for Numerical Methods in Fluids. 2020;92(11):1478–1505

  44. [52]

    A full Eulerian finite difference approach for solving fluid–structure coupling problems

    Sugiyama K, Ii S, Takeuchi S, Takagi S, Matsumoto Y . A full Eulerian finite difference approach for solving fluid–structure coupling problems. Journal of Computational Physics. 2011;230(3):596–627

  45. [53]

    A simple algebraic interface capturing scheme using hyperbolic tangent function.International journal for numerical methods in fluids

    Xiao F, Honma Y , Kono T. A simple algebraic interface capturing scheme using hyperbolic tangent function.International journal for numerical methods in fluids. 2005;48(9):1023–1040

  46. [54]

    Efficient implementation of THINC scheme: a simple and practical smoothed VOF algorithm

    Yokoi K. Efficient implementation of THINC scheme: a simple and practical smoothed VOF algorithm. Journal of Computational Physics. 2007;226(2):1985–2002

  47. [55]

    An interface capturing method with a continuous function: the THINC method with multi-dimensional reconstruction

    Ii S, Sugiyama K, Takeuchi S, Takagi S, Matsumoto Y , Xiao F. An interface capturing method with a continuous function: the THINC method with multi-dimensional reconstruction. Journal of Computational Physics. 2012;231(5):2328–2358

  48. [56]

    Numerical and experimental analysis of the fluid-structure interaction in presence of a hyperelastic body

    Esmailzadeh H, Passandideh-Fard M. Numerical and experimental analysis of the fluid-structure interaction in presence of a hyperelastic body. Journal of Fluids Engineering. 2014;136(11):111107

  49. [57]

    Eulerian method for multiphase interactions of soft solid bodies in fluids

    Valkov B, Rycroft CH, Kamrin K. Eulerian method for multiphase interactions of soft solid bodies in fluids. Journal of Applied Mechanics. 2015;82(4):041011

  50. [58]

    Direct numerical simulation-based vibroacoustic response of plates excited by turbulent wall-pressure fluctuations

    Prajapati S, Anantharamu S, Mahesh K. Direct numerical simulation-based vibroacoustic response of plates excited by turbulent wall-pressure fluctuations. Journal of Fluid Mechanics. 2023;976:A2

  51. [59]

    Response of a plate in turbulent channel flow: Analysis of fluid–solid coupling

    Anantharamu S, Mahesh K. Response of a plate in turbulent channel flow: Analysis of fluid–solid coupling. J. Fluids Struct.. 2021;100:103173. doi: https://doi.org/10.1016/j.jfluidstructs.2020.103173

  52. [60]

    V olume-of-fluid interface tracking with smoothed surface stress methods for three-dimensional flows

    Gueyffier D, Li J, Nadim A, Scardovelli R, Zaleski S. V olume-of-fluid interface tracking with smoothed surface stress methods for three-dimensional flows. Journal of Computational physics. 1999;152(2):423–456

  53. [61]

    Interface reconstruction with least-squares fit and split advection in three-dimensional Cartesian geometry

    Aulisa E, Manservisi S, Scardovelli R, Zaleski S. Interface reconstruction with least-squares fit and split advection in three-dimensional Cartesian geometry. Journal of Computational Physics. 2007;225(2):2301–2319

  54. [62]

    Conservative volume-of-fluid method for free-surface simulations on cartesian-grids.Journal of Computational Physics

    Weymouth GD, Yue DKP. Conservative volume-of-fluid method for free-surface simulations on cartesian-grids.Journal of Computational Physics. 2010;229(8):2853–2865

  55. [63]

    Interface reconstruction with least-square fit and split Eulerian–Lagrangian advection.International Journal for Numerical Methods in Fluids

    Scardovelli R, Zaleski S. Interface reconstruction with least-square fit and split Eulerian–Lagrangian advection.International Journal for Numerical Methods in Fluids. 2003;41(3):251–274

  56. [64]

    A mass-conserving volume-of-fluid method: volume tracking and droplet surface-tension in incompressible isotropic turbulence

    Baraldi A, Dodd M, Ferrante A. A mass-conserving volume-of-fluid method: volume tracking and droplet surface-tension in incompressible isotropic turbulence. Computers & Fluids. 2014;96:322–337

  57. [65]

    A mass-momentum consistent, volume-of-fluid method for incompressible flow on staggered grids

    Arrufat T, Crialesi-Esposito M, Fuster D, et al. A mass-momentum consistent, volume-of-fluid method for incompressible flow on staggered grids. Computers & Fluids. 2021;215:104785

  58. [66]

    Fundamentals of the KRAKEN code

    DeBar RB. Fundamentals of the KRAKEN code. tech. rep., Lawrence Livermore National Lab.(LLNL), Livermore, CA (United States); 1974

  59. [67]

    Time-dependent multi-material flow with large fluid distortion

    Youngs DL. Time-dependent multi-material flow with large fluid distortion. Numerical methods for fluid dynamics. 1982

  60. [68]

    An interface tracking method for a 3D Eulerian hydrodynamics code.Atomic Weapons Research Establishment (AWRE) Technical Report

    Youngs DL. An interface tracking method for a 3D Eulerian hydrodynamics code.Atomic Weapons Research Establishment (AWRE) Technical Report. 1984;44(92):35

  61. [69]

    Calcul d’interface affine par morceaux

    Li J. Calcul d’interface affine par morceaux. Comptes rendus de l’Académie des sciences. Série II, Mécanique, physique, chimie, astronomie. 1995;320(8):391–396. 26 PRAJAPATIET AL

  62. [70]

    Numerical prediction of drag reduction and interfacial shapes over superhydrophobic surfaces

    Alamé K. Numerical prediction of drag reduction and interfacial shapes over superhydrophobic surfaces. PhD thesis. University of Minnesota, 2020

  63. [71]

    Immersed boundary methods for fluid interfaces.Computational methods for multiphase flow.2007:37–77

    Tryggvason G, Sussman M, Hussaini M. Immersed boundary methods for fluid interfaces.Computational methods for multiphase flow.2007:37–77

  64. [72]

    A theory of large elastic deformation

    Mooney M. A theory of large elastic deformation. Journal of applied physics. 1940;11(9):582–592

  65. [73]

    Large elastic deformations of isotropic materials IV

    Rivlin RS. Large elastic deformations of isotropic materials IV . Further developments of the general theory.Philosophical transactions of the royal society of London. Series A, Mathematical and physical sciences. 1948;241(835):379–397

  66. [74]

    Nonlinear continuum mechanics for finite element analysis

    Bonet J, Wood RD. Nonlinear continuum mechanics for finite element analysis. Cambridge university press, 1997

  67. [75]

    Feature-resolved computational and analytical study of laminar drag reduction by superhydrophobic surfaces.Physical Review Fluids

    Li Y , Alame K, Mahesh K. Feature-resolved computational and analytical study of laminar drag reduction by superhydrophobic surfaces.Physical Review Fluids. 2017;2(5):054002

  68. [76]

    Wall-bounded flow over a realistically rough superhydrophobic surface

    Alamé K, Mahesh K. Wall-bounded flow over a realistically rough superhydrophobic surface. Journal of Fluid Mechanics. 2019;873:977–1019

  69. [77]

    Direct numerical simulation of turbulent channel flow over random rough surfaces

    Ma R, Alamé K, Mahesh K. Direct numerical simulation of turbulent channel flow over random rough surfaces. Journal of Fluid Mechanics. 2021;908:A40

  70. [78]

    Global stability analysis and direct numerical simulation of boundary layers with an isolated roughness element

    Ma R, Mahesh K. Global stability analysis and direct numerical simulation of boundary layers with an isolated roughness element. Journal of Fluid Mechanics. 2022;949:A12

  71. [79]

    Boundary layer transition due to distributed roughness: Effect of roughness spacing

    Ma R, Mahesh K. Boundary layer transition due to distributed roughness: Effect of roughness spacing. Journal of Fluid Mechanics. 2023;977:A27

  72. [80]

    Analysis of wall-pressure fluctuation sources from direct numerical simulation of turbulent channel flow.J

    Anantharamu S, Mahesh K. Analysis of wall-pressure fluctuation sources from direct numerical simulation of turbulent channel flow.J. Fluid Mech.. 2020;898. doi: https://doi.org/10.1017/jfm.2020.412

  73. [81]

    Analytical relations connecting linear interfaces and volume fractions in rectangular grids

    Scardovelli R, Zaleski S. Analytical relations connecting linear interfaces and volume fractions in rectangular grids. Journal of Computational Physics. 2000;164(1):228–237

  74. [82]

    CFD Julia: A learning module structuring an introductory course on computational fluid dynamics

    Pawar S, San O. CFD Julia: A learning module structuring an introductory course on computational fluid dynamics. Fluids. 2019;4(3):159

  75. [83]

    Fully multidimensional flux-corrected transport algorithms for fluids

    Zalesak ST. Fully multidimensional flux-corrected transport algorithms for fluids. Journal of computational physics. 1979;31(3):335–362

  76. [84]

    Interpolation functions in the immersed boundary and finite element methods.Computational Mechanics

    Wang X, Zhang LT. Interpolation functions in the immersed boundary and finite element methods.Computational Mechanics. 2010;45:321–334

  77. [85]

    An Eulerian approach to fluid–structure interaction and goal-oriented mesh adaptation

    Dunne T. An Eulerian approach to fluid–structure interaction and goal-oriented mesh adaptation. International journal for numerical methods in fluids. 2006;51(9-10):1017–1039

  78. [86]

    A monolithic finite element method for phase-field modeling of fully Eulerian fluid–structure interaction

    Valizadeh N, Zhuang X, Rabczuk T. A monolithic finite element method for phase-field modeling of fully Eulerian fluid–structure interaction. Computer Methods in Applied Mechanics and Engineering. 2025;435:117618

  79. [87]

    A 3D phase-field based Eulerian variational framework for multiphase fluid–structure interaction with contact dynamics

    Mao X, Rath B, Jaiman R. A 3D phase-field based Eulerian variational framework for multiphase fluid–structure interaction with contact dynamics. Computer Methods in Applied Mechanics and Engineering. 2024;429:117172

  80. [88]

    Soft lubrication: The elastohydrodynamics of nonconforming and conforming contacts

    Skotheim J, Mahadevan L. Soft lubrication: The elastohydrodynamics of nonconforming and conforming contacts. Physics of Fluids. 2005;17(9)

  81. [89]

    Direct numerical simulation of turbulent channel flow up to Re τ= 590

    Moser RD, Kim J, Mansour NN. Direct numerical simulation of turbulent channel flow up to Re τ= 590. Physics of Fluids. 1999;11(4):943–945

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.