Hi,
你的twoPhaseProperties没有定义,如果你是在interFoam中调用mu,在interFoam的createFields.H中已经定义了:
Info<< "Reading transportProperties\n" << endl; incompressibleTwoPhaseMixture twoPhaseProperties(U, phi);所以可以这样写:
volScalarField& muc(twoPhaseProperties.mu());试一下。我没有测试,有问题再联系。