1 bool solidInterfaceCorr = rheology.solidInterfaceActive();
3 solidInterface* solidInterfacePtr(NULL);
7 solidInterfacePtr = &rheology.solInterface();
8 solidInterfacePtr->modifyProperties(muf, lambdaf);
10 //- solidInterface needs muf and lambdaf to be used for divDSigmaExp
11 if(divDSigmaExpMethod != "surface" && divDSigmaExpMethod != "decompose")
13 FatalError << "divDSigmaExp must be decompose or surface when solidInterface is on"
16 if(divDSigmaLargeStrainExpMethod != "surface")
18 FatalError << "divDSigmaLargeStrainExp must be surface when solidInterface is on"