Skip to content
  • 最新
  • 版块
  • 东岳流体
  • 随机看[请狂点我]
皮肤
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(不使用皮肤)
  • 不使用皮肤
折叠
CFD中文网

CFD中文网

  1. CFD中文网
  2. OpenFOAM
  3. 浮点数例外(核心已转储) 问题

浮点数例外(核心已转储) 问题

已定时 已固定 已锁定 已移动 OpenFOAM
3 帖子 2 发布者 3.3k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • 七 离线
    七 离线
    七辆战车
    写于 最后由 编辑
    #1

    先对路过的大佬表示下感谢!在运行overOlaDyMFlow时没一会就出现了如下问题,看了网上的大部分解答,也没清楚自己的原因在哪,

    PIMPLE: Operating solver in PISO mode
    
    Reading field porosityIndex
    
    Porosity NOT activated
    
    Reading field p_rgh
    
    Reading field U
    
    Reading/calculating face flux field phi
    
    Creating cellMask field to block out hole cells
    
    Creating interpolatedCells field 
    
    Reading transportProperties
    
    Selecting incompressible transport model Newtonian
    Selecting incompressible transport model Newtonian
    Selecting turbulence model type RAS
    Selecting RAS turbulence model kOmegaSST
    Selecting patchDistMethod meshWave
    RAS
    {
        RASModel        kOmegaSST;
        turbulence      on;
        printCoeffs     on;
        alphaK1         0.85;
        alphaK2         1;
        alphaOmega1     0.5;
        alphaOmega2     0.856;
        gamma1          0.555555555556;
        gamma2          0.44;
        beta1           0.075;
        beta2           0.0828;
        betaStar        0.09;
        a1              0.31;
        b1              1;
        c1              10;
        F3              false;
        decayControl    false;
        kInf            0;
        omegaInf        0;
    }
    
    
    Reading g
    
    Reading hRef
    Calculating field g.h
    
    No MRF models present
    
    No finite volume options present
    DICPCG:  Solving for pcorr, Initial residual = 0, Final residual = 0, No Iterations 0
    Reading/calculating face velocity Uf
    
    Courant Number mean: 0 max: 0
    
    Starting time loop
    
    Courant Number mean: 0 max: 0
    Interface Courant Number mean: 0 max: 0
    deltaT = 1.19997600048e-05
    Time = 1.19998e-05
    
    PIMPLE: iteration 1
    forces forces:
    --> FOAM Warning : 
        From function Foam::labelHashSet Foam::polyBoundaryMesh::patchSet(const Foam::UList<Foam::wordRe>&, bool, bool) const
        in file meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C at line 868
        Cannot find any patch or group names matching floatingObject
        rho: rho
        Not including porosity effects
    
    6-DoF rigid body motion
        Centre of rotation: (2 0.5 0.999999999647)
        Centre of mass: (2 0.5 0.999999999647)
        Orientation: (1 0 0 0 1 0 0 0 1)
        Linear velocity: (0 0 -5.88588228235e-05)
        Angular velocity: (0 0 0)
    inverseDistance : detected 1 mesh regions
        zone:0 nCells:2096472  voxels:(127 127 127) bb:(-4.472135955e-06 -0.100004472136 -4.472135955e-06) (4.00000447214 1.10000447214 1.60000447214)
    Overset analysis : nCells : 2096472
        calculated   : 1800000
        interpolated : 0 (interpolated from local:0  mixed local/remote:0  remote:0)
        hole         : 296472
    
    Execution time for mesh.update() = 7.21 s
    smoothSolver:  Solving for alpha.water, Initial residual = 0, Final residual = 0, No Iterations 0
    Phase-1 volume fraction = 0  Min(alpha.water) = 0  Max(alpha.water) = 0
    MULES: Correcting alpha.water
    alpha.water BC on patch inlet
    #0  Foam::error::printStack(Foam::Ostream&) addr2line failed
    #1  Foam::sigFpe::sigHandler(int) addr2line failed
    #2  ? addr2line failed
    #3  StokesIFun::waveLength(double, double) addr2line failed
    #4  Foam::waveAlphaFvPatchScalarField::updateCoeffs() addr2line failed
    #5  Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::evaluate()
    #6  ?
    #7  ?
    #8  ?
    #9  __libc_start_main addr2line failed
    #10  ?
    浮点数例外 (核心已转储)
    

    此前还存有一个warning

    --> FOAM Warning : 
        From function Foam::labelHashSet Foam::polyBoundaryMesh::patchSet(const Foam::UList<Foam::wordRe>&, bool, bool) const
        in file meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C at line 868
        Cannot find any patch or group names matching floatingObject
    

    不知道是否对求解造成了影响

    1 条回复 最后回复
  • 一 离线
    一 离线
    一颗鸭蛋
    写于 最后由 编辑
    #2

    浮点数溢出(核心已转储)应该是你网格有问题,刚开始做的时候我也经常遇到,到,可以先查查网格,长宽比不要太大。warning 的话一般没有问题的,只要不出现错误。

    七 1 条回复 最后回复
  • 七 离线
    七 离线
    七辆战车
    在 中回复了 一颗鸭蛋 最后由 编辑
    #3

    @一颗鸭蛋 谢谢你的回答,我用的重叠网格,贴体网格和背景网格的长宽都是1:1且一样大,然后就不知道问题出在哪里了:zoule:

    1 条回复 最后回复

  • 登录

  • 登录或注册以进行搜索。
  • 第一个帖子
    最后一个帖子
0
  • 最新
  • 版块
  • 东岳流体
  • 随机看[请狂点我]