Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新

    关于compressibleInterFoam中contErr的疑问

    OpenFOAM
    2
    5
    333
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Tens 讲师 last edited by

      发现compressibleInterFoam中每个方程都有这样一项

      - fvm::Sp(contErr, *)
      

      根据程序描述,contErr应该是

      volScalarField::Internal contErr
      (
          (
              fvc::ddt(rho) + fvc::div(rhoPhi)
            - (fvOptions(alpha1, mixture.thermo1().rho())&rho1)
            - (fvOptions(alpha2, mixture.thermo2().rho())&rho2)
          )()
      );
      

      我个人理解该项的目的是将方程从守恒形式转换为非守恒形式,那么为什么要进行这样的一步操作呢,看了其他的Foam好像都没有这样的

      李东岳 1 Reply Last reply Reply Quote
      • 李东岳
        李东岳 管理员 @Tens last edited by

        @tens http://www.dyfluid.cn/theory.pdf 第6.8节你看下

        有的,其他求解器也有,比如twoPhaseEulerFoam,主要是处理有界性。

        CFD课程 改成线上了 http://dyfluid.com/class.html
        CFD高性能服务器 http://dyfluid.com/servers.html

        T 1 Reply Last reply Reply Quote
        • T
          Tens 讲师 @李东岳 last edited by

          @李东岳 谢谢东岳老师,我研究研究

          李东岳 1 Reply Last reply Reply Quote
          • 李东岳
            李东岳 管理员 @Tens last edited by

            @tens 老铁用这个求解器算什么玩?

            CFD课程 改成线上了 http://dyfluid.com/class.html
            CFD高性能服务器 http://dyfluid.com/servers.html

            T 1 Reply Last reply Reply Quote
            • T
              Tens 讲师 @李东岳 last edited by

              @李东岳 想在这个求解器中加入连续液相的雾化蒸发等过程

              1 Reply Last reply Reply Quote
              • First post
                Last post

              CFD中文网 | 东岳流体 | 京ICP备15017992号-2