Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
这段时间在写一个自定义的热物理库,主要是实现热物性随温度的变化,更新参数加入计算过程中,但是在写的过程和编译的过程中发现接口一直报错,并且继承的基类好像也不合理,这种情况下应该怎么去写这个热物理模型库,有没有大佬提供点思路
已经在求解器中植入了温度方程求解T,是想要根据每一步的T的变化更新物性参数之后准确的算两相传热,现在大概是这样的思路,求教