自定义求解器运行时报错
-
求助各位OF大佬,自定义的粘弹求解器,但是在运行时,出现了以下错误。
原始文件为:virtual tmp<volScalarField> nu() const { notImplemented("virtual tmp<volScalarField> nu() const"); return tmp<volScalarField>(); } virtual tmp<scalarField> nu(const label patchi) const { notImplemented("virtual tmp<volScalarField> nu(Foam::label) const"); return tmp<scalarField>(); }