Unit of force in ConstraintIB ForceProjector

7 views
Skip to first unread message

Sagar G Nayak

unread,
Sep 5, 2025, 3:50:16 AM (3 days ago) Sep 5
to IBAMR Users
Hello all,
In this 2013 paper (https://doi.org/10.1016/j.jcp.2013.04.033) for IBAMR's ConstraintIB module, the unit of forces (both Eulerian and Lagrangian) appear as force densities (N/m^3). However, in the ForceProjector.cpp of falling_sphere problem the unit of force seems to be just Newton.

Can someone please explain why is it so?
Is this force is changed further in some other files before getting added to NS?

Thanks

Boyce Griffith

unread,
Sep 5, 2025, 7:11:56 PM (2 days ago) Sep 5
to IBAMR Users
For models that are based on IBMethod, like ConstraintIBMethod, internally the implementation uses forces on the Lagrangian points instead of force densities. The basic formula looks like:

f_{i,j,k} = sum_l F_l delta_h(x_{i,j,k} - X_l)

Note that delta_h has units of 1/volume, and so this converts a force on the IB points into a force density on the grid.

The reason that IBMethod works like this is to try to facilitate support codimenion-0, 1, and 2 structure models — so the code doesn’t know if the IB force is a force per unit volume, per unit area, or per unit length.

Amneet hopefully will chime in if this is wrong, but I think that for ConstraintIBMethod, models are usually set up so that the volume associated with each IB point is equal to the background grid spacing.

— Boyce

Thanks

--
You received this message because you are subscribed to the Google Groups "IBAMR Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ibamr-users/84ce7291-9474-4f35-87ec-ec5e60edd717n%40googlegroups.com.

Amneet Bhalla

unread,
Sep 5, 2025, 7:51:22 PM (2 days ago) Sep 5
to ibamr...@googlegroups.com
Correct one marker per cell means that volume associated with a marker is h^3 or h^2 in 3d and 2d, respectively.

--Amneet 





Sagar G Nayak

unread,
Sep 6, 2025, 11:00:47 AM (2 days ago) Sep 6
to IBAMR Users
Thank you very much for the answers. It makes sense to me now.

Thanks
Reply all
Reply to author
Forward
0 new messages