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).
在修改变物性的湍流模型时需要在eddyDiffusivity中调取分子普朗特数Pr,分子普朗特数如何调取?
Prt_ = 0.8+ (*this->transport_.nu())/(*this->alpha())
尝试了直接调取分子Pr((*this->transport_.nu())和nu/alpha,都提示错误(*重载) 请问该如何调用和提取?
@exthan 直接给固定值不行吗?比如1.0
@zhouxu 我做的是变物性,pr是会变的
@exthan 如何取volScalar 场量的值?并与标量进行大小比较?