1 if(divDSigmaNonLinExpMethod == "standard")
3 divDSigmaNonLinExp = fvc::div
10 + (gradDU & gradDU.T())
18 + (gradU & gradDU.T())
19 + (gradDU & gradDU.T())
23 + ((sigma + DSigma) & gradDU),
27 else if(divDSigmaNonLinExpMethod == "surface")
29 divDSigmaNonLinExp = fvc::div
39 + (gradDU & gradU.T())
40 + (gradDU & gradDU.T())
52 + (gradDU & gradU.T())
53 + (gradDU & gradDU.T())
62 + ((sigma + DSigma) & gradDU)
68 // divDSigmaNonLinExp =
72 // & fvc::interpolate(
73 // (gradDU & gradU.T())
74 // + (gradU & gradDU.T())
75 // + (gradDU & gradDU.T())
77 // + ( lambdaf * 0.5* tr(
79 // (gradDU & gradU.T())
80 // + (gradU & gradDU.T())
81 // + (gradDU & gradDU.T())
84 // + (mesh.Sf() & fvc::interpolate( (DSigma & gradU )
85 // + ( (sigma + DSigma) & gradDU )
91 FatalErrorIn(args.executable())
92 << "divDSigmaExp method " << divDSigmaExpMethod << " not found!"