220 Star 945 Fork 694

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mindflow.cfd.Simulator.rst 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
luojianing 提交于 2023-04-14 17:28 +08:00 . add ` for values in docs

mindflow.cfd.Simulator

.. py:class:: mindflow.cfd.Simulator(config, net_dict=None)

    CFD仿真器。MindFlow CFD中最上层的类。

    参数:
        - **config** (dict) - 参数字典。
        - **net_dict** (dict) - 网络字典, 默认为 ``None``。

    .. py:method:: integration_step(con_var, timestep)

        按时间步长积分。

        参数:
            - **con_var** (Tensor) - 守恒量。
            - **timestep** (float) - 积分的时间步长。

        返回:
            Tensor,一个时间步长之后的守恒量。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
r0.7

搜索帮助