|
[Sponsors] |
FSI Solver: Error From while (pimple.correctNonOrthogonal()) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 17, 2023, 00:06 |
FSI Solver: Error From while (pimple.correctNonOrthogonal())
|
#1 |
New Member
Axel Dorian
Join Date: Nov 2018
Posts: 16
Rep Power: 8 |
Dear Foamers,
I am running a FSI solver that seems to compile well untill it reaches the Pimple Loop. I wonder why and how could such error persisting after I've checked several times. Can someone please help to figure this out? I am using foam-extend-5.0. Please also see attached files. Below is the error : options:13:80: warning: backslash and newline separated by space -I$(LIB_SRC)/dynamicMesh/meshMotion/tetDecompositionMotionSolver/lnInclude \ Making dependency list for source file tractionDisplacement/tractionDisplacementFvPatchVectorField.C Making dependency list for source file PressureGradientBC/PressureGradientBCFvPatchScalarField.C Making dependency list for source file TotalPressureBC/TotalPressureBCFvPatchScalarField.C Making dependency list for source file FsiNewSolverFOAM.C -I/home/user/foam/foam-extend-5.0/src/dynamicMesh/dynamicMesh/lnInclude -I/home/user/foam/foam-extend-5.0/src/dynamicMesh/dynamicFvMesh/lnInclude -I/home/user/foam/foam-extend-5.0/src/sampling/lnInclude -I/home/user/foam/foam-extend-5.0/src/dynamicMesh/topoChangerFvMesh/lnInclude -I/home/user/foam/foam-extend-5.0/src/meshTools/lnInclude -I/home/user/foam/foam-extend-5.0/src/finiteVolume/lnInclude -I/home/user/foam/foam-extend-5.0/src/transportModels -I/home/user/foam/foam-extend-5.0/src/tetFiniteElement/lnInclude -I/home/user/foam/foam-extend-5.0/src/tetDecompositionFiniteElement/lnInclude -I/home/user/foam/foam-extend-5.0/src/dynamicMesh/meshMotion/tetDecompositionMotionSolver/lnInclude -I/home/user/foam/foam-extend-5.0/src/solidModels/lnInclude -IlnInclude -I. -I/home/user/foam/foam-extend-5.0/src/foam/lnInclude -I/home/user/foam/foam-extend-5.0/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPInt32Opt/FsiNewSolverFOAM.o In file included from onlyCFD.H:1, from FsiNewSolverFOAM.C:197: solveFluid.H:50:25: error: ‘class Foam::dictionary’ has no member named ‘correctNonOrthogonal’ 50 | while (pimple.correctNonOrthogonal()) | ^~~~~~~~~~~~~~~~~~~~ solveFluid.H:72:28: error: ‘class Foam::dictionary’ has no member named ‘finalNonOrthogonalIter’ 72 | if (pimple.finalNonOrthogonalIter()) | ^~~~~~~~~~~~~~~~~~~~~~ In file included from strongCouplingConstant.H:6, from FsiNewSolverFOAM.C:205: solveFluid.H:50:25: error: ‘class Foam::dictionary’ has no member named ‘correctNonOrthogonal’ 50 | while (pimple.correctNonOrthogonal()) | ^~~~~~~~~~~~~~~~~~~~ solveFluid.H:72:28: error: ‘class Foam::dictionary’ has no member named ‘finalNonOrthogonalIter’ 72 | if (pimple.finalNonOrthogonalIter()) | ^~~~~~~~~~~~~~~~~~~~~~ Thank you for your assistance. Best Regards, Axello |
|
December 17, 2023, 11:07 |
|
#2 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi,
- no, the solver does not compile well and I am not familiar with a partial compiled application. Either it compiles or it does not. - reading skills is something people seems to not have nowadays anymore as you get the information that the function you want to call, namely, correctNonOrthogona(), is not defined for the pimple object. This object is if class type dictionary and that's obvious that this class does not have that function included or inherits it from someone else. Furthermore the dictionary class does not inherent any other function you get informed by the compiler such as: - finalNonOrthogonalCorr() - correctNonOrthigonal() Probably you mean runTime rather than pimple. A short lookup to the code documentation will give you the answer.
__________________
Keep foaming, Tobias Holzmann |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent intrinsic structural FSI solver | destroy | FLUENT | 1 | June 13, 2022 22:30 |
[ANSYS Meshing] Help with element size | sandri_92 | ANSYS Meshing & Geometry | 14 | November 14, 2018 08:54 |
Compilation error for OpenFoam FSI solver with third party FEA code | danny261083 | OpenFOAM Running, Solving & CFD | 1 | October 6, 2017 10:50 |
fluent divergence for no reason | sufjanst | FLUENT | 2 | March 23, 2016 17:08 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |