CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > REEF3D

Implement nets in floading bodies

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 29, 2023, 16:43
Default Implement nets in floading bodies
  #1
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Hi team REEF3ED
I want to ask you if you have some tutorial about how to implement nets in floating bodies (simulating aquaculture strctures, like some publications that use the software). I have tried with the comands availables in the guide (since X320 to X324) but I have some problems. Fir example when I want to simulate a box with statics nets walls, this don't move with the solid. Maybe I have to execute other comand.

Thank you very much
Pablo
EmedemaT is offline   Reply With Quote

Old   May 30, 2023, 18:13
Default
  #2
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
I want to simulate a free decay test of a generic structure to know how the software works with the implementation of nets. My idea is to implement rectangular nets on the side of the platform, but I have some problems with the input data in "ctrl.txt" file.
Atached to the post is an image of the solid that I create for that exercise. By the moment I was trying to use statics net walls for that, but its don't move withthe floading body.
I don't know if I making a mistake choosing that option, or I have to do something else, or choose another configuration.

Thanks
Pablo
Attached Images
File Type: jpg Platform.jpg (33.1 KB, 19 views)
EmedemaT is offline   Reply With Quote

Old   July 3, 2023, 04:28
Default
  #3
Member
 
Gang Wang
Join Date: Oct 2019
Location: China
Posts: 64
Rep Power: 7
Gang Wang is on a distinguished road
Quote:
Originally Posted by EmedemaT View Post
Hi team REEF3ED
I want to ask you if you have some tutorial about how to implement nets in floating bodies (simulating aquaculture strctures, like some publications that use the software). I have tried with the comands availables in the guide (since X320 to X324) but I have some problems. Fir example when I want to simulate a box with statics nets walls, this don't move with the solid. Maybe I have to execute other comand.

Thank you very much
Pablo
Hi Pablo,

Good to know you're working on the net implementation using R3D. As you know, X 320 is coded to specify the net type in quasi-static or dynamic solutions. But, if you talk about the net with a floating/solid body, the only way is to refer to net_sheet_ini.cpp file or revise the code as you want.

Cheers,
Gang
Gang Wang is offline   Reply With Quote

Old   July 3, 2023, 04:30
Default
  #4
Member
 
Gang Wang
Join Date: Oct 2019
Location: China
Posts: 64
Rep Power: 7
Gang Wang is on a distinguished road
Quote:
Originally Posted by EmedemaT View Post
I want to simulate a free decay test of a generic structure to know how the software works with the implementation of nets. My idea is to implement rectangular nets on the side of the platform, but I have some problems with the input data in "ctrl.txt" file.
Atached to the post is an image of the solid that I create for that exercise. By the moment I was trying to use statics net walls for that, but its don't move withthe floading body.
I don't know if I making a mistake choosing that option, or I have to do something else, or choose another configuration.

Thanks
Pablo
Hi Pablo,

Could you please show your revised "net_sheet_ini.cpp" to us? As well as the control and ctrl files?

Regards,
Gang
Gang Wang is offline   Reply With Quote

Old   July 11, 2023, 09:40
Default
  #5
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Hi team REEF3D!
The following is an example codes of my "control.txt" and "ctr.txt" files. As I wrote, by the moment I was trying to simulate a simley decay test with the platform that I show you.
I still don't know how to work with the "net_sheet_ini.cpp" file or call it. Do you have any example of how to work with it.
I'm interested in implement that kind of simulation (floading structure + nets) in my master degree tesis.

Thank you very much!

Pablo Matamala
Research assistant
Universidad Austral de Chile
Attached Files
File Type: txt control.txt (121 Bytes, 4 views)
File Type: txt ctrl.txt (345 Bytes, 7 views)
EmedemaT is offline   Reply With Quote

Old   July 18, 2023, 12:32
Default
  #6
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Hi team REEF3D
I have lookinf fot the "net_sheet_ini.cpp" file into the "src" folder of REEF3D into the repository on Github, but I can not find anithing related there. I'm wrong looking for there? And if i find that, How can I work it?
I'm really exited to learn about that. I hope your answer.

Regards
Pablo
EmedemaT is offline   Reply With Quote

Old   July 20, 2023, 11:56
Default
  #7
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Update:

Finally i found the "net_sheet_ini.cpp" into the "src" folder of the REEF3D folder in the "cp /mnt/c/Users/<windows username>/Downloads/<ParaviewLinuxArchiveName>" location.
So, now I need to know how to call this script for try an example of this kind of simulation. By the moment I want to simulate one of the examples (Havfamr 2, DeppBlue 1 or other).
How can I do that? I just need a little help getting started.

Regards
Pablo

Last edited by EmedemaT; July 21, 2023 at 12:25.
EmedemaT is offline   Reply With Quote

