|
[Sponsors] |
March 6, 2017, 08:24 |
Multiple solid/fluid patches
|
#1 |
New Member
Join Date: Nov 2016
Posts: 13
Rep Power: 9 |
Hi all,
I'm using fsiFoam and I want to specify multiple patches as Solid and Fluid Interfaces. How can I write this list? Here is an example of the dictionary: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.0 | | \\ / A nd | Web: http://www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object fsiProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solidPatch coda_top coda_bottom coda_end; solidZone coda_top-zone coda_bottom-zone coda_end-zone; fluidPatch coda_top coda_bottom coda_end; fluidZone coda_topzone coda_bottomzone coda_endzone; relaxationFactor 0.1; interfaceDeformationLimit 0; outerCorrTolerance 1e-4; nOuterCorr 200; interpolatorUpdateFrequency 0; //couplingScheme FixedRelaxation; couplingScheme Aitken; // couplingScheme IQN-ILS; couplingReuse 0; coupled yes; // ************************************************************************* // Thanks. |
|
February 20, 2019, 12:45 |
|
#2 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Dear manu551
Do you resolve problem? I have a same problem. if possible favor me. |
|
February 20, 2019, 12:59 |
|
#3 |
Senior Member
Daniel
Join Date: Mar 2013
Location: Noshahr, Iran
Posts: 348
Rep Power: 21 |
Hi,
By looking at the source code, it can be seen that the fsi toolkit only supports one coupled patch at the moment. Have you tried putting all of the patches in a single patch or you need different boundary conditions for each patch? |
|
February 20, 2019, 14:18 |
|
#4 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Hi
I have 4 beams and combine all paths to one with createpatch and use the fsiFoam to simulate. the result has shown no motion of beams while this model simulated with Fluent and icoFsiElasticNonLinULSolidFoam solver and has motion. I also change solidSolver to IncrLagrange but deformation of beams was wrong. |
|
February 20, 2019, 18:35 |
|
#5 | |
Senior Member
Daniel
Join Date: Mar 2013
Location: Noshahr, Iran
Posts: 348
Rep Power: 21 |
Quote:
It might be something else that causing those 4 beams not to move. |
||
February 24, 2019, 00:54 |
|
#6 |
Senior Member
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7 |
Dear Khazaei
Thanks for reply. Before I check the results with icoFsiElasticNonLinULSolidFoam solver. Now I check results with Fluent and it seen (after 0.2 s) has agreement with Fluent results. I think the fsiFoam solver has reliable results than icoFsiElasticNonLinULSolidFoam solver and the createPatch has work good. Thanks |
|
Tags |
fluid interface boundary, fsifoam, openfoam, patches, solid |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
Problems in implementing multiple solid patches in FSI solver | Sourabhsup | OpenFOAM Programming & Development | 9 | October 25, 2016 17:08 |
Possible bug with stitchMesh and cyclics in OpenFoam | Jack001 | OpenFOAM Pre-Processing | 0 | May 21, 2016 09:00 |
OpenFOAM static build on Cray XT5 | asaijo | OpenFOAM Installation | 9 | April 6, 2011 13:21 |