--
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 on the web visit https://groups.google.com/d/msgid/ibamr-users/9ee0247e-958a-499d-aa15-d0187ac5d842n%40googlegroups.com.
On Apr 16, 2021, at 8:57 AM, Hong Nguyen <hon...@gmail.com> wrote:Thanks, Amneet, I got your point. One thing still concerns me is that if tracer points are managed by an IBMethod object, then their movement will trigger (unnecessary) regridding and inter-processor communication more frequently for high enough tracer density, thus reduce the computational efficiency.Anyway, I guess IBStrategySet is the only option we have now.
To view this discussion on the web visit https://groups.google.com/d/msgid/ibamr-users/502d274a-2b3d-40eb-8d22-fba64f78ac8dn%40googlegroups.com.
If this is for an AMR computation, then it is true that marker points generated in this way will induce different refinement patterns than for a case without them. Otherwise, there should not be much difference in the regridding, which is probably triggered by flow conditions and not by the movement of the structure.
--
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 on the web visit https://groups.google.com/d/msgid/ibamr-users/014cb233-cdf9-4d0d-8082-fba80bb73b77n%40googlegroups.com.
On Apr 16, 2021, at 10:41 AM, Amneet Bhalla <mail2...@gmail.com> wrote:It may. The best thing would be to try it out. My guess is that it won’t be that bad.
In any case, you would need to maintain the CFL condition of marker points in parallel and AMR to avoid “loosing” them. That is independent of the fact that marker points are coming from an IBMethod.On Fri, Apr 16, 2021 at 7:25 AM Hong Nguyen <hon...@gmail.com> wrote:If this is for an AMR computation, then it is true that marker points generated in this way will induce different refinement patterns than for a case without them. Otherwise, there should not be much difference in the regridding, which is probably triggered by flow conditions and not by the movement of the structure.Please correct me if I am wrong, I thought that if a tracer point happens to be at a high fluid velocity region at some time, then it could result in an unnecessary regridding because the tracer would have moved more than the CFL fraction of meshwidths, while this would not occur if there is no tracer. So, the presence of tracer will change the regridding frequency. am I missing something?
IBHierarchyIntegrator {/// … other settings …marker_file_name = “markers.vertex”}
--Thanks,Hong--Amneet
On Apr 16, 2021, at 11:54 AM, Boyce Griffith <boy...@gmail.com> wrote:On Apr 16, 2021, at 10:41 AM, Amneet Bhalla <mail2...@gmail.com> wrote:It may. The best thing would be to try it out. My guess is that it won’t be that bad.It won’t — see below.In any case, you would need to maintain the CFL condition of marker points in parallel and AMR to avoid “loosing” them. That is independent of the fact that marker points are coming from an IBMethod.On Fri, Apr 16, 2021 at 7:25 AM Hong Nguyen <hon...@gmail.com> wrote:If this is for an AMR computation, then it is true that marker points generated in this way will induce different refinement patterns than for a case without them. Otherwise, there should not be much difference in the regridding, which is probably triggered by flow conditions and not by the movement of the structure.Please correct me if I am wrong, I thought that if a tracer point happens to be at a high fluid velocity region at some time, then it could result in an unnecessary regridding because the tracer would have moved more than the CFL fraction of meshwidths, while this would not occur if there is no tracer. So, the presence of tracer will change the regridding frequency. am I missing something?This can only happen if the presence of the marker points actually changes the flow — which can only happen if you are using AMR and if the marker points are in part of the domain that would not otherwise be refined, so that there is additional regions of refinement beyond what would happen without markers. If you are not using AMR, or if the markers are restricted to a part of the domain that is already highly refined, then adding markers will not change the regridding frequency.
--
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 on the web visit https://groups.google.com/d/msgid/ibamr-users/af16c045-ff5f-4031-86a1-bea5b60145aan%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ibamr-users/72a3cc86-51dd-484f-b7fd-ae91a4b3c470n%40googlegroups.com.
On Sep 6, 2025, at 10:15 AM, Davey, Marshall <mrd...@live.unc.edu> wrote:The constraint is that it is only implemented through the IBExplicitHierarchyIntegrator time integrator currently (and any derived classes if there are any).
From: Boyce Griffith <boy...@gmail.com>
Sent: Saturday, September 6, 2025 10:09:32 AM
To: IBAMR Users <ibamr...@googlegroups.com>
Subject: Re: [ibamr-users] How to add tracers to fluid
On Sep 6, 2025, at 10:35 AM, Davey, Marshall <mrd...@live.unc.edu> wrote:Here are a test and an example with implementations (they are essentially the same). Note the extra parameters in the IBHierarchyIntegrator Database in the respective input files.
From: Boyce Griffith <boy...@gmail.com>
Sent: Saturday, September 6, 2025 10:26:02 AM
On Sep 9, 2025, at 2:09 AM, sagar nayak <sagarres...@gmail.com> wrote:Thank you very much Prof. Griffith,
Yes it is working for me. However, I do have a question. In ConstraintIB examples, time_integrator is of type IBHierarchyIntegrator. But, to implement tracers/markers, I had to change it to IBExplicitHierarchyIntegrator. As of now, I do not see any harm in doing that. Can you think of any scenario where this can be a bad idea?
Attached is the flow past cylinder with markers.Thanks again,
To view this discussion visit https://groups.google.com/d/msgid/ibamr-users/7c9e99ce-87cb-4e33-b6ef-f0256a8c045an%40googlegroups.com.
<movie0026.png>