timeVaryingMappedFixedValue: update for SP
This commit is contained in:
parent
52cbf66c4a
commit
0eed3ae176
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue