Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_nonInv_Beams #18

Open
cubayang opened this issue Nov 10, 2021 · 2 comments
Open

update_nonInv_Beams #18

cubayang opened this issue Nov 10, 2021 · 2 comments

Comments

@cubayang
Copy link

Hi Nick,

I tried to simulate the swimmer case with pyIB2d, and I found that a code snippet in IBM_Driver.py:

if update_nonInv_Beams_Flag and nonInv_beams_Yes:
from update_nonInv_Beams import update_nonInv_Beams
#This function is application specific, located with main2d
nonInv_beams_info = update_nonInv_Beams(dt,current_time,beams_info)

Should I use "nonInv_beams_info" to replace "beams_info" in "update_nonInv_Beams" function since it is the nonInv Beam?

Thanks in advance,
Yang

@nickabattista
Copy link
Owner

Hi Yang,

Yes, I believe that should be changed, since the beam_Info corresponds to the torsional spring model for bending. Thank you for catching that. How is the implementation going otherwise?

@cubayang
Copy link
Author

Hi Nick,

The implementation goes well except for the speed. The setup of the case uses a uniform Cartesian mesh and one processor, I am wondering if I can try with non-uniform Cartesian meshes and multiple processors to increase the computational speed?Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants