python fluidsim(面向对象的 CDF 求解器)究竟求解了什么方程

Exactly what equation is solved by python fluidsim (object oriented CDF solver)

我对 fluidsim python 包有疑问。我想使用 fluidsim 程序进行我的研究。看了文档,不清楚fluidsim.solvers.ns2d.solver算法到底解的是什么方程(我倒是对微分方程的具体形式感兴趣),也是一个如何求解的问题将新方程式添加到现有方程式中。如果你们中有人确切知道 fluidsim.solvers.ns2d.solver 的方程式或如何将新方程式添加到现有方程式,请写信给我。在此先感谢您的帮助!

顾名思义,它求解二维纳维-斯托克斯方程:

This module provides two classes defining the pseudo-spectral solver 2D incompressible Navier-Stokes equations (ns2d).

Source

要定义您自己的方程式,请查看它们在库中的定义方式:https://fluidsim.readthedocs.io/en/latest/ipynb/tuto_dev.html?highlight=define%20equations#description-of-the-solved-equations