Real-time computation of bio-heat transfer in the fast explicit dynamics finite element algorithm (FED-FEM) framework (MIT License)
Zhang, J., & Chauhan, S. (2019). Real-time computation of bio-heat transfer in the fast explicit dynamics finite element algorithm (FED-FEM) framework. Numerical Heat Transfer, Part B: Fundamentals, 75(4), 217-238. doi:10.1080/10407790.2019.1627812. |
---|
which is based on the work of
Zhang, J., & Chauhan, S. (2019). Fast explicit dynamics finite element algorithm for transient heat transfer. International Journal of Thermal Sciences, 139, 160-175. doi:10.1016/j.ijthermalsci.2019.01.030 [Code]. |
---|
Please cite the above paper if you use this code for your research.
If this code is helpful in your projects, please help to ⭐ this repo or recommend it to your friends. Thanks😊
- Windows 10
- Visual Studio 2017
- OpenMP
- Download the source repository.
- Visual Studio 2017->Create New Project (Empty Project)->Project->Add Existing Item->Bioheat.cpp.
- Project->Properties->C/C++->Language->OpenMP Support->Yes (/openmp).
- Build Solution (Release/x64).
- Open T.vtk. (such as using ParaView)
- Liver_Iso.inp (Abaqus input) is provided in the “models”, which was used to create Liver_Iso_n1.txt.
- Isotropic, orthotropic, and anisotropic thermal conductivities.
- Node index: HFlux, FixT.
- Element index: Perfu, BodyHFlux.
- All Elements: Metabo.
- Node and Element index can start at 0, 1, or any but must be consistent in a file.
- Index starts at 0: *.txt.
- Index starts at 1: *_n1.txt.
Please send an email to jinao.zhang@hotmail.com. Thanks for your valuable feedback and suggestions.