42 fixedValueFvPatchScalarField(p, iF),
45 pRefPoint_(vector::zero)
57 fixedValueFvPatchScalarField(p, iF),
60 pRefPoint_(dict.
lookup(
"pRefPoint"))
62 if (dict.
found(
"value"))
85 fixedValueFvPatchScalarField(ptf, p, iF, mapper),
87 pRefValue_(ptf.pRefValue_),
88 pRefPoint_(ptf.pRefPoint_)
98 fixedValueFvPatchScalarField(ptf),
100 pRefValue_(ptf.pRefValue_),
101 pRefPoint_(ptf.pRefPoint_)
112 fixedValueFvPatchScalarField(ptf, iF),
114 pRefValue_(ptf.pRefValue_),
115 pRefPoint_(ptf.pRefPoint_)
134 + rho_*((g.
value() & patch().Cf()) - (g.
value() & pRefPoint_))
150 writeEntry(
"value", os);