Navigation

    CFD中文网

    CFD中文网

    • Login
    • Search
    • 最新

    输出最大值最小值

    OpenFOAM
    2
    4
    956
    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.
    • 李东岳
      李东岳 管理员 last edited by

      添加到controlDict

      functions
      {
          minMax
          {
              // Type of functionObject
              type            fieldMinMax;
      
              // Where to load it from (if not already in solver)
              libs ("libfieldFunctionObjects.so");
      
              // Function object enabled flag
              enabled         true;
      
              // Log to output (default: false)
              log             false;
      
              // Write information to file (default: true)
              write           true;
      
              // Fields to be monitored - runTime modifiable
              fields
              (
                  U
                  p
              );
          }
      }
      

      CFD高性能服务器 http://dyfluid.com/servers.html

      vbcwl 1 Reply Last reply Reply Quote
      • vbcwl
        vbcwl @李东岳 last edited by

        @李东岳 东岳老师您好,我把这个加入到controlDict里后,终端和每个时间步的结果文件都找不到最大最小值,请问这个值应该在哪里呢?

        LBE

        vbcwl 1 Reply Last reply Reply Quote
        • vbcwl
          vbcwl @vbcwl last edited by

          @vbcwl 明白了,是因为of9没有这个函数了,这个是之前的功能

          LBE

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

            @vbcwl 感谢感谢!

            CFD高性能服务器 http://dyfluid.com/servers.html

            1 Reply Last reply Reply Quote
            • First post
              Last post

            CFD中文网 | 东岳流体 | 京ICP备15017992号-2
            论坛登录问题反馈可联系 li.dy@dyfluid.com