We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494d269 commit 4da1b71Copy full SHA for 4da1b71
turtleFSI/modules/solid.py
@@ -71,7 +71,7 @@ def solid_setup(d_, v_, phi, psi, dx_s, ds_s, dx_s_id_list, ds_s_ext_id_list, so
71
Moireau, P., Xiao, N., Astorino, M. et al. External tissue support and fluid–structure simulation in blood flows.
72
Biomech Model Mechanobiol 11, 1–18 (2012). https://doi.org/10.1007/s10237-011-0289-z
73
"""
74
- if robin_bc==True:
+ if robin_bc:
75
info_blue("Robin BC is used for the solid domain.")
76
for solid_boundaries in range(len(ds_s_ext_id_list)):
77
F_solid_linear += theta0 * inner((k_s * d_["n"] + c_s * v_["n"]), psi)*ds_s[solid_boundaries]
0 commit comments