雷诺(粘性)应力-fvc::div((nuEff*dev2(T(fvc::grad(U)))))项编译报错
-
@SuperBoy >divDevReff(U)的代码参考自linearViscousStress.C:
template<class BasicTurbulenceModel> Foam::tmp<Foam::fvVectorMatrix> Foam::linearViscousStress<BasicTurbulenceModel>::divDevRhoReff ( volVectorField& U ) const { return ( - fvc::div((this->alpha_*this->rho_*this->nuEff())*dev2(T(fvc::grad(U)))) - fvm::laplacian(this->alpha_*this->rho_*this->nuEff(), U) ); }