|
[Sponsors] |
problem with running 3dTube tutorial of foam-extend 4.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 5, 2018, 20:10 |
problem with running 3dTube tutorial of foam-extend 4.0
|
#1 | ||
New Member
Join Date: Dec 2016
Posts: 5
Rep Power: 10 |
Hi,
I am trying to do the 3d tube FSI simulation in foam-extend version 4.0. But, the following problem is arising Quote:
Quote:
|
|||
July 9, 2018, 03:11 |
|
#2 |
New Member
Vuko Vukcevic
Join Date: Dec 2017
Posts: 2
Rep Power: 0 |
Hi Osman,
The probable cause for this is that the fluxRequired subdictionary in fvSchemes is deprecated and the setting of fluxRequired flag for each field now happens in the top level solver. I assume that the code is not updated for this particular top level solver. If you don't want to wait for the fix, you can do it yourself by going into createFields.H of the solver, adding this line (usually after setRefCell) and recompiling: Code:
mesh.schemesDict().setFluxRequired(p.name()); Also, could you please let me know the exact name of the tutorial so I can fix it? Hope it helps, Vuko. |
|
July 12, 2018, 17:55 |
|
#3 |
New Member
Join Date: Dec 2016
Posts: 5
Rep Power: 10 |
Hi Vuko,
Thanks for your reply. I am new to openfoam environment. Can you please tell me where "createFields.H" is located? I am talking about fsiFoam and 3dtube tutorial under this solver. Thanks, Osman |
|
July 13, 2018, 07:35 |
|
#4 |
New Member
Vuko Vukcevic
Join Date: Dec 2017
Posts: 2
Rep Power: 0 |
Hi again,
Unfortunately I can't seem to find fsiFoam solver in foam-extend-4.0.. Are you sure that the name of the solver is just fsiFoam? If you can find a path of the top level solver, you can find the createFields.H there which needs to be changed. Yours, Vuko. |
|
July 13, 2018, 07:49 |
|
#5 |
Member
Sangeet
Join Date: Jun 2017
Location: India
Posts: 43
Rep Power: 9 |
Hey,
I faced the same problem at the beginning, go this post and read #18 https://www.cfd-online.com/Forums/sh...d.php?p=672445 |
|
Tags |
foam-extend-4.0, tutorial |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
foam-extend 4.0. Problem with wingMotion tutorial and sixDoFRigidBodyDisplacement | Bazinga | OpenFOAM | 1 | December 14, 2024 21:34 |
[foam-extend.org] A problem about installation of open foam extend 3.1 | Toalchemist | OpenFOAM Installation | 1 | May 31, 2018 09:58 |
Problem with running tutorial "Constrained Optimal Shape Design of a Fixed Wing" | yugang881 | SU2 | 12 | February 3, 2017 08:15 |
[Gmsh] Import problem | ARC | OpenFOAM Meshing & Mesh Conversion | 0 | February 27, 2010 11:56 |
problem in running FoamX in Open FOAM | Gaurav | Main CFD Forum | 3 | May 10, 2006 06:06 |