Skip to content
  • 0 赞同
    3 帖子
    6k 浏览

    @李东岳明白啦,谢谢东岳老师。

  • 关于dpm的udf.

    Fluent
    6
    0 赞同
    6 帖子
    11k 浏览
    L

    这个属于dpm的particle的fate了 但是fate里面没有trapped 哈哈
    所以实际上ABORT了也不会被dpm output header统计进去呀
    这个时候不妨用用tp->gvtp g开头的意思是global
    最开始的错误也很明显的 你不管怎么样都是返回的ACTIVE 自然也就不行了
    实际上还能PATH_END也可以做
    但是ABORT并没有移除particle的链表这条记录 所以有的时候可能你需要 可能你不需要
    最好还是再MARK一下remove吧

  • 0 赞同
    4 帖子
    7k 浏览
    李东岳

    如果你认为动量方程增量很小,可以尝试把动量方程的松弛因子设为1,看看稳定性:duang: 好像问题不是这么简单

  • 0 赞同
    3 帖子
    6k 浏览

    谢谢东岳老师,我先看下你网址里面的相关内容。

  • reactFoam一维层流火焰燃烧

    OpenFOAM
    1
    0 赞同
    1 帖子
    1k 浏览

    各位前辈,晚上好!请问在reactingFoam中如何实现一维层流燃烧?chemkin有自带的一维火焰传播模型,那reactingFoam是否可以实现,如何修改边界条件呢?

  • 一维Sod激波管问题

    Algorithm
    5
    0 赞同
    5 帖子
    10k 浏览
    李东岳

    其实一楼这个问题我还是有点没想明白。就是一个x方向的一维算例,出现了y方向的速度,应该如何理解..

  • snappyHexMesh有些不懂求指导

    Meshy
    19
    0 赞同
    19 帖子
    26k 浏览
    T

    @shrine

    我上面说过的,字典文件中有一个坐标,这个坐标落在几何里面,生成的网格就在里面,落在几何外面,生成的网格就在外面
    66148774-6b5c-42db-a783-f365dc9e147d-image.png
    2.在生成几何时就对每一个面进行分part并命名,然后就可以对part分别命名,我是用ICEM画的stl几何,里面可以进行这个操作,其他软件我不了解
  • 哪位大佬用过投影仪看电视

    CFD彩虹条
    11
    0 赞同
    11 帖子
    16k 浏览
    李东岳

    @同学博 :jingya: 那我还不太知道。不知道这俩是不是一个东西。激光电视目前倒是销量比较差 :qichuang:

  • 这种尖角梯形网格画出来应该是啥样的

    Meshy
    3
    0 赞同
    3 帖子
    4k 浏览
    S

    @李东岳 尖角部位,加一个竖直的翼墙,这样平分后角度好点,但是附近网格不再是水平的,这样对interFoam计算有影响吗?

  • 0 赞同
    3 帖子
    6k 浏览
    L

    材料是在Material下的
    你目前对UDF还比较模糊 建议先学C吧

  • 内存和网格数量的关系?

    Fluent
    4
    0 赞同
    4 帖子
    9k 浏览
    I

    @taiwangwsg 对的,从湍流模型上面RSM 计算需要的内存也远远高于k-e模型

  • 航空航天方面的企业推荐

    CFD彩虹条
    13
    0 赞同
    13 帖子
    19k 浏览
    N

    @liujuncfd
    本科待遇年薪15w左右,硕士年薪20w左右,博士年薪25w。
    https://www.zhipin.com/job_detail/fe4f05de98c982591nN62Ni7GVZT.html?ka=hot-job-1

  • 0 赞同
    4 帖子
    7k 浏览
    凤雏岂能消逝

    @ibelief 非常感谢

  • 0 赞同
    1 帖子
    2k 浏览
    B

    对简单的长方体进行网格划分,再检查网格质量时发现在长方体的周围有很多有问题的face产生,也不知原因,很疑惑,求大神指点,万分感谢!

    0T5OC4QVS4OWJO998JSUAU7.png

  • shm生成边界层没有完全覆盖

    Meshy
    4
    0 赞同
    4 帖子
    8k 浏览
    S

    @samuel-tu
    前辈好,请问交界面网格畸形的问题您是否解决了?我也遇到了类似的问题:135:

  • UDF数据类型

    Fluent
    10
    0 赞同
    10 帖子
    16k 浏览
    L

    因为cell_t 和 face_t 就是int 所以int就不会有数据了
    Domain thread 都有ID的
    至于真正的网格和面数据 实际上是存放在t->sv[n]中间了
    所以实际上有很长的一个参数列表
    这些都是fluent为了二次开发者进行的优化 他这方面做了很大量的工作

  • 如何在弹簧模型的基础上叠加运动

    OpenFOAM
    1
    0 赞同
    1 帖子
    1k 浏览
    I

    各位老师好,

    我想实现弹簧固定的模型上再耦合给定的运动,例如固定刚度的刚体在特定的时间范围上指定一个位移。位移是离散的数据,也可以拟合出函数。
    弹簧模型可以在sixDof里实现,通过定义pointDisplacement文件中的边界类型为如下

    type sixDoFRigidBodyDisplacement;

    可以实现弹簧的定义。
    但是问题在于特定的时间范围上指定一个位移,我想到的方法也是在pointDisplacement文件中自定义边界条件实现

    type codedFixedValue;

    这样分开定义都可以实现,叠加在一起就矛盾了。各位老师有相关的经验吗,是否有其他的实现方案。

  • UCSD-SDSU 联合博士项目招生

    CFD彩虹条
    1
    0 赞同
    1 帖子
    2k 浏览
    O

    Job description
    We provide the opportunity for the joint Ph.D. program between UCSD and SDSU.

    Research motivation
    Do you know that measurement in a turbulent environment has its own "sixth
    sense"? In fluid dynamical systems, measurements can be used to figure out
    events that happened far away from the probing location.
    Through state-of-art data assimilation techniques, we can trace back the origin
    of any information we have measured. We used this technique to locate the
    release of a pollution release, and reconstruct unknown flow fields from limited
    measurements.

    Are you self-motivated to do a Ph.D. in interdisciplinary researches about fluid
    dynamics, inverse problems, and optimization? We are looking for Ph.D. students
    that are willing to spend time studying in an encouraging and creative
    environment!

    There has been a long-hovering question about how to combine experimental
    measurements with numerical simulations. Especially in terms of designing a
    turbulence model that agrees with experimental studies. In addition, the design
    of sensor networks or sensor weighting can be optimized in terms of the amount
    of information obtained.
    In this Ph.D. project, you will develop novel simulation techniques that combine
    machine learning techniques with data assimilation.

    The required skills and preferred profile
    We are looking for self-motivated young researchers from mechanical
    engineering, aerospace engineering, computational physics, applied mathematics,
    or other closely related areas.

    Familiar with MATLAB and FORTRAN with MPI. C++ and python is a plus. Good conceptual understanding of calculus and linear algebra. Experience with simple machine learning algorithms. Good communication skills including presentation skills, academic writing
    with latex or word. Please note that the GRE is required for all JDP applicants and cannot be
    waived. Having a part-time hobby is a plus.

    Location
    Work is carried out in the Data Assimilation group at Aerospace Engineering, San Diego State University.
    We study various inverse problems in fluid dynamics using numerical simulations
    with the discrete adjoint operator.
    For further information, please visit us at
    https://qiwang.sdsu.edu/

    Information and application
    Interested applicants should visit
    https://www.engineering.sdsu.edu/admissions/jointdoc_areomech.aspx
    for more details about applying for the joint program.
    Meanwhile, please reach out to Qi Wang (qwang4@sdsu.edu), including:
    • A short description of your qualifications and motivation to apply for this
    position.
    • CV or resume.
    • Transcripts from your Bachelor and Master degrees.
    Selected candidates will be invited to an interview and should prepare a
    scientific presentation as part of the requirements.

    We highly value diversity at our university. Applicants from all backgrounds are
    welcomed.

  • sprayCloudProperties中flowRateProfile数据来源

    OpenFOAM
    1
    0 赞同
    1 帖子
    2k 浏览
    A

    在使用sprayFoam的时候,原模型设置中燃油只喷射0.00125秒,但是我对比实验设置燃油喷射时间为0.00154秒。想要将flowRateProfile中的右列数据不变,左列数据扩展到0.00125,但是计算出来的结果相差很大。将实验数据中的VIRTUAL INJECTION RATE写入flowRateProfile中,计算结果也有很大差别 想要请教一下flowRateProfile这个列表中数值的意义和量纲,或者sprayfoam有什么原出处的论文或者实验吗?
    2024-09-22 15-52-45屏幕截图.png

  • 0 赞同
    1 帖子
    2k 浏览
    L

    标准的限制方法是保证插值后网格顶点(vertice)的值不会出现极大值或极小值(比周围网格的最大值大或比周围网格的最小值小)因为梯度插值最容易出现越界值的就是在顶点处,从而用一个标量来scale梯度gradient;另外一种方法是保证网格的面心midponts of cell faces处不出现极大值或极小值即可,就认为满足了插值后不存在越界的问题。我想的是关于第二种方法,面心处插值后不出现最大值或最小值不能代表顶点处不出现最值,对吗