timeVaryingMappedFixedValue: update for SP

This commit is contained in:
Henry Weller
2016-07-01 17:42:35 +01:00
parent 6703d49f94
commit af6e8f150c
2 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ void Foam::timeVaryingMappedFixedValueFvPatchField<Type>::write
this->writeEntryIfDifferent(os, "setAverage", Switch(false), setAverage_);
this->writeEntryIfDifferent(os, "perturb", 1e-5, perturb_);
this->writeEntryIfDifferent(os, "perturb", scalar(1e-5), perturb_);
this->writeEntryIfDifferent
(

View File

@ -598,7 +598,7 @@ void Foam::timeVaryingMappedFixedValuePointPatchField<Type>::write
this->writeEntryIfDifferent(os, "setAverage", Switch(false), setAverage_);
this->writeEntryIfDifferent(os, "perturb", 1e-5, perturb_);
this->writeEntryIfDifferent(os, "perturb", scalar(1e-5), perturb_);
this->writeEntryIfDifferent
(