CFD中文网

    CFD中文网

    • 登录
    • 搜索
    • 最新

    V1912动网格造波

    OpenFOAM
    1
    2
    348
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • S
      shouan 最后由 编辑

      02929fda-65c3-463c-8155-0d65399595f4-1639378244.png
      大佬们有没有用过V1912的动网格造波,为什么变形这么严重?没算一半就报错了。5ae20be4-5999-4d0d-aaad-27d389a82946-1639378371(1).png

      S 1 条回复 最后回复 回复 引用
      • S
        shouan @shouan 最后由 编辑

        @shouan 这是我的pointMotionUx文件
        /--------------------------------- C++ -----------------------------------
        | ========= | |
        | \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
        | \ / O peration | Version: v2006 |
        | \ / A nd | Website: www.openfoam.com |
        | \/ M anipulation | |
        *---------------------------------------------------------------------------*/
        FoamFile
        {
        version 2.0;
        format ascii;
        class pointScalarField;
        object pointMotionUx;
        }
        // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

        dimensions [0 1 -1 0 0 0 0];

        internalField uniform 0;

        boundaryField
        {
        inlet
        {
        type uniformFixedValue;
        uniformValue table
        (
        ( 0.000000 0.001250 )
        ( 0.020000 0.001300 )
        ( 0.040000 0.001500 )
        ( 0.060000 0.001550 )
        ( 0.080000 0.001700 )
        ( 0.100000 0.001900 )
        ( 0.120000 0.002000 )
        ( 0.140000 0.002200 )
        。。。
        。。。
        );
        }

        bottom
        {
            type            zeroGradient;
        }
        reef
        {
            type            zeroGradient;
        }
        
        outlet
        {
            type            fixedValue;
            value           uniform 0;
        
        }
        atmosphere
        {
            type            zeroGradient;
        }
        
        
        Back
        {
            type            empty;
        }
        
        front
        {
            type            empty;
        }
        

        }

        1 条回复 最后回复 回复 引用
        • First post
          Last post