Nicholas E. Pacheco,Kang Zhang,Ashley S. Reyes,Christopher J. Pacheco,Lucas Burstein,Loris Fichera
Abstract:This paper presents a computational model, based on the Finite Element Method (FEM), that simulates the thermal response of laser-irradiated tissue. This model addresses a gap in the current ecosystem of surgical robot simulators, which generally lack support for lasers and other energy-based end effectors. In the proposed model, the thermal dynamics of the tissue are calculated as the solution to a heat conduction problem with appropriate boundary conditions. The FEM formulation allows the model to capture complex phenomena, such as convection, which is crucial for creating realistic simulations. The accuracy of the model was verified via benchtop laser-tissue interaction experiments using agar tissue phantoms and ex-vivo chicken muscle. The results revealed an average root-mean-square error (RMSE) of less than 2 degrees Celsius across most experimental conditions.
What problem does this paper attempt to address?
This paper attempts to solve the problem of the lack of support for lasers and other energy - based end - effectors in current surgical robot simulators. Specifically, existing physical engines usually do not support the thermodynamics required to simulate the thermal interaction between lasers and tissues. To fill this gap, the authors propose a computational model based on the Finite Element Method (FEM) for simulating the thermal response of tissues under laser irradiation.
### Core problems of the paper
1. **Limitations of existing simulators**:
- Current surgical robot simulators mainly rely on third - party physical engines (such as SOFA, Bullet, and PhysX). These engines can well simulate common surgical instruments (such as scalpels, clamps, and needles), but cannot handle energy - based tools such as lasers.
- The applications of lasers in surgery include cutting and coagulating tissues, and their working principle is to achieve non - contact operation through heating, which is different from mechanically - driven instruments.
2. **Complexity of laser - tissue interaction**:
- Laser - tissue interaction involves multiple complex physical processes, such as light propagation and heat conduction. These interactions are affected by multiple factors such as laser wavelength, power, exposure time, and the characteristics of the target tissue.
- Previous attempts to use machine - learning methods to model these interactions were effective, but required a large amount of high - quality data sets for training. In addition, some open - source libraries (such as MCmatlab) can accurately simulate light propagation, but have limitations when dealing with complex boundary conditions.
### Proposed solution
The authors propose a computational model based on the Finite Element Method, which can accurately capture the thermal response of tissues under laser irradiation. Specifically:
- **Heat conduction equation**: The thermal dynamics of tissues are described by the following partial differential equation:
\[
c_v \frac{\partial T}{\partial t} = \nabla \cdot (\kappa \nabla T) + S
\]
where \( T \) is the tissue temperature, \( t \) represents time, \( c_v \) and \( \kappa \) are the volumetric heat capacity and thermal conductivity of the tissue respectively, and \( S \) is the heating term generated by the laser.
- **Boundary conditions**: The model simulates actual physical phenomena, such as convective cooling in air, through appropriate boundary conditions (such as Dirichlet boundary conditions and Neumann boundary conditions).
- **Verification experiments**: The accuracy of the model was verified through laser - tissue interaction experiments on tissue phantoms fabricated in the laboratory and ex - vivo chicken breast. The experimental results show that under most experimental conditions, the average root - mean - square error (RMSE) is less than 2°C.
### Summary
This research aims to support laser applications in surgical robot simulators by developing new physical engines, thereby providing more comprehensive support for future surgical robot automation. The successful verification of this model lays the foundation for incorporating lasers into surgical robot simulators and provides a direction for further research.