Old   July 21, 2023, 12:15
Default
  #8
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Update:
I was reading the "net_sheet_ini.cpp" file, and finally understanding it.
So the only thing that I need is know how to execute the file.

Regards
Pablo
EmedemaT is offline   Reply With Quote

Old   July 23, 2023, 01:43
Default
  #9
Member
 
Gang Wang
Join Date: Oct 2019
Location: China
Posts: 64
Rep Power: 7
Gang Wang is on a distinguished road
Quote:
Originally Posted by EmedemaT View Post
Update:
I was reading the "net_sheet_ini.cpp" file, and finally understanding it.
So the only thing that I need is know how to execute the file.

Regards
Pablo
Hi Pablo,

Using X 320 4 and X 321, X 322, your revised net_sheet_ini.cpp can be execuated.

Cheers,
Gang
Gang Wang is offline   Reply With Quote

Old   July 24, 2023, 03:35
Default
  #10
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Thank you very much!
I'm going to work with that information.

Cheers
Pablo
EmedemaT is offline   Reply With Quote

Old   July 25, 2023, 01:17
Default
  #11
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Hi again team REEF3D!

I have read the "net_sheet_ini.cpp" file, and I have some questions about the discretization of the net using the screen force model.
Taking as example the "OceanFarm 1" structure (available as aexample in the file), it shows three kinds of nets, the main cylinder, the bottom cone and the bulkheads. For everyone, it is calculated the number of triangles for the discretization (variable "tend" in "NSI_1.PNG" image). My question is related to the obtention of this number for every net. I mean, for the cylinder is related to the discretization asigned in the "ctrl.txt" file (in X321, with "nd" and "nl"), but in the case of the bulkheads only considere 2 triangles for each one (6 in total due to the 3 bulkhead in total). In the case that I present previously in this post (only considering rectangular nets on the sides) I'm little confused about how to set the discretization of the sheets.
Have I to considere only 2 triangles for every wall? Or Have I to discretize with a bigger number of elements? and, How I determine this number of elements?

Thank you very much
Regards
Pablo
Attached Images
File Type: png NSI_1.PNG (52.7 KB, 13 views)
EmedemaT is offline   Reply With Quote

Old   August 3, 2023, 18:04
Default
  #12
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Hi again
I edited the "net_sheet_ini.cpp" file (attached to this comment), and implement a new structure (image attached as"Structure.PNG") instead of the first that I shown. I want to implement a mooving sheet in the front face of that structure (as is writted in the "net_sheet_ini.cpp" file), but REEF don't recognize the changes and and it throws error (like is shown in the two pictures of the ubuntu window). The sheets that generate the commands ("Net_Sheet.PNG") are from "Ocean Farm 1", and I don't know why it'a happening.
The only thing that I did for this case was replace the "net_sheet_ini.cpp" file of the "src" folder of the REEF3D folder in the "cp /mnt/c/Users" location.

is it enough with that? What I'm doing wrong? How can I proceed for call the "net_sheet_ini.cpp" file that I create?

Please don't forget to answer the previous question in that post.

Thank yo very much
Regards
Pablo
Attached Images
File Type: png Structure.PNG (60.4 KB, 13 views)
File Type: jpg Ubuntu_error1.jpg (44.7 KB, 9 views)
File Type: png Ubuntu_error2.PNG (101.7 KB, 9 views)
File Type: png Net_Sheet.PNG (63.2 KB, 11 views)
Attached Files
File Type: txt net_sheet_ini.txt (35.9 KB, 4 views)
EmedemaT is offline   Reply With Quote

Old   August 4, 2023, 09:27
Default
  #13
New Member
 
Pablo Antonio Matamala Carvajal
Join Date: Sep 2022
Location: Valdivia, Chile
Posts: 21
Rep Power: 3
EmedemaT is on a distinguished road
Do you have any example of how to do this?
EmedemaT is offline   Reply With Quote

Reply

Tags
floating bodie, net


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two bodies in same fluid but different velocities averis007 FLUENT 0 December 11, 2020 06:54
[Other] (dynamicMeshDict) problems about simulating two floating bodies and its connection 七辆战车 OpenFOAM Meshing & Mesh Conversion 0 December 17, 2019 22:37
[ANSYS Meshing] ANSYS 2D Geometry/Meshing Plugin Error: Attach Failed, No Valid Bodies Found cdase ANSYS Meshing & Geometry 0 August 26, 2018 14:31
[DesignModeler] [ANSYS Geometry] Error: Operation would result in non-manifold bodies -roberto ANSYS Meshing & Geometry 0 April 10, 2015 06:33
Arbitrary rigid bodies in coarse grid DrummerB Main CFD Forum 8 April 26, 2012 10:09


All times are GMT -4. The time now is 19:32.