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

[solidMechanics] Accelerate Solid Mechanics simulation (elasticPlasticSolidFoam)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 17, 2015, 10:44
Default Accelerate Solid Mechanics simulation (elasticPlasticSolidFoam)
  #1
New Member
 
David
Join Date: Apr 2015
Posts: 3
Rep Power: 11
davelgenuine is on a distinguished road
Hello everybody,

i've tried to accelerate my OpenFOAM Simulation/SolidMechanics/elasticPlasticSolidFoam (foam-extend-3.1). Therefore I use the Debugging mode from OpenFOAM and run my Simulation in parallel. At first, everything run smoothly but after I've changed one Parameter at the DU file (First order Derivation of Displacement):

from:
Quote:
topBrickDown
{
type solidContact;
master yes;
contactActive yes;
rigidMaster yes;
shadowPatch bottomBrickUp;
interpolationMethod ggi;
projectionAlgo visible;
projectionDir contactSphere;
correctionFrequency 500;
normalContactModel standardPenalty;
standardPenaltyNormalModelDict
to:
Quote:
topBrickDown
{
type solidContact;
master yes;
contactActive yes;
rigidMaster no;
shadowPatch bottomBrickUp;
interpolationMethod ggi;
projectionAlgo visible;
projectionDir contactSphere;
correctionFrequency 500;
normalContactModel standardPenalty;
standardPenaltyNormalModelDict
I got this error:

Quote:
Time: 0.2
--> FOAM Warning :
From function GGIInterpolation<MasterPatch, SlavePatch>::calcAddressing()
in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/GGIInterpolationWeights.C at line 424
polygonIntersection is returning a zero surface area between
Master face: 178 and Neighbour face: 863 intersection area = 0
Please check the two quick-check algorithms for GGIInterpolation. Something is missing.
--> FOAM Warning :
From function GGIInterpolation<MasterPatch, SlavePatch>::calcAddressing()
in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/GGIInterpolationWeights.C at line 424
polygonIntersection is returning a zero surface area between
Master face: 208 and Neighbour face: 900 intersection area = 0
Please check the two quick-check algorithms for GGIInterpolation. Something is missing.
--> FOAM Warning :
From function GGIInterpolation<MasterPatch, SlavePatch>::calcAddressing()
in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/GGIInterpolationWeights.C at line 424
polygonIntersection is returning a zero surface area between
Master face: 178 and Neighbour face: 863 intersection area = 0
Please check the two quick-check algorithms for GGIInterpolation. Something is missing.
--> FOAM Warning :
From function GGIInterpolation<MasterPatch, SlavePatch>::calcAddressing()
in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/GGIInterpolationWeights.C at line 424
polygonIntersection is returning a zero surface area between
Master face: 208 and Neighbour face: 900 intersection area = 0
Please check the two quick-check algorithms for GGIInterpolation. Something is missing.
[1]
[1]
[1] --> FOAM FATAL ERROR:
[1] index -1 out of range 0 ... 257
[1]
[1] [0]
[0]
[0] --> FOAM FATAL ERROR:
[0] index -1 out of range 0 ... 257
[0]
[0] From function UList<T>::checkIndex(const label)
[0] in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/UListI.H at line 124.
[0]
FOAM parallel run aborting
[0]
From function UList<T>::checkIndex(const label)
[1] in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/UListI.H at line 124.
[1]
FOAM parallel run aborting
[1]
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
[2]
[2]
[2] --> FOAM FATAL ERROR:
[2] index -1 out of range 0 ... 257
[2]
[2] From function UList<T>::checkIndex(const label)
[2] in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/UListI.H at line 124.
[2]
FOAM parallel run aborting
[2]
[3]
[3]
[3] --> FOAM FATAL ERROR:
[3] index -1 out of range 0 ... 257
[3]
[3] From function UList<T>::checkIndex(const label)
[3] in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/UListI.H at line 124.
[3]
FOAM parallel run aborting
[3]
[linux-a84b:30469] 3 more processes have sent help message help-mpi-api.txt / mpi-abort
[linux-a84b:30469] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
Could anybody have an Idea, where this error come from and why?

I would be very grateful for any help.

David
davelgenuine is offline   Reply With Quote

Old   April 17, 2015, 11:02
Default Accelerate Solid Mechanics simulation (elasticPlasticSolidFoam)
  #2
New Member
 
David
Join Date: Apr 2015
Posts: 3
Rep Power: 11
davelgenuine is on a distinguished road
Hello everybody,

i've tried to accelerate my OpenFOAM Simulation/SolidMechanics/elasticPlasticSolidFoam (foam-extend-3.1). Therefore I use the Debugging mode from OpenFOAM and run my Simulation in parallel.

I got this result per 1 outer Iteration (with 4 parallel Intel processors i7 4790k Quad Core)



My question is, did anybody know how to accelerate the solidMechanics Simulation? If I were right, the calculation calculateDivDSigmaExp.H take the most CPU-Time and maybe not been parallelized, if not, do anyone know how to parallelize it?

I would be thankful for any help

David
Attached Images
File Type: png OpenFOAM.png (15.3 KB, 162 views)

Last edited by davelgenuine; April 17, 2015 at 11:06. Reason: table not been shown
davelgenuine is offline   Reply With Quote

Old   April 28, 2015, 00:18
Default
  #3
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 David,

For this warning:
Code:
FOAM Warning : 
From function GGIInterpolation<MasterPatch, SlavePatch>::calcAddressing()
in file /home/dave/foam/foam-extend-3.1/src/foam/lnInclude/GGIInterpolationWeights.C at line 424
polygonIntersection is returning a zero surface area between
this normally suggests that something bad has happened with the solidContact boundary conditions. The warning itself comes from the GGI interpolation class which is used to pass the tractions from the slave surface to the master surface.
If you really do want to use the rigidMaster option, then I would recommend trying a lower penaltyScale value and/or more contact under-relaxation; this should help.


As regards calculateDivSigmaExp.H, yes the parallelisation of calculateDivSigmaExp.H is handled automagically by OpenFOAM: each proc performs the explicit field operations (fvc:: operations) just for its own cells and then there is some parallel transfer at the procToProc boundaries.

I suppose it is not very surprising that calculateDivSigmaExp.H takes a lot of time, though I am surprised that the DUEqn.solve() is so small; is this the case when you run more outer iterations?

Best,
Philip
bigphil is offline   Reply With Quote

Old   April 30, 2015, 10:00
Default Accelerate Solid Mechanics simulation (elasticPlasticSolidFoam)
  #4
New Member
 
David
Join Date: Apr 2015
Posts: 3
Rep Power: 11
davelgenuine is on a distinguished road
Hi Philip,

thank you very much for your answer and suggestion.

I've tried a lower penalty scale till 1e-2, but the warning still came. What do you mean by "more contact under-relaxation", which parameter are they, in DU file or fvSolution file?

I also realised, that the warning come also because of the mesh of my geometries. I have two different mesh on two diferrent solid bodies. The top body is like a spitz of a cantilever beam and has a tetahedra mesh and commuted with the command "polyDualMesh 85 -overwrite" into polyhedra.

The pad in the bottom, which been penetrated by the spitz of the beam has a hexahedral mesh.

If I do checkMesh, the mesh of the top body has a problem with the maxSkewness > 4 and if I corrected it, also with a roughly mesh, then the checkMesh would say ok, because maxSkewnesS is < 4. But then I would get more warning from the solid contact.

With a more fine mesh, I would get fewer warning, but also still some of them, if the beam penetrate the pad more than 20 nanometer (about more then 0.2% of the epsilon, out from the elastic deformation and the beginning of the plastic deformation).

So, maybe you have more solution for the problem above?

According to the accelaration and your question:
Quote:
I suppose it is not very surprising that calculateDivSigmaExp.H takes a lot of time, though I am surprised that the DUEqn.solve() is so small; is this the case when you run more outer iterations?
It depends on which outer iteration is been calculated, my suggestion is also it depends on the sum of the inner iteration, by further simulation time and another divSigmaExp method (with surface), I also get another results (see picture, I've attached)



Quote:
Simulation infos: Mesh generated by Salome, with 4 parallel Intel processors i7 4790k Quad Core, divSigmaExp: surface, relaxationFactors: DU=0,95 DepsilonP=0,95, d2dt2Schemes: Euler, ddtSchemes: steadyState
But still my question according to the accelaration, is there any way or solution to accelarate the calculation of the divSigmaExp? The divSigmaExp: decompose, should not faster than surface? I thought, because of the name "decompose" has a much better performance for a case of parallel run. I've tried it, with the snGrad(DU) "corrected" in fvSchemes file, but it gave a slower performance than the "surface" method...

I would be very grateful for your answer and help.

David
Attached Images
File Type: png OpenFOAM-Surface.png (13.5 KB, 135 views)
davelgenuine is offline   Reply With Quote

Old   July 13, 2022, 13:06
Default
  #5
Member
 
Richardpluff
Join Date: May 2014
Posts: 95
Rep Power: 11
CRI_CFD is on a distinguished road
Hi David,


I am facing a similar problem with this warning. Did you finally find a solution to avoid it?


Thanks in advance
CRI_CFD 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
Multiphase simulation of solid particles max.kozak FLUENT 0 March 28, 2018 13:14
Solid Mechanics Solvers added to OpenFOAM Extend bigphil OpenFOAM Announcements from Other Sources 26 October 12, 2017 04:01
simulation with dpm : exchange of heat with a solid cdiako Fluent UDF and Scheme Programming 1 June 17, 2016 08:28
Reaction Force calculation in solid part in 2-way FSI simulation with CFX esbolico ANSYS 0 September 17, 2013 08:54
Simulation of fluid mechanics julyend Main CFD Forum 2 September 14, 2008 10:21


All times are GMT -4. The time now is 07:55.