45 fixedValueFvPatchVectorField(p, iF),
59 fixedValueFvPatchVectorField(ptf, p, iF, mapper),
60 relative_(ptf.relative_),
61 inletValue_(ptf.inletValue_, mapper)
72 fixedValueFvPatchVectorField(p, iF),
73 relative_(dict.
lookup(
"relative")),
74 inletValue_(
"inletValue", dict, p.
size())
85 fixedValueFvPatchVectorField(srfvpvf),
86 relative_(srfvpvf.relative_),
87 inletValue_(srfvpvf.inletValue_)
97 fixedValueFvPatchVectorField(srfvpvf, iF),
98 relative_(srfvpvf.relative_),
99 inletValue_(srfvpvf.inletValue_)
111 inletValue_.autoMap(m);
121 fixedValueFvPatchVectorField::rmap(ptf, addr);
124 refCast<const SRFVelocityFvPatchVectorField>(ptf);
126 inletValue_.
rmap(tiptf.inletValue_, addr);
165 writeEntry(
"value", os);