46 fixedGradientFvPatchScalarField(p, iF),
59 fixedGradientFvPatchScalarField(p, iF),
76 fixedGradientFvPatchScalarField(ptf, p, iF, mapper),
77 rhoName_(ptf.rhoName_)
87 fixedGradientFvPatchScalarField(ptf),
88 rhoName_(ptf.rhoName_)
99 fixedGradientFvPatchScalarField(ptf, iF),
100 rhoName_(ptf.rhoName_)
124 dimensionedInternalField().name() ==
"p_rgh"
125 || dimensionedInternalField().name() ==
"ph_rgh"
126 || dimensionedInternalField().name() ==
"pd"
129 gradient() = -rho.snGrad()*(g.
value() & patch().Cf());
133 gradient() = rho*(g.
value() & patch().nf());
144 writeEntry(
"value", os);