CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions > OpenFOAM CC Toolkits for Fluid-Structure Interaction

InterFace mismatch in solids4Foam toolkit for HronTurekFSI3

Register Blogs Community New Posts Updated Threads Search

Like Tree14Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 6, 2020, 07:27
Default
  #21
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
Hi,

globalFaceZones should no longer be created and so the "setSet" and "setsToZones" commands are no longer needed; and also globalFaceZones should not be specified in the decomposeParDicts.

Try the following tutorial in parallel and let me know if it works:
Code:
$> cd tutorials/fluidSolidInteraction/beamInCrossFlow/linearGeometryElasticBeam
$> ./Allrun parallel
You can add the same "parallel" option to the Allrun script of other FSI cases but also make sure to remove globalFaceZones from the decomposeParDicts; I will update the HronTurek3 case.

Philip
Daniel_Khazaei likes this.
bigphil is offline   Reply With Quote

Old   March 6, 2020, 14:57
Default
  #22
Senior Member
 
Daniel
Join Date: Mar 2013
Location: Noshahr, Iran
Posts: 348
Rep Power: 21
Daniel_Khazaei will become famous soon enough
Quote:
Originally Posted by bigphil View Post
Hi,

globalFaceZones should no longer be created and so the "setSet" and "setsToZones" commands are no longer needed; and also globalFaceZones should not be specified in the decomposeParDicts.

Try the following tutorial in parallel and let me know if it works:
Code:
$> cd tutorials/fluidSolidInteraction/beamInCrossFlow/linearGeometryElasticBeam
$> ./Allrun parallel
You can add the same "parallel" option to the Allrun script of other FSI cases but also make sure to remove globalFaceZones from the decomposeParDicts; I will update the HronTurek3 case.

Philip
Hello Dr. Cardiff,

On my Ubuntu system I had to change sh to bash in order to get the command line input "parallel" recognized by the Allrun script.

Code:
#!/bin/sh
to
Code:
#!/bin/bash
bigphil likes this.
Daniel_Khazaei is offline   Reply With Quote

Old   March 6, 2020, 23:38
Default
  #23
Member
 
thegauravonline's Avatar
 
GS
Join Date: Mar 2016
Posts: 81
Rep Power: 10
thegauravonline is on a distinguished road
Quote:
Originally Posted by bigphil View Post
Hi,

globalFaceZones should no longer be created and so the "setSet" and "setsToZones" commands are no longer needed; and also globalFaceZones should not be specified in the decomposeParDicts.

Try the following tutorial in parallel and let me know if it works:
Code:
$> cd tutorials/fluidSolidInteraction/beamInCrossFlow/linearGeometryElasticBeam
$> ./Allrun parallel
You can add the same "parallel" option to the Allrun script of other FSI cases but also make sure to remove globalFaceZones from the decomposeParDicts; I will update the HronTurek3 case.

Philip

O great!
Yes, It works well and good now.

Thanks
bigphil likes this.
thegauravonline is offline   Reply With Quote

Old   November 7, 2020, 12:01
Default Hi dear
  #24
New Member
 
Komeil Samet
Join Date: Mar 2015
Location: Urmia
Posts: 4
Rep Power: 11
Komeil is on a distinguished road
I'm using OFv7 but unfortunately I don't have fluidSolidInteraction file in my tutorials!!! Where can I find it?



Quote:
Originally Posted by bigphil View Post
Hi,

globalFaceZones should no longer be created and so the "setSet" and "setsToZones" commands are no longer needed; and also globalFaceZones should not be specified in the decomposeParDicts.

Try the following tutorial in parallel and let me know if it works:
Code:
$> cd tutorials/fluidSolidInteraction/beamInCrossFlow/linearGeometryElasticBeam
$> ./Allrun parallel
You can add the same "parallel" option to the Allrun script of other FSI cases but also make sure to remove globalFaceZones from the decomposeParDicts; I will update the HronTurek3 case.

Philip
Komeil is offline   Reply With Quote

Old   November 7, 2020, 13:05
Default
  #25
Senior Member
 
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18
sita is on a distinguished road
Hi Komeil,

How did you end up posting in this thread? You still seem to be looking for a fluid structure interaction toolbox, like earlier in this thread (#33)

As I tried to point out in my previous answer, solids4Foam would be a useful option for you, but it runs under foam-extend-4.0 and not (yet) under OF7.

If you take a look at this presentation you'll find instructions on how to obtain solids4Foam, plus some worked tutorial cases and a lot of background information.

Hope this helps,
Sita
bigphil and Komeil like this.
sita is offline   Reply With Quote

Old   November 8, 2020, 14:51
Default Thanks
  #26
New Member
 
Komeil Samet
Join Date: Mar 2015
Location: Urmia
Posts: 4
Rep Power: 11
Komeil is on a distinguished road
Hi dear Rita

Thank you so much, I'm going to read them.



Quote:
Originally Posted by sita View Post
Hi Komeil,

How did you end up posting in this thread? You still seem to be looking for a fluid structure interaction toolbox, like earlier in this thread (#33)

As I tried to point out in my previous answer, solids4Foam would be a useful option for you, but it runs under foam-extend-4.0 and not (yet) under OF7.

If you take a look at this presentation you'll find instructions on how to obtain solids4Foam, plus some worked tutorial cases and a lot of background information.

Hope this helps,
Sita
Komeil is offline   Reply With Quote

Old   November 8, 2020, 14:54
Default
  #27
New Member
 
Komeil Samet
Join Date: Mar 2015
Location: Urmia
Posts: 4
Rep Power: 11
Komeil is on a distinguished road
Excuse me dear friend My mean was Sita
Thanks again
Sincerely yours
Komeil
Komeil is offline   Reply With Quote

Reply


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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
Error - Solar absorber - Solar Thermal Radiation MichaelK CFX 12 September 1, 2016 05:15
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00


All times are GMT -4. The time now is 23:26.