CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

elasticSolidFoam - crash with non-orthogonal correction

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 9, 2015, 09:47
Default elasticSolidFoam - crash with non-orthogonal correction
  #1
Senior Member
 
Aram Amouzandeh
Join Date: Mar 2009
Location: Vienna, Vienna, Austria
Posts: 190
Rep Power: 17
mabinty is on a distinguished road
Dear all,

I am simulating a kind of beam fixed on top and loaded on the bottom in longitudinal direction of the beam.

The used solver is elasticSolidFoam (foam-extend 3.1) but the same behaviour is observed with elasticIncrSolidFoam. When the non-orthogonal correction is switched off, such as

Code:
 laplacianSchemes
{
    default         none;
    laplacian(DU,U) Gauss linear uncorrected;
}

snGradSchemes
{
    snGrad(U)       uncorrected;
}
the simulation converges quite fast. At the moment I switch on non-orthogonal correction ("corrected" instead of "uncorrected" for laplacian(DU,U) and snGrad(U)) the solver crashes after several hundreds of iterations with a floating point exception (log.elasticSolidFoam see attachments: Time 1 with, Time 2 without non-orthogonal correction).

The mesh was generated with snappy (checkMesh log see attachment). The average non-orthogonality seems to be OK and its correction should not introduce too much instability (at least for my experience with CFD) so I currently do not know where the real problem lies.

I also tried to play with the settings in the system/fvSolution dictionary such as with the methods for the explicit term divSigmaExp, or switching on/off the aitkenRelaxation. No improvements!

I greatly appreciate your comments!

Cheers,
Aram
Attached Files
File Type: txt log.elasticSolidFoam.txt (9.8 KB, 4 views)
File Type: txt log.checkMesh.txt (5.4 KB, 2 views)
mabinty 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
Floating point exception error Alan OpenFOAM Running, Solving & CFD 11 July 1, 2021 21:51
Non orthogonal correction for diffusion-like term in pressure equation eltenedor Main CFD Forum 0 February 28, 2015 16:26
Production correction or curvature correction in the SST model Ang CFX 2 May 20, 2014 20:50
Star ccm 9.02 - unsteady flux dissipation correction fivos STAR-CCM+ 4 April 28, 2014 09:37
About nonorthogonal correction in fvclaplacian 7islands OpenFOAM Running, Solving & CFD 4 December 9, 2012 22:54


All times are GMT -4. The time now is 18:01.