KVSlab / turtleFSI

Monolithic Fluid-Structure Interaction (FSI) solver
https://turtlefsi2.readthedocs.io/en/latest/
GNU General Public License v3.0
62 stars 23 forks source link

make sure dx_s_id is kept as int #107

Closed keiyamamo closed 7 months ago

keiyamamo commented 7 months ago

When using solid_properties from config file, I noticed that dx_s_id (domain ID for solid) was converted from int to float. This can cause minor problem inside VaSP for computing stress/strain. This PR should fix the issue.