37 scalar oscillatingFixedValueFvPatchField<Type>::currentScale()
const
73 refValue_(ptf.refValue_, mapper),
74 amplitude_(ptf.amplitude_),
75 frequency_(ptf.frequency_),
89 refValue_(
"refValue", dict, p.
size()),
94 if (dict.
found(
"value"))
115 refValue_(ptf.refValue_),
116 amplitude_(ptf.amplitude_),
117 frequency_(ptf.frequency_),
130 refValue_(ptf.refValue_),
131 amplitude_(ptf.amplitude_),
132 frequency_(ptf.frequency_),
146 refValue_.autoMap(m);
160 refCast<const oscillatingFixedValueFvPatchField<Type> >(ptf);
162 refValue_.
rmap(tiptf.refValue_, addr);
174 if (curTimeIndex_ != this->db().time().
timeIndex())
178 patchField = refValue_*currentScale();
180 curTimeIndex_ = this->db().time().timeIndex();
191 refValue_.writeEntry(
"refValue", os);