Skip to content

Commit b95337f

Browse files
committed
minor fix of aneurysm.py
1 parent 39c6f76 commit b95337f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vasp/simulations/aneurysm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_mesh_domain_and_boundaries(mesh_path, **namespace):
105105

106106
def create_bcs(t, DVP, mesh, boundaries, mu_f,
107107
fsi_id, inlet_id, inlet_outlet_s_id,
108-
rigid_id, psi, F_solid_linear, p_deg, FC_file,
108+
psi, F_solid_linear, p_deg, FC_file,
109109
Q_mean, P_FC_File, P_mean, T_Cycle, **namespace):
110110

111111
# Load fourier coefficients for the velocity and scale by flow rate

0 commit comments

Comments
 (0)