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监测某个面上的涡量数据

openfoam监测某个面上的涡量数据

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

    请教大家:
    openfoam2106版本中如何监测某个面上的涡量值
    我的思路是在controdict中加入surfaceSampling和vorticity两个函数,发现确实时间文件里面有了涡量的结果,而且也出现了postprocessing文件夹,但是该文件夹的数据里面只有x y z坐标,而没有涡量的值,请问大家有什么办法吗,具体的Function如下

    surfaceSampling
    {
    type surfaces;
    libs ( "libsampling.so" );
    enabled true;
    timeStart 0;
    writeControl runTime;
    writeInterval 0.06;
    interpolationScheme cellPointFace;
    surfaceFormat raw;
    fields (vorticityField);
    surfaces
    (
    plane
    {
    type plane;
    planeType pointAndNormal;
    pointAndNormalDict
    {
    normal (0 0 1);
    point (0 0 0.1) ;
    }
    bounds (0.1 0.1 0.08) (0.6 0.4 0.12);
    }
    );
    }

    vorticity1
    {
    type vorticity;
    libs (fieldFunctionObjects);
    field U;
    result vorticityField;
    region region0;
    enabled true;
    log true;
    timeStart 0.25;
    timeEnd 1000;
    executeControl timeStep;
    executeInterval 5;
    writeControl runTime;
    writeInterval 0.06;
    }

    1 条回复 最后回复
  • S 离线
    S 离线
    sxz0823
    写于 最后由 编辑
    #2

    您好,您解决了吗

    1 条回复 最后回复

  • 登录

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